Latest Questions

I have been trying to add a chat sdk to my project

I added the cometchat sdk to my project but each time i try to run my app i get the following errors org.gradle.api.internal.artifacts.ivyservice.DefaultLenient

Xamarin Send data via Nfc in IOS is possible?

I can't understand if is possible to create an app that simulate an Nfc card on your IOS device. (Send data to nfc reader like a Pos) In Android is possible and

Broken project in XCODE objective c

Hi, Does someone have a clue what is the reason for this broken project in xcode 13.3.1 The tab with the project settings, properties is empty!!! Check the scr

How do I set the default c# file in my Visual Studio Code c# Project?

I am new to using Visual Studio Code. I have always used Visual Studio IDE in Windows. I am trying to run a simple Hello World Program on Mac with VS Code. I ra

Algolia optionalFilters acts like filters on virtual index

I have my index and virtual index, on my index query like: { "facetFilters": [["objectID:12345", "tag:Luxury","tag:Makeup"]], // 12345 or luxury or makeup "op

Accessing browser dev tools and capturing network traffic using Watir

Have a requirement to capture network traffic from the browser while running automation test cases. Came across below post but not sure if it has been included

Discord.py bot not sending messages in a discord server but sends messages in DM's

I have a discord.py bot that when the command is sent through DM, it works. When the command is ran through a server, nothing happens. There is no errors or tra

'bytes' object has no attribute 'condition'

I am trying to stream my Rpi (zero) camera (v2.0) to HTML using cv2.VideoCapture. However, I am facing a lot of errors and I'm currently stuck on this one as th

Can't create an mysqlpump equivalent to mysqldump --all-databases

I want to create logical backups of my mysql instance. The instance contains a couple of databases and a few users. I want to backup all of them without explici

In Java how to synchronize cache read and write operations

I am working on implementing a simple cache using ArrayList in my application. I would like to synchronize cache update operations, while updating the cache I s

How do I implement rank function for nearest values for a column in dataframe?

df.head(): run_time match_datetime country league home_team away_team 0 2021-08-07

docker discord.py ffmpeg.exe was not found

My code works on windows fine I'm just stumped on how to migrate it to my docker server for stability reasons and my old vm shit the bed. bellow is my main play

dojox.grid.DataGrid sort order bug on mixed case strings?

I know Dojo is getting quite old now but we still have apps that are using it. One thing that was pointed out was the sort facility on the dojox.grid.DataGrid t

NEO 6M GPS does not respond to configuration except if commands are sent immediately after powering up gps

I am trying to configure my neo 6m GPS to stop automatic sending of information. I used Hterm serial terminal to send the proprietary messages ($PUBX,40,GLL,1,0

How to handle React props correctly

I posted this here because I am relatively new to React and didn't know what exactly should I google. In my React project, I have a kendo grid that has a custom

'bytes' object has no attribute 'condition'

I am trying to stream my Rpi (zero) camera (v2.0) to HTML using cv2.VideoCapture. However, I am facing a lot of errors and I'm currently stuck on this one as th

How can I get a variable valued current working directory (pwd) in powershell profile

I was trying to use anaconda as my Python virtual environment, and my virtual environment is stored in project directory. Manually, I need to use following comm

Why are orders in my trading algo not working? (QuantConnect algo)

I'm currently learning and trying to build my first algo which is a variation of an opening range break on the SPY. Would anyone know why my orders aren't worki

Discard audio before certain time from Hls.js stream

I am using Hls.js to live stream an audio feed into an audio element in my HTML. In my custom audio controls I limit the user to only be able to scroll back to

Why is this public address different for an ethereum signature?

I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found

Why is this public address different for an ethereum signature?

I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found

Laravel 9 vue js 3 Ckeditor 5 not showing

I want to install ckeditor to add blog posts to my Laravel 9 mix and vue js 3 project. If I do as the ckeditor says on his page, the ckeditor will not appear un

Generate chart in table cell according to json values

I need to create a bar or column chart inside a table cell of each row. i.e I need a graph to be populated for each category inside table cell. JSON: [ {

What is the way around this error "java.lang.RuntimeException: PowerMock internal error: Should never throw exception at this level"

java.lang.RuntimeException: PowerMock internal error: Should never throw exception at this level at org.powermock.modules.junit4.internal.impl.PowerMockJUnit44R

How can I get VS2019+ to run docker compose?

I have a solution containing an Azure Function App and my app uses CosmosDb and some other services when debugging/running locally via Visual Studio. I have a d

C# MariaDB Update Function working in DataStore but not updating in .NET Application

My initial issue is that my database does not update when I call on this specific code. I am not sure if it is C# itself or the update query that I am calling.

Custom Push Notification - Full width background color

I am implementing custom push notifications. I have a custom layout, modified using RemoteViews. I have set color using contentView.setInt(R.id.parentLa

Which is the best way to represent my data

I have a following data structure: Page0 Key0 Text Color Name Key1 Text Color Name Page1 Key0

Proper automatic logarithmic axes when plot range less than a factor 10 (Matplotlib)

When the data range of logarithmic plots does not include a full factor of 10, the current (v3.5) Matplotlib code does not automatically produce publication-qua

How to open a text file in C

In my text file, there are random binary numbers written in a 10x10 matrix. I want to print them in C exactly as they appear in the text file. So I made my code