All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
3 views

TypeError when saving file

I know this seems to be a popular question, but I'm not seeing what the problem specifically is here: trainingWrite.to_csv('/content/drive/My Drive/Cavity_Data_1/trainingData.txt',index=False, header=...
0
votes
0answers
2 views

Execute a shortcode when button is clicked

I am using a metabox in the Post creator to store extra content as described in this post Now, I would like to execute the shortcode [extra] on the click of a button similar to this post, but I can't ...
0
votes
0answers
3 views

how to use the .kv file and .py properly? - calling functions from .kv how to structure .py

Trying to understand kivy. Working on a simple application that involves a few screens. Currently, I am trying to call a pop up window from a button on_release in the ... without success. Error: ...
0
votes
0answers
1 view

Controlling parquet transactions

I have a (desktop) application that logs high frequency data in sqlite. Our annalists have asked to move to parquet (for domain specific reasons). I have ported our application, and am getting ...
0
votes
0answers
2 views

Sidekiq Job - I am using an argument. This argument is (user_id). How can I launch the job and each time change the user?

I would like to launch a job which is going to calculate the points of each user of my web-App. Here is the problem, I would like to launch it automatically with sidekiq-scheduler. But I have trouble ...
0
votes
0answers
2 views

ApplicationUserManager GeneratePasswordResetTokenAsync Invalid column UserId

When using GeneratePasswordResetTokenAsync I get three invalid column warnings, two for UserId and one for RoleId. I believe this has something to do with AspNetUsers relationships, which I have not ...
0
votes
0answers
2 views

Changing from chrome:// to something else

I am currently working on a chromium based web browser. I was wondering if their is a file I can modify in the \Program Files\Google\Chrome Directory where I can change from chrome://settings to ...
0
votes
0answers
6 views

Why can I omit the generic type here?

I have a class, class PhotoPickerViewController<ItemModelType: ItemModelProtocol>: ContentViewController { } In another class, I created a convenience getter to access an instance of this view ...
0
votes
0answers
5 views

How can I delete this white space

I have this issue, where this text before of the / has overflow: hidden; max-width: fit-content; word-break: break-all; white-space: pre-wrap; If I delete the white-space then I will have the half ...
0
votes
0answers
2 views

{“code”:-1102,“msg”:“Mandatory parameter 'timestamp' was not sent, was empty/null, or malformed.”}

I'm trying to change initial leverage on my account. import time import json import urllib import hmac, hashlib import requests from urllib.parse import urlparse, urlencode from urllib.request import ...
0
votes
0answers
2 views

How to smooth my stamp date field in python

I have data (DateTime stamp) and corresponded value. The Date field which has a series of picked dates formatted as (dd/mm/yyyy hh:mm: ss) some rows have 3 values or more. Is there any way in python ...
0
votes
0answers
3 views

replace black diamond with question mark in c#

I am getting black diamond with question mark symbols in values when I get data from SQL. I know it's because of the encoding. What I am trying to do is replace those unknown characters with space. I ...
0
votes
0answers
5 views

Total de productos encontrados

Cómo estan. Les cuento que estoy iniciando en JS y comencé a programar un carrito de compras. Entre varias de las cosas que no logro, una de las que me gustaría resolver es que al buscar un producto, ...
0
votes
0answers
7 views

Why does Return Value Optimization not happen if no destructor is defined?

I expected to see copy elision from Named Return Value Optimization (NRVO) from this test program but its output is "Addresses do not match!" so NRVO didn't happen. Why is this? // test.cpp ...
0
votes
0answers
4 views

LDAP configuration with PHP + IIS

I am working on some 3rd party integration project. Created RootCA and SubCA from their official documentation website and after importing in windows server, we created key using openssl and got ...

15 30 50 per page
1
2 3 4 5
1323451