-
When creating a new document I'd have to specify the page file.
-
i.e the ofxGStreamer addon_config.mk
vs:
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include/gstreamer-1.0
ADDON_INCLUDES +=…
-
I have a monorepo setup (`pnpm workspaces`), where each package has essentially three tsconfigs
- `tsconfig.build.json` - for the build options
- `tsconfig.spec.json` - for test-specific options (e.…
-
Hi,
I have a monorepo setup:
```bash
.vercel/
src/
frontend/
...
terraform/
main.tf
```
(Note how the `.vercel` folder is at the root of the monorepo - this is requi…
-
Hi, I want to add a shortcut for `cargo build` in vscode. But I need to open terminal and cd to the project root, configured in `keybindings.json`. How to I get the project root path in vscode `keybin…
-
I'm trying to port a project to UV but I can't get it to work. The project is basically the described use case in the workspaces docs: a core library, and a FastAPI server depending on it, in another …
-
## Feature Request
### Background / Motivation
It occurs to me that someone could accidentally set the sync root to something outside the project root, say `/` and make it a `one-way-reverse` sy…
-
### General summary/comments (optional)
When setting-up a stack project with Nix and `nix.path` refering to file with a relative path in `stack.yaml`, building from anywhere but the root of the pro…
-
### Environment
Sentry Wizard v3.34.4 on Fedora Linux 41
### Steps to Reproduce
I have run a sentry-wizard in a folder with an Android project with a config file build.gradle.kts (not a build.gradl…
-
### Current behavior
Hello,
I am trying to develop a project in React Native with Navigate, and the project will be hosted at a path like this:
https://website.com/my-root/index.html
So in…