Eyal Halpern Shalev

Results 10 issues of Eyal Halpern Shalev

```go type Defaults interface { Defaults(raw string) (interface{}, error) } ``` example --- ```go type Duration time.Duration func (d *Duration) Defaults(raw string) (interface{}, error) { return time.ParseDuration(raw) } ```

Do you have any plans to convert the code to typescript? Or add `.d.ts` files?

question

Could you add an official working`Sinatra` `stream` example in this repository - I couldn't get the ones found in the wild to work, the connection closes even when `keep_open` is...

Hello, I have made a port of docot for JavaScript [here!](https://github.com/eyal-shalev/docopt.js) It is stable and can be used in real world projects. All the tests pass using nodejs and deno....

## Checklist - [ ] Change(s) are motivated and described in the PR description. - [ ] Testing strategy is described if automated tests are not included in the PR....

stale

The `considerIp` field `Specifies whether to fall back to IP geolocation if WiFi and cell tower signals are missing, empty, or not sufficient to estimate device location.` In this library...

Currently the `glob` function expects that if a wildcard exists in the path, it will exist in its very end. I.E. `/some/path/with/wildcard.*` But a path like `/another/path/*/with/wildcard` is not supported...