Craig Swank
Craig Swank
When trying to flash a raspberry pi pico I get the following error: `tinygo flash -target=pico . ../../.cache/tinygo/goroot-67b9bbbc4b1312608c9e71f167ff82793f2d673dc4aa54440a127d983b0a6125/src/machine/board_pico.go:6:2: package device/rp is not in std (/home/craig/.cache/tinygo/goroot-67b9bbbc4b1312608c9e71f167ff82793f2d673dc4aa54440a127d983b0a6125/src/device/rp)` This occurs due to the...
When I run 'go get' on my project that uses this project I get an error: # github.com/vaughan0/go-zmq ./poll.go:4:10: fatal error: 'zmq.h' file not found # include ``` ^ ```...
Hello, I have some tests running on aws lambda and lately they've been failing with the following message: `Run gagoar/[email protected] with: FunctionName: BackendTests REGION: eu-west-1 AWS_ACCESS_KEY_ID: *** AWS_SECRET_ACCESS_KEY: *** SUCCEED_ON_FUNCTION_FAILURE:...
I'd like to be able to use the cards API. This change adds stripe.Cards.List, stripe.Cards.Add, and stripe.Cards.Delete.
In https://github.com/parsyl/parquet/pull/24 it was pointed out that TypeLength, Scale, Precision and FieldID are not being populated correctly. Using the thrift [documentation](https://github.com/parsyl/parquet/blob/master/schema/parquet.go#L3254-L3282), look into populating them correctly.