-
Sorry to interrupt, I found this project from your speech video on [YouTube](https://www.youtube.com/watch?v=tmVk_4oRL-Y). I have a doubt about multiple HTTP data requests.
![](https://p6.music.126…
-
### Description
Extreme narrow layout produced in normal body
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most clo…
-
Hey 😃
First, thank you for putting out this library from which I've learned and got inspired a ton. I think I also share this passion for a "streaming-oriented programming" style kinda.
I wanted…
-
Decrease redundancy in cases like
```lean
if let c a := x then
if q a then
y
else z
else z
...
```
by supporting mixed `let`/condition chains like
```lean
if let c a := x && q a the…
-
This is a reminder for me to write a doc about this.
I covered over-parameterization in the rationale doc and elsewhere (https://github.com/kubernetes/design-proposals-archive/blob/8da1442ea29adcce…
-
As more and more things get failable or fault-tolerant variants (I'm not even going to *try* to list them all), and as Rust finds its way into more stability-critical systems where any form of abortin…
-
v2.5.0, running ./dist/node_modules/nodecastor/bin/chromecast discover returns
```
** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially)…
-
Hi @XmYx, in AI-Nodes Engine, the positive and negative prompts are not visible, although the cursor appears at the point of writing and moves, it is as if writing in white color. They are also not vi…
-
I solved "fetch json" like this:
``` js
var qhttp = require('q-io/http');
qhttp.read('http://localhost:1337')
.then(JSON.parse)
.then(console.log)
.done();
```
Is it more straightforward? Or a bad p…
-
I know, I know, but In my opinion to achieve very fast performances I would opt for a typed and compiled language.
Something in the swift vein can be used for scripting and as well full featured prog…