Developers Community
Questions
Tags
Sign up
Questions: page 1
0
votes
1
replies
How to pass a list with objects from Server to FlatList?
I'm trying to create a FlatList that contains an array with objects that has an array from a server and I can't get it to work. my error message...
react-native
react-native-android
react-native-flatlist
asked 6 months ago
0
votes
2
replies
I am currently trying to save a set of integers in a int array, by redefining string into numbers, then store it in the array
I am trying to convert input text/numbers (string), which will include any characters, but I want to separate the numbers from the characters and...
c++
string
type-conversion
integer
asked 6 months ago
0
votes
0
replies
RijndaelManaged decrypt encrypted with 8 bytes key
I have the next code that perfectly works encrypting and decrypting in net framework even with a invalid key for RijndaelManaged, but now in the...
c#
rijndaelmanaged
asked 6 months ago
0
votes
2
replies
How to access psycopg2 error wrapped in sqlalchemy error
I'm uploading a pandas data frame to a table in Postgres using SQLalchemy and psycopg2. How do I access the psycopg2 error that is within the SQL...
python
error-handling
sqlalchemy
psycopg2
asked 6 months ago
0
votes
2
replies
Dummary Variable numeric difference in SAS
My code was running fine until I added the last line for age 5+. Does anyone know what's wrong with that line? Thank you. data Work.File ; se...
sas
asked 6 months ago
0
votes
0
replies
Unable to broadcast message using celery
I'm trying to use celery's build in support for broadcast routing using Broadcast and using rabbitmq as the broker. I have been able to successfu...
django
rabbitmq
celery
rabbitmq-exchange
asked 6 months ago
0
votes
0
replies
Call to WCF WebService works locally but not from Azure App Service
I have a WCF WebService (.NET 4.0) that is accessible through a public IP address. I have a C# MVC project running (.NET 4.7.2) that I host in Az...
c#
.net
azure
wcf
azure-web-app-service
asked 6 months ago
0
votes
0
replies
following in getStream for iOS does not seems to be working
I m using below code to follow. I m not getting any callback. let loggedInUserFeedId = FeedId(feedSlug: "timeline", userId: Client.shared....
swift
getstream-io
asked 6 months ago
0
votes
0
replies
how to change value of somthing in the array using pointer without using square brackets [closed]
it gives me the error of not being able to use the code because of the pointer :) #include <stdio.h> #define LENGTH 31 void get_boom_numb...
c
pointers
asked 6 months ago
2
votes
5
replies
Checking my MongoDB and getting an unusual dbs
So today I was in my MongoDB and I type in show dbs. Other than my usual dbs there is an additional hacked_by_unistellar. Anyone might know what...
django
mongodb
asked 6 months ago
-1
votes
0
replies
What happens when FB app's Data Access expires
We have a FB app, which has been approved with the pages_messaging scope. The access token is working and says Expires Never. However, there is a...
facebook
access-token
asked 6 months ago
-1
votes
0
replies
Cannot download docker images behind proxy at windows desktop
I just installed docker on a windows 10. When i try to pull hello-world image i get the error: Error response from daemon: Get https://regis...
docker
proxy
docker-windows
docker-proxy
asked 6 months ago
0
votes
1
replies
Clicking the button does not work - React
I use a component called "Modal" that I want to make global so I can use it in any other component. Modal will be used in all the components that...
reactjs
function
setstate
asked 6 months ago
0
votes
1
replies
How to add missing referrer header to Cordova IOS App
I am using Cordova to build an iOS App. I use the Ionic engine meaning that the app is served from a webserver running on the device. My window....
ios
cordova
ionic-framework
hybrid-mobile-app
phonegap
asked 6 months ago
-1
votes
0
replies
Locking entire SQLite3 database during update
I have to update a SQLite3 database, which will drop a table, recreate it, and then repopulate the table. I want to ensure all my other processe...
sqlite
transactions
locking
asked 6 months ago
0
votes
1
replies
Knex, Postgres, and STRING_ARRAY: getting different results
I was testing out a query here using STRING_ARRAY: http://sqlfiddle.com/#!17/952405/1 Also here: SELECT to_char(workshop_date, 'YYYY-MM-DD')...
node.js
postgresql
knex.js
string-aggregation
asked 6 months ago
0
votes
1
replies
Is there a validator to validate a list of Integers? private List<Integer> status;
I need to prevent XSS attacks using Spring validators. Is there an annotation for validating a list of Integers? @Digits(integer=1, fraction=...
spring
bean-validation
asked 6 months ago
0
votes
1
replies
How i can call with postman a pod?
I would call my po with postman, but i don't such the url. i run my pod with this yaml: apiVersion: v1 kind: Pod metadata: name: mongo-db spec...
url
kubernetes
pod
asked 6 months ago
1
votes
0
replies
TypeError: 'module' object is not callable Flask JWT
I'm working on a Flask server where we have a route to validate a user's JWT token using the library flask-jwt-extended. This is what our route l...
python
python-3.x
flask
jwt
typeerror
asked 6 months ago
0
votes
0
replies
References-View not working. How do I know if when clause “editorHasReferenceProvider” is met?
I have opened a directory with C / C++ files in it. I am unable to get the built in "Reference Search View" plug-in to work in VSCode - Insiders....
visual-studio-code
vscode-settings
asked 6 months ago
-1
votes
1
replies
Trying to ljust, center, and rjust output of stopwatch
I have a stopwatch program that is fully functional. All I am trying to do is format the output to be aligned. This was a section of the code b...
python
asked 6 months ago
0
votes
2
replies
Groovy Code- Matching a field using regex and generating blank value if not a match
I have a field that was created based on some parsed and reformatted data. If the final result does not match a specific pattern, I want to repla...
java
groovy
asked 6 months ago
1
votes
1
replies
Multi dataset line graph from table
I am trying to create a multi set line graph using chart js and angular. Using map I can reduce the json data to single Dimentional array but I n...
javascript
angularjs
chart.js
asked 6 months ago
0
votes
0
replies
FusedBatchNorm Operation in MobileNetV2
In MobileNetV2 model there is an operation named FusedBatchNorm. Can anyone explain how does the FusedBatchNorm operation work? 0 0 Answers...
tensorflow
mobilenet
asked 6 months ago
0
votes
0
replies
How to prompt Authorize required script on Open Google Apps Script
I am trying to set up a template file with a script that needs to be authorized every time the file is duplicated. I would like the authorizatio...
google-apps-script
asked 6 months ago
‹
1
2
3
4
5
6
7
8
...
28301
28302
›