andig

Results 274 issues of andig

Before: ``` brew services Name Status User File asimov none root ``` Then, starting the service: ``` sudo brew services start asimov Warning: Taking root:admin ownership of some asimov paths:...

Interrupt support instead of timers would be nice to be less time consuming when used together with fastled.io

Any discussion is of course opinionated, but I'm typically using: - golangci-lint - goreleaser - and sometimes seihon (multi-arch docker builder)

enhancement

This is a follow-up to https://github.com/jinzhu/copier/issues/31 and https://github.com/jinzhu/copier/pull/72, I'm running `v0.3.1-0.20210422135233-8f9e587049b3`. ## Description A `nil` embedded struct still panics: ``` panic: reflect: indirection through nil pointer to embedded struct goroutine...

@carlos22 I wanted to point you to https://github.com/andig/carddav2fb where I've created a fork of jensmaus about ~~6~~ 18 months ago. The codebase has been entirely rewritten and some features added,...

See https://github.com/Homebrew/homebrew-core/pull/88775#issuecomment-971805892 ``` ==> Installing ship ==> make VERSION=0.55.0 build-minimal Last 15 lines from /Users/andig/Library/Logs/Homebrew/ship/01.make: node-pre-gyp ERR! stack Error: Failed to execute '/opt/homebrew/Cellar/node@14/14.18.1/bin/node /private/tmp/ship-20211117-88286-24ldn8/ship-0.55.0/web/app/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/private/tmp/ship-20211117-88286-24ldn8/ship-0.55.0/web/app/node_modules/fsevents/lib/binding/Release/node-v83-darwin-arm64/fse.node --module_name=fse --module_path=/private/tmp/ship-20211117-88286-24ldn8/ship-0.55.0/web/app/node_modules/fsevents/lib/binding/Release/node-v83-darwin-arm64 --napi_version=8...

Some code is borrowed from https://github.com/phlib/console-process (LGPL)- need to double-check if that is ok

enhancement

Split from #335: Requests are answered with 503 if no slave is ready, even if there are starting slaves. It might be worth to rethink this behaviours and e.g. keep...

enhancement
core

There is currently no Go API but a package relying on signal-cli: https://github.com/bbernhard/signal-cli-rest-api

Type: Enhancement

Followed the getting started, with one change to the `Makefile` to match the executable name: go build -o hello ``` make run GOARCH=wasm GOOS=js go build -o web/app.wasm go build...