All Questions

0 votes
0 answers
6 views

What is the minSdkVersion for targetSdkVersion 34?

What is the minSdkVersion for targetSdkVersion 34 ? Can I build for minSdkVersion 21 and with targetSdkVersion 34? No warning in Android studio?
Slava's user avatar
  • 615
0 votes
0 answers
6 views

Do I use ChangeNotifierProxyProvider the wrong way?

import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; void main() { runApp(const MyApp()); } class Counter1 extends ChangeNotifier { int _counter = 0; int get ...
Fractale's user avatar
  • 1,570
-1 votes
2 answers
10 views

Oracle regexp_replace entire matching word

Input: ABC DEF GHIJ123A KLM GHIJ456B RST UVW GHIJ789C Ouput: ABC DEF GHIJ000X KLM GHIJ000X RST UVW GHIJ000X So, I want to find all instances of words in the string that start with GHIJ and replace ...
Vani Narayana's user avatar
0 votes
0 answers
4 views

PRROC package - foreground background data - R

I'm currently trying to draw ROC and precision-recall curves for my model and struggling a bit to understand how to use my data for the PRROC package of R. I have a data frame containing different ...
user26317811's user avatar
0 votes
0 answers
13 views

How to set radio button values with dynamic values

I need to create a html form with option set, with options preselected just to display and convert to pdf this list in a different database with answers I like red - yes (100000000) I love green - No (...
WheelsShark's user avatar
0 votes
0 answers
5 views

403 Forbidden when URL contains GET with encoded question mark / UnsafeAllow3F / rawurlencode

Since yesterday when our Apache updated himself at night we started to get websites saying 403 Forbidden. It looks like that encoding the "?" is not anymore allowed. The crazy thing is that ...
user3636110's user avatar
0 votes
0 answers
11 views

RedisCluster client failing to reconnect to AWS Elasticache cluster after node failover

lib - redis py redis==5.0.0 python version 3.7 redis cluster - 1 shard, 2 nodes when we do node failovers, the client cannot reconnect and throw RedisClusterException:Redis Cluster cannot be connected....
mohit sharma's user avatar
0 votes
1 answer
8 views

aiohttp showing 403 Forbidden but requests.get giving 200 OK response

I'm using aiohttp to asynchronously scrap some price from an url. Before, I used requests.get to synchronously do the same. I am able successfully able to scrap using requests.get but the same URL ...
Gbn's user avatar
  • 61
0 votes
0 answers
5 views

VBA loop to extract a summarty of last 30 days of emails

Im trying to create a simple VBA that: looks at my outlook account looks in all folders for the last 30 days creates simple excel summary of the email traffic showing simple fields (sender, date, ...
BarDar1967's user avatar
0 votes
0 answers
6 views

How to avoid circular relations in postgres using cycle detection

I'm trying to use CYCLE detection in PostgreSQL to avoid circular nesting of groups but cannot figure it out. I have the following PostgreSQL 16 table: CREATE TABLE groups ( id serial PRIMARY KEY, ...
rastaBob's user avatar
  • 156
0 votes
0 answers
6 views

angular 17+ssr project build infinit loading

My angular 17+ssr application show infinit loading while execute build cmd and does not build dist output. It's a full fledged e-commerce application. I completed the project 80%! Configuration ...
Berlin Johns. M's user avatar
0 votes
0 answers
5 views

PowerApps flow Response action returns boolean instead

I have a PowerApps Canvas App and I use a flow to get a JSON from an API. In the flow I use the HTTP action to get the json. In an response - request action I return the body of the HTTP action. When ...
patrup's user avatar
  • 15
0 votes
0 answers
4 views

Can‘t get git-remote-http binary after compile git with --with-curl option

I need a version of Git that supports the remote-http functionality. Due to certain constraints, I am unable to use a package manager and can only compile from source. My machine is running CentOS 6. ...
zfbt's user avatar
  • 1
0 votes
0 answers
5 views

How do I detect if media3 item transition has been triggered from next or previous seek?

I have implemented media3 with MediaSessionService or my song player service and I am using MediaController for my UI side. In my service I also have implemented MediaSession.Callback(). val ...
Debayan Ghosh Dastider's user avatar
0 votes
0 answers
5 views

Why does resetting offset for partitions come asynchronously?

I need a help to resolve a situation that i have with the Java client (version 3.7.0) which i'm not sure what the best way is. I'm manually assigning a list of partitions to the consumer. And i want ...
Nikola Tomic's user avatar

15 30 50 per page