-
Currently, when I have an ingredient that imports a package, then I have to import that package also manually in each notebook that uses that ingredient. Would it be possible for Pluto to automaticall…
-
Since feature flags are used by rules to enable behaviors (sanitizers, etc.), and they can be used globals with a bazel command line or via the common `features` rule attribute.
Generally, the feat…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Saving a data.frame with a big attribute (like an index commonly used in the `data.table` package) will …
-
Noticed that there isn't an issue about it yet in this repo.
* https://www.eevblog.com/forum/eda/wanted-teboview-tvw-file-format-specification-to-write-openboardview-decoder/
* https://github.com/…
-
IR is the most important part of this project. Converting assembly to IR is a straightforward grunt work. Please let interested parties skip that boring part and start straight at experimenting with d…
-
The base requirement is that the device/service is accessible so we should be clear that a non-natural language alternative that fulfils an accessibility needs is acceptable.
I suggest changing
"…
-
#### Share the context
Follow-up on https://github.com/ComplianceAsCode/content/pull/9700#discussion_r1004348387.
#### Description of problem:
Because of `ssg.yaml.open_and_expand` function b…
-
It would be cool to have a compiler as a service running on a server that the HackPad IDE can interact with.
the reason is because I am interested in making plugins . You write it in golang and com…
-
A plea for improved Gambit support for bare metal
- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md).
- [x] I have checked that there is no exist…
-
```
Test.java contains a simultaneous declaration of fields a and b:
Object a,b;
Test1.jaif annotates a and b with SuppressWarnings(...)
Test2.jaif annotates a with @NonNull, b with @Nullable
What…