Peter Hellberg

Results 26 comments of Peter Hellberg

@vinceyoumans Sorry for the late reply, this package does not (currently) have any exposed functionality to write to RFID cards.

Sounds like a reasonable feature :+1: About to head to bed though, so I won’t be able to implement it tonight :) For now you’ll have to run it as...

Would this specifically be for the WebAssembly target?

There is now an `llvm` formula for use by `tinygo` under macOS here: https://github.com/tinygo-org/homebrew-tools (The mainline `llvm` formula does not support the wasm target as of yet) Will report back...

Note that the`tinygo-import-report` was updated 6 months ago, and a lot has happened in TinyGo since.

It looks like https://github.com/trashhalo/tinygo-import-report/blob/master/report.go is used to generate a new report in the README.

@MaitreDede Yes, your fork/branch seems to work as it should. Got my RPi accessible via: https://6ea712a77b3b247831fcc102c606a54a.balena-devices.com/ Currently running code ```go package main import ( "context" "encoding/json" "flag" "fmt" "image/png" "io/ioutil"...

@gvalkov Should I close this issue, or do you want to incorporate the changes made in https://github.com/MaitreDede/golang-evdev/tree/err-checks?

This would require all runtimes to have access to a network connection, maybe something that is not desirable? (Let's say this becomes wildly popular and a hardware device is produced...

Is there anything blocking this PR from getting merged? (or #24)