-
IPFS path components (that is, IPFS merkledag node link names) can contain undesirable things:
- C string terminators (`0x00`, ASCII `NUL`)
- UNIX newlines (`0x0A`, `"\n"`, ASCII `LF`)
- Tabs (`0x09`,…
-
This is a sub part of the discussion of implementation of RFC 1977, specifically how the resolver could implement this protocol. The main Tracking issue is at https://github.com/rust-lang/rust/issues/…
-
### Description
The premise of structured concurrency is simple: you have something that signals a join scope, and a construct to spawn processes in that scope. When the end of the scope is reached…
-
I've been using testify for a long time now, I appreciate you building and maintaining this for us all :bow:
I'm looking for functionality that is inspired by other testing frameworks that would b…
-
With the comment about modules for warp in a recent github update log, me and Tiki had an idea for an improvement to systems without changing everything about them. Right now, all you need to do is pl…
-
The translations seem to start from the beginning of the stream, and its not translating what's currently being said, restarting the app repeats the same/similar dialogue/translations. The translation…
-
`variant-name` is currently defined as one or more `words`.
```
/* exclude whitespace and [ \ ] { } */
word ::= (((char - line-break) - inline-space) - [#x5b#x5c#x5d#x7b#x7d])+
variant-key ::= n…
stasm updated
6 years ago
-
So to start as a question, would 20-30 second audio delay be considered acceptable delay or is the expectation real time? I have 4 cameras, 2x v2, 1x cam pan v1, 1x outdoor v1 and they all have around…
mjb83 updated
9 months ago
-
It would be nice to have an option for the minimum time between node expirations. Obviously if you have many many nodes then this isn't feasible, but if you only have a handful then it can be quite di…
-
I think we are in a good place to start working on array constructors (would also make documenting examples a whole lot easier). This brings up stuff related to `similar`:
* https://github.com/Jul…