Newest Questions
24,157,090 questions
0
votes
0
answers
20
views
How to keep the native "Leave a comment" button in a Telegram Channel or maintain the native Thread View when adding an Inline Keyboard via Bot API?
I am developing a Telegram bot that posts content to a public channel. The channel is linked to a Discussion Group, so by default, every post has the native "Leave a comment" button. My ...
0
votes
1
answer
63
views
JavaScript throws syntax error on the word "class"
I'm making a program to track my school schedule. I have variables for each thing I need to track:
let teacher = "Mr. Henderson";
let room = 204;
let class = "Biology";
let period =...
Advice
0
votes
0
replies
24
views
How do I deploy a web application to a live server for the first time?
I have developed a web application and I am new to the IT field. I want to deploy my system so that it can be accessed online through a domain instead of running only on localhost.
frontend - react / ...
-2
votes
0
answers
39
views
are these javascript-obfuscator settings safe?
const fs = require("fs");
const path = require("path");
const JavaScriptObfuscator = require("javascript-obfuscator");
fs.readdirSync(inputDir).forEach((file) => {
...
Advice
0
votes
0
replies
23
views
video player vith a menu ( html and css)
I'm making a portfolio website and i want to display some videos in the format of like a little video player where you can click on an option and it will play , i realize this may be a bit ...
-1
votes
0
answers
20
views
How to keep streaming API communication running when app goes to background?
I have an AI chat app with real-time streaming responses. Everything works correctly while the app is in the foreground.
The problem occurs when the user minimizes the app or switches to another app (...
Best practices
0
votes
1
replies
19
views
Forma compacta de realizar un CRUD con Windows Forms en C#, usando DataGridView
Quiero una recomendacion de como realizar un CRUD de manera correcta y compacta que sea facil de recordar y aplicarla de manera eficiente mediante un Control DataGridView en C#,
sin sql ni listas ...
Best practices
0
votes
0
replies
17
views
Type Unstable Functions in Julia
I am writing some numerical simulations in Julia.
I have some functions which compute many parameters iteratively. When I am debugging, I like to have a debugging option, where a function additionally ...
Advice
0
votes
0
replies
20
views
Configuring Content Understanding in Microsoft Foundry via Terraform?
Microsoft Foundry has a tool called Content Understanding which is part of the so-called Foundry Tools.
I'm managing my infrastructure via Terraform. However, I'm struggling to configure Content ...
0
votes
0
answers
33
views
I am attempting to update an Oracle VARRAY type column from c#
I am trying to update a VARRAY column in an Oracle Table using Oracle.ManagedDataAccess.Client in C#
I have the following code:
OracleCommand cmd2 = new OracleCommand(
"update mytable set ...
Best practices
0
votes
0
replies
30
views
Random Forest Time-Series Forecast for 2014 Producing Unrealistic Weekly Sales Predictions
Data
Title: Random Forest Time-Series Forecast for 2014 Producing Unrealistic Weekly Sales Predictions
I am building a hybrid forecasting model in Python using SQL Server + pandas + scikit-learn to ...
2
votes
2
answers
52
views
How to scroll to item in LazyColumn from outside the composable?
I've slipped the LazyColumn a LazyList State like this:
val listState = LazyListState()
@Composable
fun foo() {
LazyColumn(
state = listState
Now I want to call listState.scrollToItem(...
Advice
0
votes
1
replies
28
views
Schematic of a universal RFID key based on ATmega328P
Please tell me the schematic diagram of a universal RFID key implemented on the basis of the ATmega328P microcontroller.
Advice
0
votes
0
replies
27
views
QR code optimization form small scale 3d printing
I'm currently working on a project where I have to focus on QR code optimization.
basically I want to 3d print custom cats and dogs tags with embedded QR code to link them to a profile page to help ...
-2
votes
0
answers
20
views
Azure VPN Client fails with "Couldn't set DNS server/domains" on Linux, but works on Windows
I have been using the same Azure VPN Config on a Linux machine (Arch) and a Windows machine for about a year. Recently, the company I am working for did some DNS changes related to the VPN. The ...