Chris Watson

Results 104 issues of Chris Watson

This may be an edge case, but often when I'm diffing two files they both have suffixed names like `CC_IndexController_CW` inside. These suffixes always differ and end up adding tons...

feature

This is going to be similar to [this issue](https://github.com/rustwasm/console_error_panic_hook/issues/14 ), but I feel like this is a better place for it since it seems like the error is coming from...

**Issue type:** [x] question [ ] bug report [ ] feature request [ ] documentation issue **Airgram version:** [x] `latest` [ ] `@next` [ ] `1.1.x` (or put your version...

question ❔

I'm working on this now and hopefully will be submitting a PR soon, but I wanted an issue here for reference

I know it's not super well used, but it would be cool to have support for the d100, just for the memes

I don't know if this makes more sense here or in the main repo, but I figure this would probably be something to add to the cli. Seeing as lucky...

I do like yarn and I used it a lot when it first came out because of its speed, but npm has caught up in most, if not all, regards...

If the `#on` method were to yield as `with self yield self` rather than simply `yield self` it would switch the entire context to self rather than just yielding self...

`UploadedFile` includes `JSON::Serializable`, but it has an `IO` which is not a serializable type. Just ran into this while trying to store a JSON serialized `UploadedFile` in Avram.