Colin Arnott

Results 26 issues of Colin Arnott

as discussed on the forum[0], cloudflare makes this service hard to use. can we either turn down the bot protection or migrate to fastly, the provider for all other official...

I am working on using libaxolotl in my project [Grd Me](https://github.com/grdme/grd.me.git) and as a beginner at JS, I feel uncertain about my Store implementation. I totally understand separating the store...

The use of the cli directory works, but makes go-get painful to use. This change adopts the standard cmd directory for main packages, and allows for go get github.com/andreaskoch/allmark/cmd/allmark. Note...

Since the vendor directory has largely been replaced by modules, it seems like a good time to simplify the repo and remove it. Needs andreaskoch/fulltext#1

This is a minimum viable change to enable modern go toolchains to build github.com/andreaskoch/allmark/cli in go module mode. The module is not tidy, and we are relying on ./vendor, but...

This change adds support for nix flake based builds. This includes a dev shell required for running make targets like code generation or testing, and a package target for the...

As modules are well stable, and a lighter weight way to checkin dependencies, we have removed the vendor directory, the empty Gopkg.toml file, and replaced them with go.mod and go.sum.

Can you publish this to crates.io?

## description `rice` creates files that the build toolchain cannot consume with `FindBox("")`, specifically: - `.rice-box.go` - `_amd64.rice-box.syso` - `_386.rice-box.syso` This could likely be resolved with fence post detection. ##...