Anton Gilgur

Results 123 issues of Anton Gilgur

- note that one can hydrate server-side with Node and give some example storage engines one may use for that purpose - note that server-side hydration can be skipped for...

- redux-persist's Storage Engines all follow the same localForage-style async Promise API, so they should all be compatible with mobx-persist as well - docs should mention this as the interoperability...

So I have a bit of a unique set-up in that my library is an integration for both `webpack` and `browserify`. I use `istanbul-instrument-loader` and `babel-plugin-istanbul` to instrument each, respectively....

## Summary Love the concept of this repo! There's so many disparate resources and rules, so one place to find all of them would be great! I'm not sure if...

## Summary Love the concept of this repo! There's so many disparate resources and rules, so one place to find all of them would be great! I'm not sure if...

- just passing a single regex causes errors: - Error: .ignore must be an array, or undefined - Error: .only must be an array, or undefined

## Summary 1. Replace bespoke `deploy.sh` script with the [`goreleaser`](https://github.com/goreleaser/goreleaser) library - Basically implementing https://github.com/docopt/docopts/issues/59#issuecomment-1108109979 2. Replace outdated custom dependency management with standard, built-in [Go modules](https://go.dev/blog/using-go-modules) ## Details - `deploy.sh`...

## Summary Migrate CI from Travis to GitHub Actions, ensure tests run on macOS - Fixes #54 ## Details - Travis CI is only [_pseudo_-free](https://travis-ci.community/t/org-com-migration-unexpectedly-comes-with-a-plan-change-for-oss-what-exactly-is-the-new-deal/10567) after the .org -> .com...

## Problem Installation [currently](https://github.com/docopt/docopts#install) requires not just downloading pre-built binaries via GitHub Releases, but also cloning the repo or otherwise downloading the `docopts.sh` helper. ## Suggested Solution Distributing via a...

help wanted
macos

## Summary Use `HOMEBREW_NO_AUTO_UPDATE=1 brew install bash` to install `bash5` via Brew and [skip Brew's slow auto-update](https://apple.stackexchange.com/a/293252/167983) ## Details - per the deleted in-line comments, the reason it was installed...