Alexander Momchilov

Results 100 issues of Alexander Momchilov
trafficstars

### 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...

enhancement
feature

### 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...

help-wanted
bugfix

# 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 ```...

bug
help-wanted

I found `NSToolbarGetInfoTemplate` by debugging Activity Monitor. It's frequently used, in apps like Activity Monitor, Finder, and Preview: ![Screen Shot 2020-05-30 at 1 15 26 PM](https://user-images.githubusercontent.com/5703449/83334985-001e9180-a278-11ea-83f0-3797b97141ca.png) 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...

bug

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 `&#1234`. (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...