-
### Scope
Improves an existing behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
Hi, I just recently faced a really bizarre bug where my `window.locatio…
-
I want to write code that can be reused between clients and servers. As Deno KV does not implement a standard Web API available in web browsers, I think it would be great to publish a module for kind …
-
Hello,
I have a node.js server set up on heroku and I wanted to add the package. Can anyone help me with how I would set up my package.json file (and any others) to also support typescript and how…
-
Took this from the ASP.NET Core repo.
I think we could apply the same rules to our code. Also a .editorconfig would be nice.
## Coding guidelines
:grey_exclamation: The *content* of the c…
-
I would like to open a discussion that would involve in changing the way that models are written.
I find that writing models using yaml is more cumbersome and confusing than it would be if we suppo…
-
I ran into an issue when trying to work with `LineEditor`. Provided examples suggest using `await process.stdin.readline()` to process submitted lines. This works fine, however it fails when i need to…
-
### Current behavior:
`await`-ing cypress chains yields undefined
### Desired behavior:
`await`-ing cypress chains yields the value of the chain (since the chain is a promise-like, it should work…
-
### 🐛 Describe the bug
I was using a `SequentialLR` to adjust my learning rate in the training process. However, a warning appeared:
```
UserWarning: The epoch parameter in `scheduler.step()` was n…
-
sure, ssr is already plenty fast [1].
but we can shim domvm's virtual-dom api to barf out strings from the replaced factories rather than building up a vtree. should be significantly faster.
[1]…
-
It would be great to have chainable methods for awaiting a value inside an async block like this:
```sacla
async {
Future(1).await + Future(2).await
}
```
I find it a nice because it requi…