All Questions

0 votes
0 answers
21 views

How can I use VSCode with CMake and have different targets each with a different architecture and toolchain?

I'm working on a project with Visual Studio Code and CMake where I'm compiling / cross-compiling different targets for different platforms. Currently the project has three platforms, each of which ...
Bri Bri's user avatar
  • 2,359
-2 votes
0 answers
11 views

Unable to telnet to port from Windows Server 2022, working on Server 2012 R2

I am migrating our applications from Windows Server 2012 R2 to Windows Server 2022 Standard. During testing, I found that our app on the 2022 server is unable to send emails to SendGrid over port 587. ...
JamesF's user avatar
  • 520
-1 votes
0 answers
12 views

Having trouble connecting hibernate to Oracle database 21g

I am new to hibernate. I am trying to connect to Oracle using hibernate. Is there no hibernate dialect for Oracle 21? I have Oracle 21c installed. Here's how my cfg file looks like: <?xml version=&...
simplicity2024's user avatar
0 votes
0 answers
5 views

Microfrontends - Module Federation - React - Vite - preact/signals-react - Not Working from remote

I'm starting a project from scratch. I would like to work with the signals feature from preact. Right now i can make **signals ** work locally on my host, but when i import a component from a **remote ...
David Drah Llensa's user avatar
0 votes
1 answer
11 views

Accessing Ordered Items in DetailView for Navigation in SwiftUI

I'm new to SwiftUI and working on an app that fetches data from Firestore and displays it in a list view. When a user taps on an item, they are navigated to a detail view where they can view more ...
Kate Throw's user avatar
0 votes
0 answers
3 views

The Stutter Gradle plugin does not run any tasks

The org.ajoberstar.stutter plugin ( https://github.com/ajoberstar/gradle-stutter ) is a tool for compatibility testing. But I cannot make it run any compatibility tests. It did not work with Gradle 8....
18446744073709551615's user avatar
-1 votes
0 answers
6 views

Lazy Load from Sequelize and React

I have a next.js app that uses react-table on the front end and gets data from a postgres database using sequelize. The initial query is very slow as it pulls all records at once (approx. 10K). I'd ...
joshpopelka20's user avatar
0 votes
0 answers
14 views

How to Determine if a Point is Occluded by a Mesh in Vulkan Without Ray Tracing? [closed]

I'm working on a Vulkan application where I need to determine if a specific 3D point is occluded by any of several triangular meshes. The meshes are defined using vertex and index buffers. I'm ...
Lucas de Paula's user avatar
0 votes
0 answers
8 views

How to automatically run pull requests from an Azure DevOps pipeline

I'm trying to write a pipeline in Azure DevOps that can look at some code I write in VSCode and automatically add., commit, and push it without me every having to do anything in the console. Here is ...
jrmj4495's user avatar
0 votes
0 answers
6 views

Obtain token programatically to go see a page with ASP.NET application

I'm a newbie with authentication and authorization. When I go to a website, it redirects me to a url which requires email and password to login Microsoft Account. If I pass the right credential, it ...
Minh Trí Nguyễn's user avatar
0 votes
0 answers
5 views

cLDA constraint for discrete-time models in R formulas

I work with longitudinal (repeated measures) models of clinical trial data. Patients are randomized to different treatment groups and measured over multiple pre-specified points in time. An example ...
landau's user avatar
  • 5,771
0 votes
1 answer
10 views

go-redis FTSearch returns empty result

I'm able to create an index and load data using go-redis. Also, I'm able to search but only via CLI. That means the index is created properly and is searchable. It returns the correct results. But ...
SahilW's user avatar
  • 111
0 votes
0 answers
6 views

how to push an element into a vector by using a shared poinbter to that vector

probably a beginner question .. but i have no clue on how to do a pushback in this case i have a struct circle struct circle { std::string name; int PosX; int SpeedX; int PosY; int ...
Jan-Willem Steenbergen's user avatar
0 votes
0 answers
10 views

%matplotlib widget not rendering plots

I am doing some remote development using VScodes's remote-ssh extension. My VScode is local. When I open a .ipynb file, I am able to connect it to a remote conda environment no problem, after ...
Pancho_Squancho's user avatar
0 votes
0 answers
5 views

How to organize models for complex appointment system in Django?

I want to create a project that gives an opportunity for patients and staff to make appointments to the dentist. Appointment can contain one or many services. Each service can have one of two ...
Artem Balanov's user avatar

15 30 50 per page
1
5 6
7
8 9
1613701