Andrew Ackerman

Results 9 issues of Andrew Ackerman

Day 49 has a `ClipRRect` with a ridiculously high radius to do a circular widget. If you are after a circular widget, use `ClipOval` instead.

The last commit is coming up on two years old, not a single outstanding issue has been responded to let alone addressed, and there has been no activity whatsoever since...

## Feature Request When creating my data models, I make ample use of tags to make them easily serializable into a JSON schema format. Another feature I use are the...

enhancement
good first issue
question

I have the following line at the bottom of my `.zshrc` file: ``` bash ${HOME}/.asdf/plugins/dart/tools/dart_version_watcher.sh ``` I didn't notice a problem for a while (due to my penchant to not...

This PR adds the `string.base64.parse` keyword submodule which parses a base64 string into a `Uint8Array`. * [X] Code is up-to-date with the `main` branch * [ ] You've successfully run...

MIME types that have the `x-*` prefix are by definition non-standard extension types. Many formats that used to use these types no longer do as they have become official MIME...

package:mime

Related to #695 and possibly related to #491 (specifically similar to [the second half of this comment](https://github.com/arktypeio/arktype/issues/491#issuecomment-1556260343)), it would be reasonable to assume that `RegExp` fields should be able to...

confirmed

### Pre-Checks - [x] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md). - [x] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md). - [x] Read the [docs](https://fakerjs.dev/guide). - [x] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...

c: bug
help wanted
p: 1-normal
s: accepted
m: helpers

The existing `getAll` method returns a list of all services registered under a particular type, but there is not currently a way to get all of the registered services that...