24,222,850 questions
0
votes
0
answers
2
views
My program keeps stopping randomly despite my laptop being on
Every two months I am running a python program that has to stay turned on for 2 days +/- on my laptop. Despite turning off every single setting that forces it to sleep and keeping it plugged in, my ...
0
votes
0
answers
6
views
Module Federation Vite is not working on Safari: ReferenceError: Cannot access uninitialized variable
I have multiple React/Vite apps, and one called App Shell which is the host of all of the module federated apps. Based on the route of the page I am loading a remote app using loadRemote function from ...
0
votes
0
answers
7
views
How to calculate hash for remote repo in bazel
Now I am studying how to use bazel to build my repo which depends company's private repo. This private repo is very huge(+2G). I know there are caches for remote repos in bazel, its path is
.cache/...
0
votes
0
answers
8
views
Problemas en la instalación de SQL ORACLE XE 21C / Problems in the instalation of Oracle SQL XE21C
hace unos días eliminé solo para configurar nuevamente mi laptop la aplicación de Oracle SQL , he estado batallando para realizar nuevamente la instalación de ORACLE XE21C debido a que durante la ...
0
votes
0
answers
17
views
How to setup a constraint on this child table?
I have the following 2 postgresql tables:
CREATE TABLE my_table_a (
id SERIAL PRIMARY KEY,
my_field_a BOOLEAN NOT NULL
);
CREATE TABLE my_table_b (
id SERIAL PRIMARY KEY,
fk_id INTEGER ...
0
votes
0
answers
8
views
Dart Copy with method not updating a field
I am trying to update two strings into a class at once in flutter/dart. it is only updating one of them, the other one keeps being null event thought the copy with method is proper and all other ways ...
0
votes
0
answers
14
views
What's the difference between shapeAppearanceOverlay and shapeAppearance?
Various Material widgets (views) (e.x. com.google.android.material.imageview.ShapeableImageView) enable for transforming their corners by manipulating with the corners' parametres (like cornerFamily ...
0
votes
0
answers
15
views
Migrations aren't activating on a new ASP.Net project
I need to preface this with pointing out this is my first web app project. I am trying to make a Blazor web application with ASP.Net. When I create a new project and run the code any database ...
0
votes
0
answers
8
views
How to convert "raw" confidence score and bounding box to actual mask
I hope everyone reading this is having a good day.
I need to know how can I use the confidence array (which for some reason has negative values on it) and the boundingBox to produce a segmentation ...
0
votes
0
answers
17
views
Unable to Auto-number my tables created using gtsummary using R Markdown
I'm using gtsummary in a Bookdown project and trying to get my table captions to show up with auto-numbering (e.g., "Table 1: Patient Characteristics"). I followed the usual approach by ...
0
votes
0
answers
13
views
Getting InstrumentedCache metrics (such as mean-get-time) in EhCache v3
I am using EhCache v3 and not able to get some metrics that could be published in EhCache v2 registry by wrapping caches via InstrumentedCache class (metrics such as mean-get-time and objects) because ...
0
votes
0
answers
7
views
FBSDKApplicationDelegate error on iOS FB SDK v18
I have an error when trying to OC projects exported from Unity, CocosCreator,cannot be recognized; only native OC projects can be recognized. In my image left side is no error, right side got appeared ...
0
votes
0
answers
19
views
Fast combined minimum/maximum for 64-bit signed integers in AVX2
I need to compute the minimum and maximum of an array of 64-bit signed integers, using AVX2. Target is Golden Cove/Raptor Cove (Intel 12th/13th generation P-core).
AVX2 has minimum and maximum ...
0
votes
0
answers
16
views
How can Apps Script WebApp retrieve request's cookie in doGet(e)?
I want to pass a (HttpOnly) cookie to Google Apps Script doGet(e) endpoint (e.g. from fetch(...) on the client), but there doesn't seem to be any way to retrieve incoming cookies/headers out of e.
I ...
-1
votes
2
answers
25
views
How to use laravel + vite in production
i used laravel 11 + vite, when i run vite in production it will return following error enter image description here
"Vite manifest not found at: /home/u319632017/domains/rarsinergycelebes.com/...