-
Hey vlaaad,
I'm trying to spruce up my code base and refactor things (maybe to eventually use the subscription/context stuff if I finally understand how it works) and I realize I don't quite fully …
kxygk updated
3 years ago
-
I think there are some places where zarr would benefit immensely from some async capabilities when reading and writing data. I will try to illustrate this with the simplest example I can.
Let's con…
-
**Is your feature request related to a problem? Please describe.**
Running on non-GCP clouds is a common request (#367) but the lack of a fully managed Beam service comparable to Google Dataflow make…
-
### Steps to reproduce
1. Install libbtbb and ubertooth-tools via [these steps](https://github.com/greatscottgadgets/ubertooth/wiki/Build-Guide)
2. Build firmware via [these steps](https://github.co…
-
I'd like to be able to write multiline strings more easily. For example, instead of writing this `#lang racket` program:
```scheme
(define haiku
"Haikus are easy\nBut sometimes they don't make …
-
Consider:
```cs
class MyOptions
{
public MyOptions(string foo)
{
}
[Option(Required=false)]
public string Foo {get;}
}
```
If I don't specify `foo` on the command …
-
In the following plain `.D` is not equivalent to `.A .D .B`, even though `.A .D .B` evaluates to `.D`:
```
oMiser> (.D "x" "x") ("eq" "neq")
INPUT: ((.D :: ("x" :: "x")) :: ("eq" :: "neq"))
ev (…
-
I may have missed this in docs (in which case, apologies), but noticed a couple of things around the reset using questions (All low priority if changes needed)
- There is just one question - Would …
-
I'm just a self study programming noob that wants to take my string userMessage, pepper a few words with color for readability, and then send that string from it's declaration/creation in LibraryB to …
-
Add general support for message labels, Each label will have:
* color,
* title.
Sub-features:
* [x] there will be "root" item in feed's list called "Labels" which will have subitem for each la…