Jeremiah Senkpiel

Results 120 issues of Jeremiah Senkpiel

However its caching things I can't clear it as normal, and my local `index.html` refuses to refresh in chrome.

This will take a while, but should be something to work towards. `mondrian` is going to need a smoothing algorithm for crayon points.

Yes this would probably be hell to implement, given how obscure and convoluted adobe files are, but it would be a great feature to have. This would be best implemented...

enhancement

https://github.com/nodejs/build/pull/316 is being deployed and untranslated pages will now fall back to english. Is there an interest in moving more efforts onto the official website now, given that issue is...

We should probably directly handle store errors, rather than the abstracted `disconnect`.

future

So that we can check that the store actually exists (#4) and whatever else we want. ``` js req.session.set('thing.property', stuff) req,session.get('thing.property') ``` Would be removed of favour of Proxies, eventually....

enhancement
help wanted

``` error[E0433]: failed to resolve: could not find `windows` in `os` --> src/os/windows/fs.rs:29:37 | 29 | spawn_blocking(move || std::os::windows::fs::symlink_dir(&src, &dst)).await | ^^^^^^^ could not find `windows` in `os` error[E0433]: failed...

The `async_std::futures::timeout` helper would be much more useful if it was generic over `Error` and took a callback closure to be called when a timeout is hit, so that one...

To be clear - I am not 100% sure if this is supposed to work, but I think I have reason to believe it reasonably should work. I have an...

In Node.js, a `%j` formatting specifier runs `JSON.stringify()` on the related arg. I am unsure what checks it makes other than `'[Circular]'`, but I can take a look. Example: ```...