Newest Questions
24,178,738 questions
-2
votes
0
answers
9
views
TSHARK QUESTIONS [closed]
tshark -i any -a duration:60 -Y "icmpv6 && frame.len == 18" -T fields -e data | sort -ru
Best practices
0
votes
0
replies
12
views
What chess bitboard convention
AI have mixed answers so now, I want to ask the humans. What is the linearized square number for the starting position of the black queen on different bitboard conventions? Antigravity Gemini 3 Pro ...
1
vote
0
answers
10
views
Version of transformers to use for including support for the Gemma model/tokenizer
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.6.0
torch==2.2.0
transformers==4.36.2
huggingface-hub==0.19.4
numpy==1.26.3
onnxruntime==1.17.0
optimum[onnxruntime]==1.16.0
requests==2.31.0
...
0
votes
1
answer
7
views
Repeat the rows based on the Number of Splitted Values on a Certain Cell
Repeat the Columns Based on the Numbers of Splits I make on the Cell.
Note: I was trying to search for it because I know, I've seen this answered before and for the love of god cannot figure out a way ...
0
votes
0
answers
9
views
When using isql via ODBC Driver 17 or 18 in Linux, how to login using Windows Account to SQL Server
Using SQL Authentication and Windows Authentication I can login to SQL Server (via SSMS)
When using isql via ODBC Driver 17 or 18 in Linux, how to login using Windows Account to SQL Server?
Using isql ...
0
votes
0
answers
5
views
Why MutableSharedFlow not returning last value?
I have this code in the Android ViewModel
class DummyViewModel: ViewModel() {
private var _uiState = MutableSharedFlow<UIStates>(replay = 4)
private fun gotoNextActivity(){
Log....
0
votes
0
answers
9
views
Mapbox - Layer interactivity on layer from Studio one click behind
I’m having an issue regarding click handlers and selections of a layer. I created a layer in Mapbox Studio for the color and set it to JSON format:
[
"case",
[
"==",...
-1
votes
0
answers
19
views
argparse argument both positional and named
I want to recreate behavior of grep, where the pattern can be given both as a positional and named argument:
In : parser.parse_args(['x', 'a', 'b'])
Out: Namespace(pattern=['x'], files=['a', 'b'])
In :...
-2
votes
1
answer
18
views
How can I open and read a macro enabled file module list code like a text file
I had code to do this but I can't find it.
Let's say I have a file Test.xlsm that has 3 modules in it, Module1, Module2 and Module3.
How can I open the project file and iterate over the modules and ...
1
vote
2
answers
27
views
How to access each word from a std::split string by comma
I refer to this question How to split a std::string into a range (v3) of std::string_views?
I have this example. Accessing the split result in C++ returns each word correctly. But I need the result in ...
-1
votes
0
answers
16
views
How to write BOD on BIOS with WMI? [closed]
I would like to write a BOD on bios by using wmi private namespace.
I already make sure that there is no password on the BIOS but it still rejected when I write it.
Anyone can do this?
Appreciate for ...
0
votes
0
answers
31
views
How do executables being part of the same application find eachother on MS Windows?
When there is an application, that consists of multiple executables, how do they locate each other on MS Windows? How does it work for installed programs, how does it work for "portable" ...
0
votes
0
answers
19
views
How to animate a static tattoo design on moving skin using image-to-video AI like Wan 2.6 (realistic conforming to body motion)?
I'm trying to build/replicate a feature similar to the AI Tattoo Video Generator on tattooai.design, which takes a static tattoo image (or generates one) and produces a short video (5s, 720p, 16:9) ...
1
vote
1
answer
22
views
Can I use angular effects for API calls?
I have 3 signals. All of them are needed to fetch wiki items. My current approach is to define an effect in the constructor of the component which checks if all the signals have a value and if so, ...
0
votes
0
answers
13
views
Vertex Ai 429 Erros
I am using Vertix AI API to send a request that is big (700k tokens), but I keep getting these errors:
[Invalid date] {vertex_ai_agent.py:57} WARNING - Failed to get response from region europe-west1:...
0
votes
0
answers
12
views
Internal App Sharing giving error "this app com.example.testApp needs to be published before you can use internal app sharing."
I want to share my Android app to testers who is chosen. I will try in app updates feature in my app without publishing to prod. But I am taking this message when I try to upload apk by verified ...
0
votes
1
answer
19
views
Unbalanced diagonal matrix from a symmetric matrix
I want to find the eigenvalues of a symmetric matrix.
When I do this in Python, I get an unbalanced diagonal matrix. The value of [0, 0] is much larger than the other eigenvalues.
Is it wrong?
How ...
-3
votes
1
answer
55
views
Google Antigravity model loading issue... (Global outage; Live back again) [duplicate]
There is a global outage of models in Google's AI-powered IDE, Antigravity.
First, I thought the issue was there in my PC only. I restarted the IDE, then restarted the PC, but nothing changed; the ...
0
votes
0
answers
20
views
Combining flexbox items into a div messes up their size
I have a flexbox where all items can shrink and one item can grow:
div {
border: 1px solid black;
margin: 1px;
}
<div style="display: flex; width: 110px;">
<div style="width: 2em;">a&...
0
votes
0
answers
17
views
In a CSS Grid layout, my images overflow their containers unless I use overflow: hidden. Is this the right practice, or is there a better solution?
I have added a screenshot of the layout before using the <img> tag here: actual grid layout and another after adding it. The layout works correctly only when I apply overflow: hidden; like ...
1
vote
0
answers
11
views
MongoDB querySrv ECONNREFUSED on Node.js 22 after switching Node versions (worked before, now fails)
I’m running into a MongoDB connection issue that only appeared after switching Node.js versions, and I haven’t been able to resolve it despite extensive troubleshooting.
Environment
OS: Windows 10
...
0
votes
0
answers
14
views
Plotting a sector map with cartopy
I'm trying to reproduce this kind of map. I've tried several projections (LambertConformal, AlbersEqualArea, EquidistantConic) , and using either set_range or set_xlim to limits the longitude range. ...
0
votes
0
answers
8
views
Laravel logs show incorrect severity levels in Google Cloud Logging
I’m running a Laravel application using the dunglas/frankenphp:1.9-php8.4-alpine Docker image and deploying it on Kubernetes. Logs are written to stderr and collected by Google Cloud’s built-in per-...
0
votes
0
answers
11
views
java.lang.OutOfMemoryError in Google Fit when fetching 1 month of historical calorie data
The Google Fit application consistently crashes with an OutOfMemoryError (OOM) when attempting to load and aggregate historical calorie data. This issue is particularly prevalent for accounts with ...
0
votes
0
answers
29
views
Swagger UI resources are returning 401 when running ASP.NET Core 8 Web API project from Visual Studio
I have an ASP.NET Core 8 Web API project. When testing and developing, I run it from Visual Studio, which opens up the Swagger UI page in a browser, then I call the API at https://localhost:1234/ etc
...
0
votes
0
answers
10
views
Integrating next.js to use images digital ocean
I'm trying to integrat next.js to use images digital ocean but I'm getting 400 error but the same image is working in my local but not working when deployed.
enter image description here
enter image ...
0
votes
0
answers
23
views
.ignoresSafeArea(.all, edges: .bottom) malfunctioning
I’m dealing with a SwiftUI glitch, and I was hoping someone has some idea what went wrong. I have two screenshots of my personal project, Date-O-Rama. This is a date and time program which goes ...
1
vote
3
answers
47
views
Tailwind CSS generates incorrect compiled CSS for escaped characters of JavaScript strings
When passing a TailwindCSS class name as a string, I do not need to escape the backslash in order to include it as a string. Since TailwindCSS analyzes the source code directly, this also results in ...
0
votes
0
answers
14
views
Android Studio 2025.2.3 - Freezing issue when switching branches
Recently, in the latest stable feature drop version of Android Studio. When switching branches using the plugin within the IDE, the application freezes strangely. Problems occur during synchronisation....
-2
votes
0
answers
17
views
Persistent Network Restriction Issue in FortiClient Agent After VPN Disconnection [closed]
I am having an issue with the FortiClient VPN Agent (Fabzic Security ZTNA). When I am connected to the VPN, my internet access works perfectly. However, as soon as I disconnect from the VPN, I lose ...
Best practices
0
votes
0
replies
6
views
Get CRM entity timeline using OData
I'm kinda new to this but I already worked with CRM integration to do CRUD operations on CRM using the OData API https://myOrg.com/MyEnv/api/data/v9.0.
Now I'm trying to get all of the timeline for a ...
Best practices
0
votes
0
replies
3
views
SAL annotation warning for KeAcquireSpinLockAtDpcLevel calling function
I am facing SAL annotation warning, even after mentioning correctly. I am just wondering what is the right way.
__WrapperAcquireLock: IRQL potentially too low at call to KeAcquireSpinLockAtDpcLevel. ...
0
votes
0
answers
17
views
XPages, how to validate the number of entries in a multi-value field/control?
I have an xp:list control with the multiple property set to true. I want to set a limit to the number of items the user may select, for example maximum 3 entries. But what kind of validator should I ...
-1
votes
0
answers
47
views
How to make a function that i can copy a url token? [closed]
I want to make a function that i can copy a hidden token for the url.
function copyUrlToken() {
const token = document.getElementById('urlToken').innerText;
console.log(token)
}
<button ...
Best practices
0
votes
0
replies
11
views
How to build FastAPI Class Based Views on a dataclass?
Let's say I want to instantiate a class with parameters and get a FastAPI router from it, while defining the handlers in a common way i.e. @router.get(...). What is the best way to do that?
Somewhat ...
2
votes
0
answers
204
views
Google Antigravity model selector not loading — is the service currently down? [duplicate]
I am currently experiencing an issue where the Google Antigravity model is not loading in the IDE. The model selector either remains empty or fails to load any available models, making it impossible ...
0
votes
1
answer
37
views
How to fix mutable objects inside a copy of IReadOnly copy of a list
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGame.Extended.Graphics;
namespace GameCore.Core;
#...
0
votes
0
answers
21
views
dbt external-external-tables for json variant datatype column level expressions
I'm creating external_tables.yml and configuring the external table location details with stage name, file format. I'm consuming the json with variant datatype.
I need to explode the columns from ...
0
votes
0
answers
24
views
Trying to insall CBLAS
I am trying to install CBLAS on Debian 13, and am, as far as I can see, following the instructions in the README file that came in the folder. When I do a 'make all', I get the following errors that I ...
0
votes
0
answers
22
views
How to build feedback loop with rxRust
With the rxRust crate nearing version 1.0 I wanted to give the ReactiveX concept a try. As one finger exercise I wanted to try a feedback loop on the example of a simple rs-flipflop made of two NANDs....
0
votes
0
answers
14
views
Correct way of Odoo model and view inheritance (delegation)
I have a custom module which defines a model which inherits res.partner (delegation) using inherits on partner_id field, like this:
from odoo import fields, models
class CustomModel(models.Model):
...
0
votes
0
answers
12
views
Electron/vite hot reload: any "on close" method?
I'm using Electron and Vite package to manage hot-reload on my app.
I'd like to call an event on close, which does some stuff, which works on both user's close and vite's hot reload (which close the ...
0
votes
0
answers
20
views
Has anyone delt with a wheel picker for time in react native
I am trying to build an iOS-style "Wheel Picker" (Drum Picker) in React Native that works smoothly on Android.
The Problem: I implemented a FlatList with snapToInterval, but I am ...
0
votes
0
answers
46
views
SQL column from different tables to array
I have multiple functions to convert column values into an array
CREATE FUNCTION FN_ToArray
(
@separator NVARCHAR(10) = '|'
)
RETURNS NVARCHAR(500)
AS
BEGIN
DECLARE @return VARCHAR(500)
SET ...
0
votes
0
answers
45
views
PGAdmin won't answer correctly
I am trying to access new PGAdmin 4.9.11 (desktop mode) thru Python 3.13
CODE FROM THE START :
*import psycopg2
conn = psycopg2.connect(
dbname = "postgres",
user = "postgress&...
0
votes
2
answers
64
views
`printf` and `xargs` in a `for` loop
I want to produce this output:
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111
For that I created this script:
(Based on https://stackoverflow.com/a/23961301/22133250)
...
0
votes
0
answers
16
views
Why does PyMilvus still report “milvus-lite is required†after installing pymilvus[milvus-lite] on Python 3.11?
I’m trying to use Milvus Lite with Python 3.11.9 in a local project that integrates LangChain and Ollama, but I’m unable to get Milvus to run correctly.
Here is my setup:
Python version: 3.11.9
...
4
votes
1
answer
955
views
Antigravity app: “Agent terminated due to error†leads to missing agents and login failure [duplicate]
I’m facing a critical issue with the Antigravity desktop app where an agent failure permanently breaks the app state.
Environment
App: Antigravity (desktop)
OS: Linux (x86_64)
App version: Latest ...
0
votes
0
answers
13
views
EPAM ai-dial :The quick start echo application does not work on windows with podman desktop
I am very new to the platform, and I was trying to run the echo app on Windows with Podman. First, when I tried to use docker_compose it, it failed to create 2 of the containers because it was ...
-4
votes
0
answers
31
views
Free Cloud Access Broker [closed]
I am currently developing work for University in which I'm intended to evaluate the performance of a CASB tool in order to discover Shadow SaaS traffic. My idea is to deploy a couple of virtual ...