Newest Questions

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

struct Data { // some fields }; struct E : public virtual Data { // some fields }; struct A : public E {}; struct B : public E {}; struct EE : A, B { public: E& a() { return *...
S Alexander N's user avatar
0 votes
1 answer
5 views

I'm using the @nuxt/fonts package to provide the font declarations. When the package detects a font name, it automatically adds the required @font-face rules to the compiled CSS. Based on the tests, ...
rozsazoltan's user avatar
  • 19.4k
Best practices
0 votes
1 replies
7 views

Is there a standard image sizes for a website for varios aspect ratio ? I do not want to create a huge image which indirectly impact the page size. So are there a recommended size to use for aspect ...
robthedesigner95's user avatar
-1 votes
1 answer
17 views

I have encountered a weird issue. docker compose throws an error with the following compose.yaml $ cat compose.yaml volumes: nuc_docker: name: node-red_docker external: true services: ...
crackpot's user avatar
  • 423
0 votes
0 answers
14 views

I created the following constexpr function: template <unsigned int M, unsigned int N, unsigned int P, typename T, T... ints> constexpr int computeGeneratorCount(std::integer_sequence<T, ints.....
Cristi's user avatar
  • 778
-1 votes
0 answers
17 views

I wanted to run doom on my arduino but instead of i2c 128x64 oled I have 1.54TFT-SPI-ST7789 (240x240)is there any easy solution for it? Repository I wanted to use: https://github.com/daveruiz/doom-...
Bl4zej's user avatar
  • 1
0 votes
0 answers
11 views

I want to use a container query in MUI in the same way the useMediaQuery hook works. But there is no useContainerQuery hook in MUI right now. So how can I use a container query in a component like: ...
michaelT's user avatar
  • 1,743
0 votes
1 answer
27 views

Using C++26 reflection, the following works nicely: template<size_t from, size_t to, typename F> void compile_time_index_access(size_t index, F&& f) { template for(constexpr size_t i : ...
Amir Kirsh's user avatar
  • 14.6k
-2 votes
0 answers
13 views

I have a IAC pipeline with Terraform in gitlab ci, always works fine but today i had a stucked job in multi-projects that use WAF resource and CloudWatch... anyone had the same issue any day ? In this ...
Stenio Ignácio's user avatar
0 votes
0 answers
15 views

I'm trying to learn Raft, but some edge cases I find hard to understand. Here’s an example scenario: The leader has the following log: 1: A, 2: B, 3: C A new entry arrives: 4: D. The leader will ...
JUAN DIEGO DIAZ ACEVEDO's user avatar
0 votes
0 answers
12 views

I have a field trial that is a split-split-split-split-split plot analysis. I am looking for some guidance into the best way to analyze this in R. I've attached an image of the structure of the trial (...
Janessa Fiorenza's user avatar
Tooling
0 votes
3 replies
25 views

I am in the process of becoming a data analyst and I am having a hard time understanding when to use SQL and when to use R. I have tried re-watching videos of my data analyst course, but I am still ...
Dacian Joel Alvarez's user avatar
0 votes
0 answers
17 views

My pom.xml file includes the following dependencies: <dependencies> <!-- Google GSON --> <dependency> <groupId>com.google.code.gson</groupId> <...
Stephen Ware's user avatar
0 votes
0 answers
21 views

So I'm trying to see if I can run android ADB on my arduino q. I can install it and run it in the shell, but I can't run it in the context of an app. The app seems to be a separate container that ...
michael_builds_apps's user avatar
Tooling
0 votes
2 replies
22 views

I'm working on a project. in which i need to filter out specific strings from an inconsisten api, where the strings are not always what i want. I need to filter out eligebility for diffrent education ...
Emil Lindström Moffatt's user avatar
0 votes
0 answers
21 views

I am using PySide6 with pyqtgraph to display a graph of data where the X-axis is fixed and I have a horizontal linear gradient across the graph. The horizontal gradient displays just fine if the data ...
Brock Larson's user avatar
0 votes
1 answer
60 views

When I include <format> from the std C++20 library, I get warnings from inside the format.h header (and other related files). I only include <format> once in my entire codebase, inside of ...
Samuel Bélanger's user avatar
1 vote
0 answers
25 views

The instruction on Halide website is to use pip install for python development I tried pip install halide But I am getting this error that cannot find Halide. Is it not supported anymore? ERROR: ...
Samer's user avatar
  • 2,020
0 votes
0 answers
20 views

I'd like to create an C# WPF library exposing some class to COM to use the class functionality from separate C++ project. What I'd like to achieve is to have a WPF class which implements simple form ...
Kaktus's user avatar
  • 1
2 votes
1 answer
22 views

I'm using dev.dbos:transact:0.6+ with a SpringBoot api and Postgres database. I've configured DBOS like this: @SpringBootApplication public class MyApiApplication { public static void main(String[...
Noah Funtanilla's user avatar
-1 votes
0 answers
14 views

I'm trying to install Adobe Experience Manager 6.5 on Windows Server 2022 on command with the following command C:\AEM\Author>java -jar AEM_6.5_Quickstart.jar -r author -p4502 However the ...
EricLowber's user avatar
-2 votes
0 answers
15 views

Migrated existing Camel libraries version 2.25.4 in JBoss EAP 7.4 applications to Camel version 3.22.3. These applications use a subclass of DefaultCamelContext, which work fine in Camel 2.x, but ...
Surjit Sen's user avatar
0 votes
1 answer
20 views

We can open H2 Console using URL: http://localhost:8082 Then login screen will be displayed: Can we specify all login parameters (JDBC URL, username, password, driver class, etc.) as parameters for ...
adaslaw's user avatar
  • 308
-1 votes
0 answers
21 views

I'm trying to write a small Python test program to connect to an Ollama installation running on a Windows11 PC on my LAN. Initially, I did this to successfully connect to Ollama Running on my local ...
Pierre Usagi's user avatar
-3 votes
0 answers
17 views

I want to find a way to disable char by char output of biome linter. 'char by char means' that when i run bunx biome check, biome starts to output the content of checked files slowly, even though ...
marigold's user avatar
0 votes
0 answers
38 views

I have an MS Word Doc with just a 2 column table and a header. The table has all the subjects that pupils could have an exam result for in column 1 and the field codes for the results in column 2. ...
Robert Hargreaves's user avatar
0 votes
0 answers
18 views

Here is a piece of cmake code: macro(my_macro p) message("--my_macro--") if(p) message("p is true") endif() set(i 1) message("ARGV${i}:${ARGV${i}}&...
SZYoo's user avatar
  • 508
0 votes
0 answers
12 views

I just created an Android library (check the directory uselesslib, there's a class called MyLib), and published it on Jitpack. Inside the library's build.gradle.kts, there are these lines: ...
anta40's user avatar
  • 6,835
2 votes
0 answers
43 views

Say I have this code: std::string bar(...) { std::string out; if (...) return out; // default constructed (empty) out = stuff(...); return out; } In this example, NRVO happens. Why doesn't it ...
Matthew's user avatar
  • 2,872
-1 votes
0 answers
17 views

I have a situation where I need to meet a stringent set of requirements for QGraphicsSimpleTextItem placement, including rotation, and point alignment at a specific location within the text string. ...
John Calcote's user avatar
0 votes
0 answers
23 views

Is there a way to define a default ssh user (instead of "capistrano" when none are defined) in tasks? I tried to do something like this but some tasks cannot be handled like this: before ':...
Asenar's user avatar
  • 7,086
0 votes
0 answers
22 views

I’m configuring SAML SSO with Azure AD (Entra ID) and group claims, and I’m seeing a confusing behavior that I can’t find clearly documented. Setup Azure AD (Entra ID) Enterprise Application using ...
legAToR's user avatar
  • 85
0 votes
0 answers
15 views

I have a map of objects, and I want to filter the objects into a new map based on another variable. I think this should be fairly simple, but I get an error when using merge (which I assumed would be ...
HuggieRich's user avatar
0 votes
0 answers
31 views

I am trying to create a few columns with data from a date-time column in an R data frame. I've been using the mutate function to create the new column and the as.Date function to get the date values ...
Leoness's user avatar
  • 21
1 vote
0 answers
36 views

I've been using Npgsql, which uses the DbDataSource abstraction. It's really nice since commands created by it do not need explicit connections to be opened by them. However, the equivalent code using ...
Adam's user avatar
  • 1,226
Advice
0 votes
8 replies
32 views

I'm trying to build the Metakit database from source, but get such an error message: g++ -c -g -O2 -fPIC -DUSE_TCL_STUBS -I../unix/../include -I../unix/../src -I. ../unix/../src/column.cpp In file ...
Neppomuk's user avatar
  • 1,239
0 votes
0 answers
16 views

I am developing a Windows desktop application using PyQt5 and I want to embed a fully interactive Windows console (cmd or PowerShell) directly inside the GUI. By “interactive†I mean: bidirectional ...
neon exe's user avatar
0 votes
0 answers
38 views

public Dictionary<string, int> inventory = new Dictionary<string, int>(); public List<string> itemNames; public List<IslandPrObject> islandTypes; ... foreach(string item in ...
ShulkTNT2's user avatar
Advice
0 votes
1 replies
16 views

This is related to a recent question I asked, which I did not pose properly. The context here is an experimental design with "natural" blocks. In this case, the blocks are PVC pipes, each of ...
qdread's user avatar
  • 4,236
-3 votes
1 answer
60 views

Hi so I’m learning JavaScript and having issues with my Rock paper scissors game. When I press enter in my console for the user to input their choice the input box pops out twice and the console ...
Joy Onyeike's user avatar
1 vote
0 answers
38 views

I am working on an HTML5 Canvas project where I generate text dynamically and want it to behave like an ambigram (the text should look the same after rotating the canvas by 180 degrees). My goal: - ...
Manzoor Ahmed's user avatar
0 votes
0 answers
18 views

There is a lot of code in the Blazor Default template app for managing user accounts. A lot rarely used but great none the less and no need to rewrite that. But the login/forgot pwd etc happens more. ...
Brett JB's user avatar
  • 934
3 votes
1 answer
47 views

Let's take a simplistic example (see source code at the bottom of question) g++ -g -O0 -fPIC -c ./doit.cpp -o doit.o ar rv libdoit.a doit.o g++ -g -O0 main.cpp -L. -Wl,--whole-archive -ldoit -Wl,--no-...
Paul Grinberg's user avatar
-3 votes
0 answers
39 views

I have two tables...one (Table A) has product data from 6 different machines...Date/Time, Barcode and Machine Name being the most pertinent for what I am trying to accomplish. The second data set (...
Rob MacNeill's user avatar
0 votes
1 answer
12 views

In trying to follow the instructions from https://scipopt.org/doc/html/md_INSTALL.php I am unable to get beyond the first couple of steps. I have tar xvzf scipoptsuite-10.0.0.tgz cd scipoptsuite-10.0....
One_Cable5781's user avatar
2 votes
0 answers
14 views

Problem I'm using the ShareFile .NET SDK to programmatically create shares that should be accessible to all employees in our ShareFile account (similar to the "Employees Only" option in ...
Alireza Noori's user avatar
Advice
0 votes
0 replies
13 views

I cannot alter/add VBAs or other Macros to the Excel file. I'm using the MS Graph API to copy and edit an Excel file (kept on Sharepoint) used for certain calculations. This file has an output page ...
908EH's user avatar
  • 45
0 votes
0 answers
21 views

I'm working on reproducing figure 8 of “Dynamical decoherence of a qubit coupled to a quantum dot or the SYK black hole,â€. The figure is: In the paper "hub=0 corresponding to the many-body state ...
Silvio sjsj's user avatar
0 votes
0 answers
21 views

My ggsankey diagram is coming out wrong: it is showing unwanted nodes. Here is as simple an example as I can manage. A tibble expresses the money exchange on an Uber trip (simplified). Code cut and ...
Tom Slee's user avatar
  • 960
0 votes
0 answers
27 views

I built my website with WordPress. When I search for my website (amngroup.se) on Google, the search results display a strange or incorrect favicon (a bird) instead of my own. However, when I visit the ...
ZedORYasuo's user avatar

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