Bert Belder

Results 15 issues of Bert Belder

In order to successfully run GN on windows, `DEPOT_TOOLS_WIN_TOOLCHAIN=0` and other environment variables need to be set. However, `maybe_gen()` uses the default environment, hence it can't work on windows. The...

WebSocket: - [x] https://github.com/denoland/deno/issues/14280 - [ ] https://github.com/denoland/deno/issues/10864 - [ ] https://github.com/denoland/deno/issues/11199 - [x] https://github.com/denoland/deno/issues/12815 - [x] https://github.com/denoland/deno/issues/12909 WebSocketStream: - [x] https://github.com/denoland/deno/issues/13734 - [x] https://github.com/denoland/deno/issues/14050 WebSocket Server: - [ ]...

This is due to the fact chromium's build uses at least one build flag that sccache doesn't understand (so it refuses to cache). Upgrading our (dated) version of sccache to...

Fork of #738

Stacktrace.js misnumbers columns after applying a source map. This is probably because the source maps spec says that lines and columns are 0-based, whereas browsers generally start counting at 1....

Which shows the latest version and/or the number of stars. Similar to [this](https://camo.githubusercontent.com/6619de53cd8503b55dc2f5be982710c2294b9ab872084866c32588f26b383f0b/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d687474707325334125324625324664656e6f2d76697375616c697a65722e64616e6f7069612e6e6574253246736869656c64732532466c61746573742d76657273696f6e253246782532466f616b2532466d6f642e7473). Slightly related: #464

feat

A quick fix was landed in #2446 that restores previous behavior when a `+` character appears in a module version. This made https://dotland-spnawqrfvr9g.deno.dev/x/[email protected]+7.3.0/modules/pouchdb/mod.ts?source work again. Now we need to: -...

bug

I tried it (node 0.8.8 x64), but it didn't work. Steps to reproduce: - modify `benchmark/http_simple.js` to use `httpsys` - hammer `http://localhost:8000/bytes/100` with some benchmarking tool (I used `ab`) -...

This is a longer term goal. * Don't use String/str for paths on the rust side (we should start doing this today). * Use flatbuffer byte vectors instead of strings...

suggestion
chore