Newest Questions

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

I am new to a project where we work with the Revit API to import IFC luminaires in Revit families. I am running into an issue when creating a new FamilyInstance using: public unsafe Autodesk.Revit.DB....
user32439447's user avatar
0 votes
0 answers
2 views

I am working with the DirectCollocation class and an often getting trajectory solutions with large oscillations (sometimes in the position, almost always in the velocity). These oscillations seem to ...
louis's user avatar
  • 143
-1 votes
0 answers
5 views

I am encountering a "TypeError: Invalid schema configuration: `` is not a valid type at path type" error within my Mongoose schema, specifically in the bookstore.model.js file. I am using ...
harsh joshi's user avatar
0 votes
0 answers
18 views

I've got a microservices system in Java Spring Boot I create my SSL self-signed key and stores like this way File "sub.conf" [req] default_bits = 4096 prompt = no default_md = sha256 ...
Stefano Giammori's user avatar
Best practices
0 votes
0 replies
22 views

I have a workflow I use with our development team that involves merging EF Core migrations in our C# project. Our team works in feature branches and often needs to create new EF Core migrations. They ...
Ryan's user avatar
  • 8,007
-1 votes
0 answers
37 views

I am using azure openai gpt 5.2 chat model for extraction of data from given input text. Here i have passed the text which contain all required data. but model is not giving me complete output. I am ...
Sanjeevani's user avatar
0 votes
0 answers
17 views

This Python 3.14.3 script with matplotlib 3.10.8: import numpy as np, matplotlib.pyplot as plt a = np.random.rand(5)*3 b = np.random.rand(5)+1000 fig, ax = plt.subplots() ax.plot(a, 'r') ax....
Paul Jurczak's user avatar
  • 8,674
0 votes
0 answers
14 views

I'm currently trying to submit my Meta App for App Review to get advanced access for the Messenger API for Instagram. My app is already business-verified and the use case ("Manage messages and ...
hatison's user avatar
Tooling
0 votes
0 replies
14 views

I'm finally getting around to implement custom languages to my application I did design all my messages from the start around a common function that includes custom variables (\VAR1,\VAR2.....) and ...
jorge corvallis's user avatar
0 votes
0 answers
26 views

I have the following code: enum UnionType { a, b } type A = { type: UnionType.a }; type B = { type: UnionType.b }; type AB = A | B; function f<T extends AB>(x: T, y: T) { if(x....
Lucien950's user avatar
  • 372
0 votes
0 answers
22 views

I am trying to add IMU preintegration factor to my optimization in VIO. I just want to be sure if I am doing everything correctly, especially LocalParameterization part. Below is given the IMU ...
BHOS's user avatar
  • 113
Best practices
1 vote
0 replies
32 views

I have a usecase where we need to perform complex calculations (aggregate function from multiple tables) on the given customer knowledge base, so I can't use simple RAG mechanisms like Azure Search or ...
VIVEK VK's user avatar
0 votes
1 answer
30 views

I have a parent component that updates its own state. However, when the parent state changes, a child component re-renders even though its props have not changed. I want to prevent unnecessary re-...
Shridhar's user avatar
0 votes
0 answers
23 views

Code in pre-commit after initializing [email protected]: #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" pnpm lint-staged package.json: "lint-staged": { "src/**...
Zhuligo's user avatar
0 votes
0 answers
31 views

I have this diagram in R: library(DiagrammeR) grn <- '#66BB6A' red <- '#EF5350' nvy <- '#1B3A5C' gry <- '#BBBBBB' lag_diagram <- grViz(paste0(" digraph lag_grid { graph [ ...
stats_noob's user avatar
  • 6,907

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