~recent-questions-st | Bookmarks (1351)
-
Some problems with Ffmpeg
I don't know why Ffmpeg works but it gives an error. How can you see in...
-
Do I need to create two applications in order to use SSO?
I'm building a simple API using .NET Core 8.0 to receive a SQL Query or JSON...
-
QPolarChart how do I make the outer circle invisible?
Here is an example of a QPolarChart with both radial and angular axis. I want to...
-
Angular testing: correct way to detectChanges when mocking a service that is used on ngOnInit
When I uncomment the first call to fixture.detectChanges(), the test does not work as expected. The...
-
GPU running out of memory when trying to load a large pretrained model
I am using Hugging face to load some pretrained models to do some testing on some...
-
create custom WordPress table
I have a WordPress website and I want to do some analysis about my selling, but...
-
Access sharepoint file using python and AAD
I want to access sharepoint file using python and AAD(Azuer Active Directory) app. Is their any...
-
Safe domain to use in a free service
I have used mailgun service in the past using Sender as: Excited User excited-user@example.com But since...
-
Vue Transition on Bootstrap 5 Off Canvas
am using vue3 am trying to add Transition to my dynamic modal but every atempt faild...
-
How to handle click event in Swiperjs
I am using swiper.js and my code: $(function () { var elements = new Swiper(".elements", {...
-
CosmosDB Batch Operation Error 16500: "TooManyRequests" (429) when Upserting Documents
I'm encountering an issue with CosmosDB while performing a batch upsert operation. The error code 16500...
-
Scanner skipping .hasNextDouble()
I am trying to read several doubles from a file and save them in an array....
-
Wema API test fail
I'm working with Wema onboarding open API and i have been trying to test and API...
-
Scale clustered chart to use up space in visual - Power BI
I am currently working on a dashboard in Power BI that shows the row counts of...
-
Disabling namespace remapping for a container creates sudo permission error
I've enabled default user namespace remapping in Docker. However, I now need to add a privileged...
-
network_config_edit_view didn't return an HttpResponse object. It returned an unawaited coroutine. You may need to add an 'await' into your view
I am working in a django webpage, and I was asked to do an async check...
-
Polars get nth position from Expression type
When I'm aggregating data in polars (e.g. groupby, rolling, group_by_dynamic and calling .agg(...)) how can I...
-
how to set #end 'startTime'= #start seletedtime
How do I coding?? $('#start').timepicker({ change: function(time) { timepicker.format(time); $('#end').prop('disabled', false).prop('readonly', false); let startTime = $(this).timepicker('getTime');...
-
How to prevent shallow copying of common fields between entity and DTO in a mapper?
I'm currently using a mapper and encountering an issue. Both Entity and Dto have a common...
-
How to customize elements in a #shadow-root (open)
I am trying to customize a third-party code to match the colors on our Squarespace website....
-
Cannot publish AvaloniaUI app for Android - error NETSDK1084 There is no application host available for the specified RuntimeIdentifier
I try to publish AvaloniaUI app for Android. I create the "Folder" publish profile with the...
-
How to swipe back an item when another item is pressed or swiped using react-native-gesture-handler?
I am trying to cancel the swipe action (swipe back) of a swiped item, when another...
-
Is there a way to turn off printing for some modules of my program, but not others?
I have coded a (very) minimalistic version of pokemon in python, in which you play against...
-
How can I reach into a nested list structure without raising an exception in Clojure?
I want to check that there is a certain thing at a certain position in a...