Latest Questions

Can´t install tiny_tds in Windows 10

When I run: gem install tiny_tds The output tells me that I need FreeTDS installed. Next, it shows me some configuration options and that I'll probably need an

Dataset containing countries ISO codes and images of their borders

Looking for a dataset which would contain all countries with images of their borders without any text data on it. This is closest to what I want https://www.geo

why does the bot doesnt send the db pycord

My bot doesn't write changes on the DB when I type the command with the id What I want to do: write the commmand + the ID of the person -> the bot add the pe

can we remove filter titles from woocommerce url?

I am trying to remove the titles from the filter URLs, /product-category/t-shirt/color=red/size=medium/neck=round-neck/ to /product-category/t-shirt/red/medium/

How can i load a GTK4 demo example? (File browser specifically)

To get in context, i am making a GUI application that based on a input command through a GtkEntry like ls it would pop up a window with the respective files in

Loading CSV with fread stops because of to large string

This is the command I'm using : dallData <- fread("data.csv", showProgress = TRUE, colClasses = c(rep("NULL", 2), "character", rep("NULL", 37))) but I get t

Laravel Spark installation problem, need to update something I imagine

I get the following error when I try to install Laravel Spark: Your requirements could not be resolved to an installable set of packages. Problem 1. - laravel/

Is there any way to prevent auto-scrolling when selecting where to save a file in Windows 10?

Often when I am saving a file in Windows 10 a file explorer-like window pops up and I start navigating to where I want to save it. After a few seconds the windo

Is it possible to set preferred sample buffer size for AVCaptureOutput?

Say we have an AVCaptureAudioDataOutput object that has been set up with an AVCaptureSession to get data samples from the device's microphone. captureOutput(_:d

ModuleNotFoundError: No module named 'tensorflow' error in vscode terminal while running fine in wsl

I installed tensorflow using conda in wsl, and now I'm using it through Jupyter notebook and it's working fine. I also write codes in vscode and then run it thr

In Firestore security rules, does doing request.resource.data() account for first time writes?

match /databases/{database}/documents { match /users/{theuser=**} { match /prescriptions/{prescriptions} { allow read, write: if

Automatically remove from drop down list in google sheets

Say that I have a dropdown list based on a column that has "cat, dog and rat" on it, and some lines select the option rat on the dropdown. After that I remove "

take difference between 2nd column values using awk

I have a data file, let's call it fileA. It has two columns and I want to take difference of 2nd column and multiply the output with 13.6 and write it down in 3

Create dynamic sub array from a big one [duplicate]

I have an array, made by using explode and the delimiter #. I'm trying without success to create from this big array in PHP subarrays (the num

EmguCV never open ".jpg" file but open only ".tif" files..Why?

I am using EmguCV in Visual Studio 2022 and I am simple trying to read and open my image but it only opens .tif image files not .jpg or any other file... When I

Set service startup options for .net core worker service

I am trying to create a Windows service by writing a .NET 5 worker service, and I am hung on where in my code I would set up the service as auto-start, auto-sta

Issue with min - max - mean task

I have a bucket (homeassistant) that collects info from a temperature / humidity sensor. Of course, I want to downsample his data to min/max/mean of previous da

Preventing the camera entering entities in A-Frame

I have <a-scene> using A-Frame that includes many randomly placed spheres (<a-sphere>) and a camera rig. The spheres are centred at random (x,y,z)

How to call Soap service in Sap Cloud Sdk for javacript project Or Cap node.js project

As the title mentioned, do I have any way to call soap service in sap cloud sdk for javascript or in cap node.js project? enter image description here In Featur

Vertex AI scheduled notebooks doesn't recognize existence of folders

I have a managed jupyter notebook in Vertex AI that I want to schedule. The notebook works just fine as long as I start it manually, but as soon as it is schedu

I need a function to delete certain characters from a char array in c++ without using any index

for example: if the user enters : ( 23+22+43) I want the function to do exactly the following : for(int i =0; i <strlen(x);i ++) { if (x[i]=='+') {

Why does Go not allow assigning one generic to another?

Following code throws a compilation error cannot use ExampleProps (variable of type Props[Example]) as Props[Generic] value in return statement // Abstract ty

dask bag embarrassingly parallel but with a generator

Example code: import dask.bag as db from dask import delayed from dask.distributed import Client, LocalCluster N = 10**6 def load(): return delayed(range(N

Lucene NET throwing Fatal Error: AccessViolationException

I am using Lucene NET v4.8 beta, and I have a method that is calling MaybeRefresh on a SearcherManager every 5 seconds. 99.9% of the time, everything works fin

POST request to FastAPI using Python Requests with a file and query parameters

I am using FastAPI to serve some ML models and I have a Streamlit basic UI using Python Requests module. One of my service is getting an image through a POST re

R2DBC - IllegalArgumentException: Cannot encode parameter of type java.util.Date

I'm learning Reative jdbc with R2DBC MySQL. I have a repository like this: public interface VerificationTokenRepository extends ReactiveCrudRepository<Verifi

Can the Address field of different PCI devices of MSI Capability be same?

I am working on an arm64 based board, running on Linux (Ubuntu 18.04). On the other end of this device, there is an FPGA connected via PCIe which is endpoint an

Reportlab add space between Balanced columns

For the balanced column in reportlab, I want to increase the spacing between the columns so that no text gets very close to each other and there is a clear sepa

how to get the browser time in React [duplicate]

Is there possibility to get the browser time in react. Is there any library that can help with this. The web page should display the time of t

Create Certificate x509 with php problem with the parameters

I am trying to create a certificate with PHP with library openssl . The code is: global $gbl, $login, $ghtml; $today = date("m.d.y") + rand(1,10000); $cerpath