Peter John

Results 74 comments of Peter John
trafficstars

Closing this due to inactivity.

I didn't know that it wasn't implemented in the official graphql-js library. I had used apollo and thought they were using something present in graphql. Then I think its better...

`flutter pub add file_selector` fixed this for me even though I don't use that package.

This also works as I didn't want an unused package, Add this to your `android/app/build.gradle` ``` configurations.all { resolutionStrategy { eachDependency { if ((requested.group == "org.jetbrains.kotlin") && (requested.name.startsWith("kotlin-stdlib"))) { useVersion("1.8.0")...

Nice will see if I can get some zig code to display something on my m5stack core.

I meant `luvit-mongodb` doesn't work with the latest luvit version. Here is the error I get. ``` web_1 | '[Info] - Create connection.......' web_1 | HTTP server listening at http://0.0.0.0:3000/...

@vldm please use this instead, https://github.com/rs-tml/rstml Edit: My bad. @vldm is the creator of `rstml`. Nice. Maybe this issue can be closed now.

Yep I was wondering if there were plans for a context api or if van.state() can be shared globally like preact signals.

What wasm runtime are you using? Does it support he WASI API. It should technically work though if it builds.