Newest Questions

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

I am currently learning C and C++ and i want to run my code directly in terminal. is there any way?
mithunsrinivasan's user avatar
0 votes
0 answers
2 views

I'm having an issue with my Flutter app, it builds ok but when moving it to Transporter to get it on App Store Connect I get a message: Validation failed (409) Invalid Bundle. The bundle Runner.app/...
VVV's user avatar
  • 13
0 votes
0 answers
5 views

I'm trying to implement TryFrom over a type parameter, like so: enum MyType {} struct MyError(); impl<T: Into<u8>> TryFrom<T> for MyType { type Error = MyError; fn try_from(...
Tobiky's user avatar
  • 73
0 votes
0 answers
13 views

I am making an alarm using Python and MySQL integration for school project. I am using CustomTkinter to make UI enter image description here This is what I have reached so far. I want to add a red ...
Yug Ahuja's user avatar
Advice
0 votes
0 replies
12 views

I am working on windows application with windows forms in visual studio using C++/CLI SDK. This is easily compiling to exe file, it works perfectly on windows. But what about android or ios? What the ...
humankind's user avatar
-1 votes
0 answers
22 views

std::vector<bool> is the only standard container whose name strongly suggests “a vector of bool”, yet it intentionally does not model a contiguous container of bool objects. Despite breaking ...
Nar.hhs's user avatar
  • 66
0 votes
0 answers
11 views

Trying to upload a image file(png) to Supabase Storage Using the code below. import fs from 'fs' import { createClient } from '@supabase/supabase-js' import 'dotenv/config' const supabase = ...
Superstricker09's user avatar
1 vote
0 answers
11 views

I have an Amazon Aurora database used as UAT in AWS Account A and another Aurora database used as QA in AWS Account B. In Account A, the UAT Aurora cluster creates automated snapshots every 1 hour. My ...
gamechanger17's user avatar
-2 votes
0 answers
26 views

Schema Registry Failed to Start Unable to identify the issue with configuration or port binding issue Referred Github Link : https://github.com/Java-Techie-jt/spring-kafka-avro Error Log [main] INFO ...
Pravesh Kumar's user avatar
Best practices
0 votes
1 replies
44 views

from a in xx join b in yy on a.someprop equals b.someprop join c in zz on a.someprop1 equals c.someprop where a.someprop2.Contains(strval) I’m trying to understand how SQL query execution works ...
chuackt's user avatar
  • 175
2 votes
0 answers
27 views

I’m integrating with the Sonos Control API (v1) and trying to understand the current behavior of group-level endpoints, specifically in a household that primarily uses Sonos Amp devices. I’ve built a ...
Tyler Balaban's user avatar
Advice
0 votes
1 replies
21 views

I wanted to make a custom command that sent an embed with a message that the user writes (I was using $N for that), but I also wanted the users to be able to customize the embed color in their message....
Sayuri's user avatar
  • 1
Best practices
0 votes
0 replies
12 views

I've been using NuxtUI for my UI elements, and I'm using fullCalendar for calendaring things. I want to add a popover that would display some text when hovering over an event (with the popover ...
SoBinary's user avatar
1 vote
1 answer
29 views

(I'd tried to post this here, had someone post a version of it for me on r/flask, and am trying again here, so please excuse the duplication if the original one shows up.) I'm trying to modify a Flask/...
user9219182's user avatar
1 vote
0 answers
32 views

It is very nice that Python 3.14 added Zstandard to the standard library. Please see here for its package documentation. I can use it with a rudimentary syntax from compression import zstd from ...
Akira's user avatar
  • 2,896

15 30 50 per page
1
2 3 4 5
1612307