v1rtl

Results 452 comments of v1rtl

> We have to investigate that, surely yes, also the current build includes a lot of useless C++ glue code that is really useless and it compiles to asm.js. Wasm...

lint action seems to still fail

@jsonsivar thanks for responding! I've tried to switch to this: ```ts import { Users, UserStorage } from '@spacehq/sdk' const users = new Users({ endpoint: 'wss://auth.space.storage' }) async function run() {...

@jsonsivar thanks for investigation! Glad that you figured out the root of the problem by the way, I recommend to add integration tests for Nodejs as well because SDK should...

hey, gun just had an update that is up to date with master branch (0.2020.1232) this means all bugfixes (including https://github.com/amark/gun/issues/579) are now in gun could you please update to...

looks like there are issues in the source :thinking: ``` Error: src/metadata/gundbMetadataStore.ts(582,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument...

Any progress on this?

@Xeoncross so, how's the progress on the PR?

What about adding dGPU support (NVIDIA for example)? issue: #220

@seanyoung 1) Yes there's `wasi` in Node.js and [std/wasi](https://deno.land/[email protected]/wasi) in Deno 2) It still fails but for different reasons: ```rust ➜ cargo build --target wasm32-wasi --release Compiling lsp-types v0.89.2 Compiling...