Dean Karn

Results 10 issues of Dean Karn

Look into overriding the backspace and/or arrow buttons to go back and forward through fields

enhancement

## PR Updated `github.com/segmentio/fasthash` dep to `v1.0.3` which corrected a potential segfault issue. https://github.com/segmentio/fasthash/commit/9dc1b83dc0d8bf7d26ea69d6c6d7a11ebf6fbb89 This is also detected using `-race` or `-gcflags=all=-d=checkptr` when running code that imports this lib.

UPDATE: universal-translator's locales + rules have been split into another repo [locales](https://github.com/go-playground/locales) please see [here](https://github.com/go-playground/locales/issues/1) for helping with locale tests.

help wanted

Help with tests requested, there are so many locales I just don't have time to add tests for all of them. The locales were generated from the CLDR Project, of...

help wanted

Support for `Gogs` was recently added and some help adding tests would be appreciated.

help wanted
good first issue

The Validator package is looking for additional maintainers to help with the growing number inquiries, Pull Requests and documentation needs. I can no longer fully dedicate the majority on my...

help wanted
maintainers

I was recently trying to update some code which uses your `github-gql-rs` crate, contained within this repo, but it looks like due to some dependencies being yanked it can no...

I was wondering if there is any ability, or plans, to support setting the maximum number of threads for the global executor? I see the `num_cpus` is used [here](https://github.com/async-rs/async-std/blob/8ea920c9f05f00fd8cc17c7e70ed5676e9a969ad/src/task/executor/pool.rs#L28) which...

api design

The main goal of this PR was to add a new function `gjson::get_bytes(...)` to compliment the `gjson::get(...)` preventing the need to convert to a string, but noticed a few other...

While I was creating a few separate applications that used migrations I ran into this issue: ```shell Error: migration 20220104194552 was previously applied but is missing in the resolved migrations...

migrations