Newest Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
45 views

In R version 5.4.1, when I set the size parameter of sample() in the form 1000*(1-i), I sometimes get a output that is 1 value too short; this only seems to happen at values of i above 0.7, but the ...
RDurrant's user avatar
0 votes
1 answer
31 views

When using com.google.maps.android:maps-compose in version 6.12.2 I get the following error building the project: org.jetbrains.kotlin.util.FileAnalysisException: While analysing <redacted>/...
Eklavya's user avatar
  • 11
0 votes
0 answers
24 views

I want to bundle multiple TypeScript files and generate a file that bundles everything to be used through node build/bundle.js and that can be copy-pasted to CodinGame. Everything works (transpilation,...
user31922018's user avatar
Advice
0 votes
4 replies
58 views

I'm currently writing a helper module and despite my efforts, some private variable have to be accessed read/write from outside the module. my first attempt was using Export-ModuleMember -Variable but ...
Peyre's user avatar
  • 635
0 votes
1 answer
19 views

I implemented a rest controller in my SpringBoot backend, which receives a json and maps it to an dto object via SpringBoots default Jackson configuration: So we got: The Rescontroller signed like ...
Michael Jackson-Mapping's user avatar
0 votes
0 answers
59 views

I want to frequently test a Python application I'm developing with uv, which I publish to a private repository on a GitLab instance. I've generated an access token with read access to the repo and I ...
FLKR's user avatar
  • 67
1 vote
1 answer
48 views

While upgrading twig v1.30 to v3.22.0 i encountered some problem using macros from an external file and calling them by using a variable value as dynamic name. Given the twig file with the macros: {# ...
Olli's user avatar
  • 1,748
-2 votes
0 answers
35 views

I maintain a large scientific Python application that uses several third-party modules like PyQtGraph (for plotting) and PyMeasure (for instrument control). I frequently need to add small custom ...
Dawid Maślanka's user avatar
0 votes
0 answers
24 views

We have an internal tool that was distributed simply by users cloning the git repository. The purpose of the tool is to configure newly created virtual machines for later testing our "real" ...
GhostCat's user avatar
  • 141k
0 votes
0 answers
13 views

I can't revert to previous PageRevisions of TestPage because of hidden ValidationErrors for attached inline TestChild instances. Instead of a useful error message, I get a generic message: The page ...
Dennis Pratter's user avatar
0 votes
0 answers
14 views

i have the following process definition i trie to execude on Camunda 7.24 / CibSeven 2.1 which currently logs during execution many OptimisticLockingException. i could already trace it down that it ...
BigMichi1's user avatar
  • 308
0 votes
1 answer
32 views

It's very well possible this isn't meant to work, but I'm trying to learn Vue and fail to make a nested form. The usecase is that I want my user to order various amounts of different types of tickets; ...
Alexandria Douillette's user avatar
-3 votes
0 answers
29 views

I have this js file (function ($) { app.modals.ClassificationTreeModal = function () { var selectedId = []; var _stocktakingSessionsService = abp.services.app.stocktakingSessions; ...
user123456's user avatar
  • 2,651
0 votes
0 answers
12 views

I am trying to fetch CCIP message transfer status using ccip-js, I load CCIP messageIds from a CSV, then call: await ccipClient.getTransferStatus({ messageId, client: publicClient, ...
Nupura Tilloo's user avatar
0 votes
0 answers
28 views

I'm working on a crawler in Python that takes an e-commerce sitemap and classifies each URL into a page type, for example: home product product_category product_tag brand post static_page ...
Tasos Paraskevakis's user avatar
1 vote
0 answers
45 views

I'm developing a WhatsApp chatbot in Python and want to implement a human handover feature. The goal is to temporarily pause the bot's automated responses when a human administrator opens the chat to ...
Tiago Silva's user avatar
0 votes
0 answers
35 views

What's the memory order in this situation: ARM CPU connected to a PCIe NIC(Network Interface Card) The NIC write data and descriptor to ARM CPU memory, data and descriptor are normal memory. ARM CPU ...
Jams.Liu's user avatar
  • 533
Tooling
0 votes
4 replies
55 views

I’m used to working with a Database First approach in C#. I design my database schema (often with MySQL Workbench) and do a forward engineering, then generate my C# models using Entity Framework’s. ...
alex_pythooon's user avatar
0 votes
0 answers
19 views

I am tasked creating accessible documentation (PDF UA) from rst. The idea was to use DocumentMetadata to enable tagging in general with something like a caption or :alt: to achieve this. However I ...
Niklas Maurer's user avatar
1 vote
0 answers
39 views

I'm trying to implement a tab bar on iOS 26 like the Music or Health apps on iPhone. On a white background this is not noticeable, but when changing the background color to dark at the start of the ...
Artem T's user avatar
  • 11
-2 votes
0 answers
82 views

I’m trying to improve my website performance and Google PageSpeed Insights shows that many JavaScript and CSS files are unused or partially unused. I want to remove or disable these unnecessary files, ...
karan kashyap's user avatar
0 votes
2 answers
56 views

I'm trying to use the marginaleffects library in R to get the estimates of a bunch of interaction effects from a bunch of different models. When I pass it an interaction that has a continuous ...
slammaster's user avatar
0 votes
0 answers
15 views

I have a found multiple scenarios where either 100s of rows of data need to be loaded or 10s of rows need to be loaded but they all have many components inside. Is there a way to dynamically load only ...
100_Mill_RF's user avatar
0 votes
0 answers
20 views

Here is my .wxs file contents: <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> <Package Name="...
jwdomes's user avatar
  • 11
0 votes
1 answer
50 views

(function ($) { app.modals.ClassificationTreeModal = function () { var selectedId = []; var _stocktakingSessionsService = abp.services.app.stocktakingSessions; var ...
user123456's user avatar
  • 2,651
0 votes
0 answers
9 views

I am analyzing a set of flow cytometry data in the online environment of OMIQ. OMIQ has a feature to analyze the data with the Significance analysis of microarrays (SAM) algorithm. Before running this,...
Loveforscience's user avatar
-1 votes
0 answers
13 views

I am trying to move from eclipse to vscode. I want to set up various Tomcat server configurations so that I can run my web app in different environments. I have installed Tomcat to c:\servers\tomcat. ...
paul's user avatar
  • 13.6k
0 votes
0 answers
8 views

In Xbase++, using the XbpBrowse() class, is there a way to hide specific rows? Example pseudo code: IF Data_X_in_Row_Y == Specific_Value Row_Y:hide() ENDIF
DevFox's user avatar
  • 33
Advice
1 vote
2 replies
49 views

I am a newbie in .NET - can someone tell me about dynamic forms? I have done master detail and simple crud - should I go for dynamic form r practice more in master details. I want to know about ...
Taimoor Ahmad 's user avatar
Advice
1 vote
0 replies
20 views

My mobile app that i am working on for an issuer has been whitelisted for google push provisioning API sandbox and my TSP is MDES, also in sandbox mode. I have implemented backend and frontend, and ...
izidoraz's user avatar
0 votes
0 answers
12 views

I’m using Apache Pinot and ingesting a large amount of real-time data. Everything works initially, but after some time my queries start slowing down significantly. I’m new to Pinot and not sure what ...
Harry Arif's user avatar
Best practices
0 votes
1 replies
50 views

I am currently developing a module for an ASP.NET Core Web API that uses EF Core to talk to MySQL. The problem is I have no idea how to make EF Core fill the entityId property. Here is the example ...
Sannnekk's user avatar
  • 103
0 votes
0 answers
17 views

I am in the process of setting up a local Docker repository on Artifactory to be used with Podman. My goal is for this Docker repository to be the only one my users have access to. My users will be ...
Joshua Schroijen's user avatar
0 votes
1 answer
61 views

I'm trying to calculate the percentage contribution of each firm to the total amount across all firms. Database: google-bigquery What I need (desired output): Sum usde_haircut_amt per firm Compute ...
sandesh kamera's user avatar
1 vote
1 answer
80 views

I can build an image with this Dockerfile that is based on a lightweight Docker image that use Alpine: FROM php:8.4.15-cli-alpine RUN docker-php-ext-install opcache But I can’t build an image after ...
A.L's user avatar
  • 10.6k
-10 votes
0 answers
51 views

You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? class Solution { public int ...
user31921588's user avatar
0 votes
0 answers
27 views

I'm migrating a JBoss EAP application to Quarkus. My application has multiple implementations of the same REST service interface for failover/fallback scenarios: ManagerClientImpl - Primary HTTP ...
SBW's user avatar
  • 15
-3 votes
0 answers
23 views

This is my simple class I need to test: class Example: ObservableObject { @Published var isError = false var cancellable: AnyCancellable? private let failure: Bool // MARK: - ...
Bartłomiej Semańczyk's user avatar
0 votes
0 answers
14 views

I would like to retrieve the unit associated with a given LCIA method in Brightway25. For example, for the method: ('ecoinvent-3.11', 'EF v3.1', 'climate change', 'global warming potential (GWP100)') ...
Nicolas LIENART's user avatar
0 votes
0 answers
17 views

I'm using jaxb2-maven-plugin to generate classes from xsd and in my application initialisation phase, I'm doing : JAXBContext jaxbContext = JAXBContext.newInstance(SomeClass.class); when building in ...
Ludovic Bertin's user avatar
1 vote
1 answer
34 views

I'm trying to get a hardware id with a .net console app (target framewotk is net8.0-windows10.0.17763.0). The code is rather trivial, just var token = Windows.System.Profile.HardwareIdentification....
Volker's user avatar
  • 1,849
0 votes
0 answers
46 views

A request from a standalone application to the sharedWithMe [1] endpoint returns only one item. Scopes used for authorization are: files.readwrite.all group.readwrite.all sites.readwrite.all ...
josuegomes's user avatar
Advice
0 votes
0 replies
15 views

I have a stacked column chart in Power BI showing hours worked per staff on respective tasks. Table: Tasks Fields: X-axis: Tasks[EmpName] Values: Tasks[totalhrs] / 7 Legend: Tasks[Taskname] ...
Agnel's user avatar
  • 5
0 votes
0 answers
24 views

I have an unclear situation. I'm using a controller with any endpoints. I have a two methods with Get endpoints /short and /{idOrCode}. Pathvariable is a String type. Endpoint with this pathvariable ...
ivvasch's user avatar
  • 71
0 votes
2 answers
45 views

I am still in the process of writing this, but I am now in a slump. This might be a novice question but is there a way to click on the image itself? I was hoping to incorprate it as an e-commerce ...
UnOne SciDiez's user avatar
0 votes
0 answers
26 views

I'm building a Flutter app that uses Android TV Remote Protocol v2. The app requires client certificates for authentication. When I use a manually created certificate (placed in assets), everything ...
shakti goyal's user avatar
Advice
0 votes
2 replies
45 views

why can we subscribe as may as we want from reactor publisher but just one time from java stream api?What reason is there for stream to be one time use?
AMZ's user avatar
  • 400
0 votes
2 answers
38 views

Where do I find the actual numbers that match Apple's billing StoreKit errors? For example, I know that if I get a 2, that's paymentcancelled, but I don't know what the other numbers mean. I'm not ...
user984003's user avatar
  • 29.9k
Advice
0 votes
1 replies
41 views

It would be nice if there were an easy way to define separate session expiry time for the admin area of a django website. So, admin users could log themselves into the "normal" website (seen ...
ventolin's user avatar
  • 2,997
-1 votes
0 answers
28 views

I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected, I have also ...
paymer's user avatar
  • 506

15 30 50 per page
1
3 4
5
6 7
483790