-
**Is your feature request related to a problem? Please describe.**
Using Typegen across separate repositories (e.g. on for studio, one for the frontend) is difficult, as you can't mix local settings …
-
Upon release of v6 (or shortly after) we need to update the code mods to default to v6 code mods instead of v5.
-
For the last couple of Rust GPU projects I've been building my shaders using a standalone compiler, https://github.com/tombh/rust-gpu-cli, which is based on Bevy's https://github.com/Bevy-Rust-GPU/rus…
-
We hadn't seen this error for a while but it has just popped up in our CI. I don't think it's related to the new cross-feature testing.
```
thread 'main' panicked at florestad/src/json_rpc/server.…
-
i think we should make another repo for the cli and leave this one for compiler to allow for more flexible embedding of amber in other projects
i wouldn't want to use [cargo workspaces](https://doc…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build cdktf-cli
### Build log
Short version:
Short build error
```
error: builder for '/nix/store/0aabvkhsiahx78aaxw3sqxjhqg73…
-
Git "features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
}
-
Hey.
First of all,... reaaaally nice project, thanks a lot for your efforts :-)
Second, from https://fritzconnection.readthedocs.io/en/1.14.0/sources/getting_started.html#tls-encryption:
> Sinc…
-
## Context
We have a problem with users storing their account tokens in their source code or Jupyter notebook. We're currently writing [a guide](https://github.com/Qiskit/documentation/pull/2322) exp…
-
# Feature or enhancement
### Proposal:
It's already possible to show specialized bytecode using `dis.dis(code, adaptive=True)` but it's not possible to do it from the CLI. I think we can add a flag …