Newest Questions

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

Shell script to execute gradle build and move to .m2

I want to create a shell script to do a gradle build and then deploy to my local .m2. However, my attempt fails. My directory structure is as follows: my-app # root of project + build +...
BreenDeen's user avatar
  • 728
0 votes
0 answers
11 views

Generic Function Returning Null

I have a generic function that makes an ajax call. When I do a console.log in the success. The object prints out correctly. But when another function calls that function and tries to assign it to a ...
user2780362's user avatar
-1 votes
0 answers
12 views

Get a YouTube artist image using Angular YouTube package

Google Provides an Angular Material based component for Video Handling See documentation here from which a user can extract a video thumbnail image given a video URL However, I failed to find a ...
shlomoa's user avatar
  • 532
-2 votes
0 answers
11 views

Trouble with NeoVim theme looking weird

I am a longtime vim user trying to learn how to use neovim. I have been trying to do so with Neovim Chad. Right now, the color scheme looks super wacky, and I can't figure out how to fix it. I've ...
saltine's user avatar
0 votes
0 answers
6 views

How to install PostgreSQL 16 client on RedHat UBI 9 (arm64/amd64)?

I'm trying to install the PostgreSQL 16 client on RedHat UBI 9 with Python 3.9. I've followed several tutorials and blog posts, but I’m still facing issues. I'm currently testing on a Mac M1 (arm64), ...
Salvatore D'angelo's user avatar
0 votes
1 answer
18 views

VSCode WSL Laravel: configure Ignition or Ray to open files directly in VSC debugger

I am using VSCode on windows with WSL Linux where the project files are and PHP and the XDebug debugger are running. When Ray or Ignition display debug information with a filename, I would like the ...
PaulH's user avatar
  • 3,079
0 votes
1 answer
12 views

Is it possible to override APISIX default response using a custom plugin?

Apache APISIX by default gives inconsistent responses when returning errors. Here are some examples: 404 Not Found: {"error_msg":"404 Route Not Found"} 502 Bad Gateway: <html&...
mikyll98's user avatar
  • 2,479
0 votes
0 answers
21 views

std::format in a mex file

I'm trying to use std::format in a mex file but get an unresolved external symbol error when I use std as a module. // test_mex.cpp #include "mex.h" import std; void mexFunction(int nlhs, ...
dogAwakeCat's user avatar
0 votes
0 answers
17 views

How to count time on active tab in Safari web extension?

I'm creating simple Safari web extension that tracks time on any site and calculate time per day. Unfortunately it doesn't work right, as it doesn't count time when I'm on active tab and do nothing. ...
Sergey Bakotin's user avatar
-2 votes
0 answers
17 views

Format-Table that ignores terminal width?

I just want to print out a table of values. I don't want "smart" truncation, or automatic choice of the "right" properties. I don't care if it all fits on one line. I just want to ...
wfaulk's user avatar
  • 1,794
0 votes
0 answers
13 views

Identify which cells were based on accepted AI suggestions

Is it possible to identify which cells in a Google Colab were based on accepted AI suggestions? I am considering how I might inspect the JSON returned by students to determine if cell(s) were the ...
Btibert3's user avatar
  • 40.4k
0 votes
1 answer
16 views

Enabling autocomplete in PyCharm Terminal

I am running PyCharm 2025.1.3.1, opening up a remotely-hosted project via JetBrains Gateway 2025.1.2, under macOS 15.5. When I open the Terminal within PyCharm, the Tab key does not provide ...
Alex Reynolds's user avatar
1 vote
0 answers
20 views

Why do I get timeout error while fetching HTTP request inside Angular App?

I am using trying to create a small project based on Angular 20, where I provide front-end for data and charts from Fintacharts API, using SSR (Server-side Rendering), because CORS policies didn't ...
Denis Berezniuk's user avatar
0 votes
0 answers
10 views

Unable to get show and hide columns button to work for angular material table

I am trying to add a show/hide button to show/hidden columns in an angular material table. I can't get the button to function properly. When clicking on the button it does show the columns in the ...
developer8492's user avatar
0 votes
0 answers
8 views

BLIP Fine-Tuning: Special Token Always Biased to One Class in Generated Caption

I'm trying to fine-tune Hugging Face BLIP (Bootstrapped Language-Image Pretraining) to classify pizza boxes as either recyclable (clean) or non-recyclable (contaminated) by generating captions that ...
Wow Wow's user avatar

15 30 50 per page
1
2 3 4 5
1614039