Kōshin Alex Flint

Results 39 issues of Kōshin Alex Flint

- New versions of pip complain about being invoked via an old wrapper, so use `python -m pip` rather than just `pip` - Consolidate the `apt-get` commands into a single...

Related to #10, this unittest explicitly sets up a situation where alignment would have been wrong without inserting fill bytes.

When running as a gin subprocess, the stdout pipe for the underlying server process is no longer connected to a TTY. This can affect things such as formatting choices made...

This PR will introduce a v2 of go-arg, to be imported with ```go import "github.com/alexflint/go-arg/v2 ``` It should be backwards with v1 for about 95% of users. If you only...

Thanks for the all the work that has gone into this project. I tried to run the code from the [fine-tuning colab notebook](https://www.tensorflow.org/hub/tutorials/wav2vec2_saved_model_finetuning) on a TPU but I get the...

I ran ``` ./script/bootstrap https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent ./script/build ``` and got this: ``` vendor/brightray/browser/browser_context.h:51:33: error: 'GetRequestContextForRenderProcess' overrides a member function but is not marked 'override' ``` The libchromiumcontent version was ``` https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent/osx/64bit/3f108160eded696b3e843c2fbb4e5e2ac696555e/libchromiumcontent.zip...

I have a data logger on an embedded device that writes data to parquet using this library. Currently, if my app crashes or my machine loses power, then I lose...

Hello! Thank you for this excellent library. Is there any way to read and write partitioned parquet files? I mean a series of parquet files organized something like this: ```...

**Is your feature request related to a problem? Please describe.** I am developing a Go application where some of the packages are compiled to wasm and run on the frontend,...

FeatureRequest