-
The sockets tutorial is kind of a mess to read. Both sections are weighed down with an extended tangent about the "mistakes" that the author encountered, which are confusing to read and can't be much …
-
Postgres ranges have convenient operators for doing set math on ranges. We can extend the Ecto DSL to provide convenience macros for working with these operators
e.g.
```sql
CREATE TABLE reserv…
-
```rust
#[enum_def]
pub struct User {
...
}
```
The above produced a `UserIden` enum whose `UserIden::Table` is `"user"` when converted to a string. Would be great if we had the option to pl…
-
Great [write-up on macros](https://github.com/NICUP14/MiniLang/blob/main/docs/language/rethinking%20macros.md) but it doesn't answer a more fundamental question: why do we need macros in the first pla…
-
-
Based on discussion in https://github.com/bottlerocket-os/twoliter/pull/384
When application-inventory is constructed for building a Bottlerocket variant, the `bottlerocket-` prefix of a package na…
-
Formula:
```
\def{overset}{\munderover{#2}{}{#1}}
R^n \overset{A}{→} R^m
```
This issue should have been a proposal: "Let's support TeX-like `\overset` which is a nice convenience"... and her…
-
I'm enjoying using `-Q`.
However, writing a long S expression on CLI is painful.
Writing completion rules in zsh is a choice, but I don't have enough time.
So I'm thinking about the standard wa…
-
The convenience of using the get, delete etc proc macros for defining routes is great. I would love to have that same convenience when using paperclip.
-
## Features / Tasks
* [x] Investigate interop to determine if any new MIDI CC messages need to be supported
* [x] Experiment with existing MIDI CC support to see if any VCV Rack-specific convenien…