Alexander Momchilov
Alexander Momchilov
### Motivation Which creates a strongly-typed sig for `#context`, if the context class was customized via the `context_class` DSL. For Shopify employees, please see the timeline for a link to...
### Motivation Fixes #1634 ### Implementation The implementation isn't the most elegant, but it's a working starting point. The main point was to register our new subclass in our lookup...
# Issue Referencing a generic class inside of the `sig` of its own `.inherited` method will cause infinite recursion: `tapioca dsl --verify` crashes with a `SystemStackError` Sample abridged backtrace ```...
I found `NSToolbarGetInfoTemplate` by debugging Activity Monitor. It's frequently used, in apps like Activity Monitor, Finder, and Preview:  I wonder if there's...
Hi there! I would be interested in making this package available using the Swift package manager. If I opened a PR, would you be interested in reviewing and merging it?
## Description `chruby.sh` is typically sourced from `~/.zshrc`, which is only run in interactive shells. For non-interactive shells, `chruby-exec` calls `zsh` without the `-i`: https://github.com/postmodern/chruby/blob/67192019ccf885b23ffc25c7f40ed64be8d2832e/bin/chruby-exec#L41 This causes the `~/.zshrc` to...
I know this project is unmaintained, but I figured I'd mention this for future on-lookers. I tried this on Catalina and Monterey (I don't have access to a Big Sur...
Add an option (defaults to off) which allows decoding to be done in a way that's flexible to capitalization mistakes. If the correct capitalization exists, it'll be used. Otherwise if...
Add an option that allows users to decode (invalid) HTML entities that forget the `#` sign, such as `&1234;` instead of `Ӓ`. (I'll open a PR for this soon, I...
Add an option that allows users to decode (invalid) HTML entities with incorrect casing, such as `&Amp;` instead of `&`. (I'll open a PR for this soon, I just need...