Newest Questions

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

tshark -i any -a duration:60 -Y "icmpv6 && frame.len == 18" -T fields -e data | sort -ru
COOKIEMONSTER12345's user avatar
Best practices
0 votes
0 replies
12 views

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 ...
daparic's user avatar
  • 4,642
1 vote
0 answers
10 views

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 ...
Prarthana B K's user avatar
0 votes
1 answer
7 views

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 ...
Babanana's user avatar
  • 1,408
0 votes
0 answers
9 views

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 ...
tlorel's user avatar
  • 19
0 votes
0 answers
5 views

I have this code in the Android ViewModel class DummyViewModel: ViewModel() { private var _uiState = MutableSharedFlow<UIStates>(replay = 4) private fun gotoNextActivity(){ Log....
Kumar's user avatar
  • 1,724
0 votes
0 answers
9 views

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", [ "==",...
Janjac's user avatar
  • 128
-1 votes
0 answers
19 views

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 :...
Get rid of LLM slop's user avatar
-2 votes
1 answer
18 views

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 ...
j2associates's user avatar
  • 1,161
1 vote
2 answers
27 views

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 ...
Peter VARGA's user avatar
  • 5,341
-1 votes
0 answers
16 views

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 ...
Joe's user avatar
  • 43
0 votes
0 answers
31 views

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" ...
Caulder's user avatar
  • 459
0 votes
0 answers
19 views

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) ...
design tattooai's user avatar
1 vote
1 answer
22 views

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, ...
Lukas Van Holle's user avatar
0 votes
0 answers
13 views

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:...
Abdullah Odibat's user avatar
0 votes
0 answers
12 views

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 ...
gkhn.akbs's user avatar
0 votes
1 answer
19 views

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 ...
Another.Chemist's user avatar
-3 votes
1 answer
55 views

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 ...
encodedcoder's user avatar
0 votes
0 answers
20 views

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&...
root's user avatar
  • 2,968
0 votes
0 answers
17 views

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 ...
alisha's user avatar
  • 1
1 vote
0 answers
11 views

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 ...
Vin's user avatar
  • 11
0 votes
0 answers
14 views

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. ...
Marti's user avatar
  • 91
0 votes
0 answers
8 views

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-...
Radhe9254's user avatar
  • 198
0 votes
0 answers
11 views

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 ...
Shaik Athaulla's user avatar
0 votes
0 answers
29 views

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 ...
PaulH567's user avatar
  • 199
0 votes
0 answers
10 views

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 ...
REY-619's user avatar
0 votes
0 answers
23 views

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

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 ...
rozsazoltan's user avatar
  • 19.3k
0 votes
0 answers
14 views

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....
ΓDΛ's user avatar
  • 11.3k
-2 votes
0 answers
17 views

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 ...
Youssef 's user avatar
Best practices
0 votes
0 replies
6 views

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 ...
Hasan's user avatar
  • 96
Best practices
0 votes
0 replies
3 views

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. ...
david's user avatar
  • 421
0 votes
0 answers
17 views

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 ...
Malin's user avatar
  • 706
-1 votes
0 answers
47 views

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 ...
Marvin's user avatar
  • 1
Best practices
0 votes
0 replies
11 views

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 ...
HoverHell's user avatar
  • 4,909
2 votes
0 answers
204 views

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 ...
Muhammad Haseeb's user avatar
0 votes
1 answer
37 views

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; #...
Witold Wojcieszko's user avatar
0 votes
0 answers
21 views

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 ...
user12206796's user avatar
0 votes
0 answers
24 views

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 ...
Erisksson J's user avatar
0 votes
0 answers
22 views

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....
user2011659's user avatar
  • 1,269
0 votes
0 answers
14 views

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): ...
qdev's user avatar
  • 1,459
0 votes
0 answers
12 views

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 ...
markzzz's user avatar
  • 48.3k
0 votes
0 answers
20 views

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 ...
Mark's user avatar
  • 1
0 votes
0 answers
46 views

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 ...
Pyrus's user avatar
  • 107
0 votes
0 answers
45 views

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&...
Oise Net Multiservices's user avatar
0 votes
2 answers
64 views

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) ...
Signor Pizza's user avatar
0 votes
0 answers
16 views

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 ...
Derya CoÅŸkun's user avatar
4 votes
1 answer
955 views

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 ...
sahil Kumar's user avatar
0 votes
0 answers
13 views

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 ...
Rajan's user avatar
  • 31
-4 votes
0 answers
31 views

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 ...
Nicolás Marcelo's user avatar

15 30 50 per page
1
2 3 4 5
…
483575