yokomotod

Results 11 issues of yokomotod

Throwing an error in `onRetry` seems like a weird behavior to me. ```javascript const retry = require("async-retry"); (async () => { try { await retry( (bail, attempt) => { throw...

With account which has `$ gcloud config get-value project # => project-a`, ```python fs = gcsfs.GCSFileSystem(project='project-b') ``` raise validation error: ``` ValueError: User-provided project 'project-b' does not match the google...

fix #84 ja.osdn.net seems to dead

### Problem * now we always have to install both s3 and gcs dependencies * it causes * more lock problem, since python's dependency resolving(like Poetry) is fragile * unnecessary...

I think it's common pattern that logging error and sending events to monitoring service like Sentry, when an error happens. so it's nice if this logger support sentry, like https://github.com/archdx/zerolog-sentry...

Now we are just using `requirements.txt` but I think it's better to use poetry to pin versions. Otherwise, a new major version of a certain library may appear and break...

When I didn't configure [Accessibility / permissions](https://github.com/toothbrush/debounce-mac#accessibility--permissions), the command exists soon only with this message. ``` 2019-09-14 16:43:16 INFO: Initializing an event tap. ``` I found if I put `Thread.sleep(forTimeInterval:...

# Pull Request Check List Resolves: #10231 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. ## Summary by Sourcery Tests: - Adds tests to...

impact/docs

Hi. This PR is to enable `defCharset` option in busboy init step, and handle `multipart/form-data` which contains non-utf8 encoding fields (related to issue #320 , similar with PR #450 )...

v2.x