Rouan van der Ende

Results 25 comments of Rouan van der Ende

Intrigued where this is going. I agree basing off linux/bsd would make the most sense. Just starting off with a distro with node/npm and toolchain setup by default will already...

Found a solution. Basicly wrap the Map in a div and put the wheel event on that for zooming. Source: https://github.com/IoT-nxt/prototype/blob/5.1/client/src/components/map.tsx ```js import React from "react"; import Map from 'pigeon-maps'...

@Kaesebrot84 I see the gist is gone. Does anyone have a copy of the type definitions? I see its not on Definitely Typed yet either.

> Hey, any updates on typescript definitions? I have switched to the mongodb package instead. It has types and full documentation.

@jo-fra I think I found the bug.. In https://github.com/react-native-web-community/react-native-web-webview/blob/master/src/index.js#L20 the function returns without updating the injected javascript if source has no method. So in your minimal sample app add `,...

Was very confused getting this error. Just a simple "Are you sure docker is running?" would solve this.

Just a note here for future noobs like I was. There is a built in file picker (not quite like the file tree, but it works). Press `space` `f`

I'm having some success with: ```ts const connection = new Connection(YOUR_SOLANA_RPC_URL); connection.onLogs( new PublicKey("675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"), // RAYDIUM_PUBLIC_KEY (pr) => { const { logs, err, signature } = pr; if (err) return;...

https://github.com/surrealdb/surrealdb.js/issues/248