Surma
Surma
Currently, you can use Comlink in Deno through one of the npm CDNs (unpkg, skypack etc). But it’d be nice to be able to import the source from GitHub directly....
A very minimal code sample like this: ```c++ #include int main() { auto a = std::shared_ptr(new int(3)); return *a + 40; } ``` compiled with WASI SDK like this: ```...
The Google Maps API [has support for GeoJSON](https://developers.google.com/maps/documentation/javascript/datalayer#load_geojson). I was wondering, if there’s any interest for having it in the `` component (or if there is a particular reason that...
Hey :) I just started working with (and on) go-v8 and I'm currently unable to run the test suite. I usually hate opening issues without including a fix, but I...
(I am not sure if there’s actually interest in this, but I thought I’d share an idea as a PR and we can take it from here.) I am using...
```wit interface iface { f: func() } default world w { import p1: self.iface import p2: self.iface } ``` This produces the following error: ``` $ wit-bindgen markdown example.wit Error:...
### What is the current behavior? The output of `ts_config()` is the same file as was passed in via the `tsconfig` prop. If said config file makes use of `extends`,...
I'd like to be able to limit the maximum bandwidth `s3sync` uses – especially upload bandwidth.
 