-
IDEs usually allows to navigate around source code, including stored in the internal cache; but they allow to modify this code. It might be annoying (or even dangerous with shared cache). So, would be…
-
### Steps to reproduce
1. update to version 3.24.3
2. open bash (Git)
3. run "flutter doctor --android-licenses"
### Expected results
1. tool works
2. exit code == 0
### Actual results…
-
Hi again!
Diving in the base code I was trying to find some way to retrieve, besides of the .bin files, the .txt or .h5 files used to generate the output in the images directory. As far as I know, …
-
### Type of Edit (select all that apply)
Add new content (definitions, codeblocks, etc.)
### Description (optional)
We would like to edit the `files` concept entry under C++. The entry lives in `co…
-
### Is your feature request related to a problem? Please describe.
I often have a problem visualizing codebases and how a request travels through an application during its lifecycle. I'll usually map…
-
**Describe the bug**
Python files turning into block files
**To reproduce**
1. Copy a Python code from the read-only editor in blocks programming
2. Create a new Python project and paste the cod…
-
This check consists to avoid direct file access if someone directly queries a file.
For files that only contain a PHP class the risk of something funky happening when directly accessed is pretty s…
-
#1720 introduced a way to generate metadata from runtime wasm files, but when I try generate it like;
```rust
#[subxt_macro::subxt(
runtime_path = ""
)]
pub mod foo {}
```
The resulting…
-
With **Enable Preview From Code Navigation** turned on, navigating through multiple dependecy files will not get me get back in the same order.
##### Environment
- Operating System: WIndows 11
- …
-
Relying on comments and mixing code that both creates and destroys in one file is not ideal. Many frameworks support filename schemes such as `.up.sql` and `.down.sql`, so, ideally, Goose should suppo…