-
Lots of small tasks have accumulated recently, just listing them here.
- [x] Update the manifest for the GCP buckets
- [x] Set up automatic deploy for the test env too
- [ ] Sort authority bounda…
-
I built a new app from scratch that addresses this, as well as a lot of UX issues: https://github.com/NORXONDOR/clash-invite
In some regards, it's more modular. It still needs some refactoring thou…
-
Here's a possibly stupid idea, but...
Clojure does not forward declare names automatically unlike many other programming languages. This means that the layout of a module is from lowest level to high…
-
Project needs refactoring again in order to scale.
- [ ] Livereload - if the dictionary is changed the changes should be automatically included without reloading - #2
- [ ] Command restructure - make…
-
This is a proposal to introduce a new syntax for declaring maps ahead of their use, outside of probes:
```
let @x[uint64] = stack_t;
BEGIN
{
@x[123] = ustack();
}
```
I would like this f…
-
Observation:
- Tock provides more and more APIs
- Some of them have no "easy name", in particular the recent Web Connector API - in my opinion the most useful and most used in the future (by front d…
-
**What is the need and use case of this feature?**
android media3 migration
**Describe the ideal solution**
migrate to media3
**Describe alternatives you've considered**
not migrate
**Addi…
-
Greetings!
Here is an idea to make a handy method signature refactoring, so to introduce new method parameters. It may be suggested when user places cursor somewhere between existing arguments, or …
-
I happen to forget to save my files before running a test.
I'd propose to add an option (like in "Java / Refactoring") that reads something like
Save all modified resources automatically pr…
-
**Is your feature request related to a problem? Please describe.**
Easily creating documentation for a large, nested Python package that is easy to browse is difficult.
**Describe the solution y…