Newest Questions

0 votes
0 answers
4 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
7 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
5 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
10 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
13 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
0 votes
0 replies
13 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
19 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
1 vote
0 answers
13 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
  • 11
0 votes
0 answers
17 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
0 votes
1 answer
13 views

I have recently got a new cloud domain with Google cloud console and for some reason has totally disappeared I have followed all tutorials online and everything Gemini suggested. I performed a whois ...
otje lakerman's user avatar
0 votes
0 answers
17 views

I'm trying to toggle the GPIO pins on the Raspberry Pi interface of the PolarFire icicle kit, which was just flashed with the 2025_07 reference design [1]. I can't manage to toggle them physically ...
HungThai8053's user avatar
0 votes
0 answers
14 views

I want my own preferred fonts prepended to those bootstrap configures. In earlier times I did this: $_tmp_list: $font-family-sans-serif; $font-family-sans-serif: "Nunito"; $headings-font-...
PMc's user avatar
  • 118
-3 votes
0 answers
16 views

Quero extrair ou copiar ou clonar um arquivo que tem nesse micro atmel attny13a. Ele ta bloque Pode me ajudar .
Anderson Matos's user avatar
1 vote
1 answer
18 views

I'm trying to generate lists of length 2^n of all the unique combinations of the following elements: A, B, X, Y. This in and of itself is trivial. However, I have constraints! The elements are grouped ...
Ben S.'s user avatar
  • 117
Best practices
0 votes
0 replies
17 views

I am building out functionality in an existing app for a user to upload an excel file to plot out responses for survey questions. There are 4 likert questions with 2 comment response question. The ...
Fennario's user avatar

15 30 50 per page
1
2 3 4 5
1611288