Latest Questions

How do I develop an auto-staker for an NFT game with solidity?

I'm relatively new to solidity development and coding in general, but I'd really like to try and write a program that stakes and un-stakes an NFT after 24 hours

Submit slurm job script in sub-folders

I have multi sub-folders (say 1,2,3....) inside a parent folder (say A,B,C....). Each script contains ".sh" file and associated loading files. What would be the

I'm trying to create custom column in google sheets with query funcion

I'm trying to create custom column in google sheets with query function. for instance (in order to be simple) - I have this data. and the result should look li

LIQUID: How to hide an accordion if there is no content for it in the LIQUID file?

Code below does create accordion in Shopify product pages. I'm looking for a way to hide accordion if it has no content to display. Each accordion is an unique

I'm on a project trying to create a leap year generator. Every year works besides the years with the last two digits being 16 or 20

Any time I type the years that end with 16 or 20, example: 2016 or 3020, it just ends. The code I am using is below, any help would be much appreciated. Thank y

How to set onEachSide at controller level on laravel?

How to set onEachSide at controller level on laravel? on blade we use: {{ $records->onEachSide(2)->links() }} How this can be done at controller level?

Replaykit - Recording not starting Error- 5803

I want to start recording in my App, I am using ReplayKit func startRecordn(){ recorder.startRecording{ [unowned self] (error) in //2

Auth0 on-premise or private server deployment

I am looking for Auth0 deployment in a private servers and I haven't come across any such deployment options so far. Is Auth0 deployable in private on-premise s

How to update the DTOSteps node values based on the logic in xpr using dataweave 2.0

In my case, I have two payloads: domDRC and domPayload (2nd payload). I have to iterate over the layer (child node) and update the DTOStep value of DTOCoverage

Not able to display fetched data on page, React JS

I am unable to display fetched data on page. Here I am using ReactJS for frontend and NodeJS for backend. To store data I am using blockchain (hyperledger fabri

SQL Find Most Frequent Route

Departure Destination FlightCount A B 5 B A 4 A C 7 C A 1 I need to find the most frequent flight regardless of the flight directions from the above table. Fo

odom and base_link frames are far - localization

I have an imu and gps only and i want use them for localization. I am using robot_localization ekf node. its setting is similar to this. when I view the tf on r

React.js: How to render new message at the bottom?

Currently working on a 1:1 live chat messenger. when i send a message its shows up at the bottom of chat where i want it to, but upon page refresh it returns to

A null was returned after calling the 'GetService' method on a store provider instance of type 'MySql.Data.MySqlClient.MySqlClientFactory'

I recently upgraded my database to mySQL 8.0.28, mySQL .NET Connector 8.0.28 & Entity Framework 6.4.4. Now when making a DB call from code I am receiving th

Make nested SQL queries

I want to do a Nested query to add the same data but with different filters. I have tried something like this but that gives nothing or doesn't execute: Select

Get Azure B2C User Directory listing in Azure Function with MSAL.NET

We are currently getting a list of our Users using MS Graph and the directoryObjects/getByIds endpoint. In the Startup of the ASP NET Core API we are using Micr

How to update Brutto based off of VAT Netto and ilosc?

I want to update kwota brutto, wartosc netto and wartosc brutto based off of ilosc kwota netto and vat but it doesn't seem to work. I literally have no clue wha

VB.NET Search with TextBox and DataGridView

From TextBox I search in DataGridView based on (Id), (DateTimePichKer), (Text column), and 5 Columns that have numbers. When I search for 1 or more numbers, it

Truncate a long string in python - but only after specific character

I use textwrap to split a long string into chunks, limited to 280 characters each. I don't want the split to occur at random though; it should only occur after

Can var elements' be group together for styling on JavaScript?

I am trying to change the styling for my HTML elements without touching the HTML and CSS file. resultFirstName.style.fontWeight = "bold"; result

Cannot access my Local mysql server from Minikube Cluster

I'm running a service called Keycloak in Minikube for Development purposes and want to connect MySQL Database which is running on my Local Computer. I can able

FNF Psych Engine Slow Down (Friday Night Funkin') lime test windows

(Sorry if there is typo I type this in a hurry) EDIT: The problem is gone for me but I have no idea why. I rebooted my pc many times and fail for days but some

Implement a way to slide between months in Flutter app

I'm developing a Flutter application in which i want to visualize healthy data. I'm trying to find a way to visualize data of each month separately, so I'm tryi

Install Pgpool on a server different from the DB server

I have 3 server (PgPool-II installed) and 2 Db (PostgreSQL installed) server. I followed https://www.pgpool.net/docs/43/en/html/example-cluster.html But can't e

Error message when opening IntelliJ, from command line in Linux

I changed my IntelliJs base JDK, to try and fix an error, and now it will not even let me open up Intellij. I tried to re-install, but that did not work. Intell

Put JSON Data in Flutter Stacked Chart

I have try to put my JSON data in flutter Stacked Chart. I already work on simple charts using JSON Data like bar, column, pie, Doughnut charts etc. I have refe

Krypton Toolkit localization issue

I am using componentfactory krypton toolkit. I am trying to apply localization to it, but it does not work. I have tried normal button and kryptonbutton at same

How to create a new window like a message box?

Hi guys hope you are doing well, i can't understand how to create in Tkinter a new window for example when i press a button that is like a message box, i mean c

C# How to get exact error message from Logic App triggered by HttpRequest instead of default error message?

I have a simple console application and it calls a Logic App by HttpRequest. When the Logic App fails at any step I want to get exact the error message saying w

Top tab navigator failing (React navigation 6)

I am just having an issue with exporting the navigator. I have a Stack navigator where I am nesting also a Drawer navigator and now I want to do the same with T