-
Running this example code from the README:
```js
const puppeteer = require('puppeteer');
(async() => {
const browser = await puppeteer.launch();
const page = await browser.newPage();
awai…
-
Trying out 0.34, there's another oddity with the Panner Nodes (you'll be getting a lot of in a game testing from me!) Again, thank you for this lib, and I'll try my best to shake out bugs for you.
…
-
### Support regex substitution, comparable to vim `:s` or VSCode search & replace.
**I propose supporting regex replacements for selection `s`, files`/`, and the workspace scopes ` + /`.**
Thi…
-
`CORINFO_FLG_CUSTOMLAYOUT` flag on the JIT-EE interface has unclear semantics and it is likely disabling optimizations for no good reason in some cases. We should precisely define the semantics of thi…
-
453086de08320c38b3178c7930cc910e6013e2a7 crashes:
- Open a PDF
- Press `ctrl-shift-s` repeatedly
No file corruption though, so that's excellent.
-
Hi Ben,
This may be a beginner question but I have tried running the test suite through intellij and also through command line. I have a modern linux machine but running millions of tests is taking…
-
### Description
* Application is a simple Api for up/download of (large) files from blob storage
* Deployed on kubernetes cluster
* GC in workstation mode as we need memory to be released for…
-
TrieHard contains the following lookup implementations in TrieHard.Collections:
- FlatTrie
- IndirectTrie
- RadixTree
- SimpleTrie
- UnsafeTrie
It may make sense to archive the implementatio…
-
# Problem
Right around the time of a Coderd restart, @Emyrk was connected to the web terminal, lost connection, reconnected, and got a bunch of junk inserted into their terminal:
![image](https:…
-
There's lots of advice on how to log the headers and body of an incoming and outgoing http request (and response) on the interwebs:
- https://stackoverflow.com/questions/46361958/asp-net-core-mvc-l…