Alex Dunae

Results 12 issues of Alex Dunae

Thanks for the great gem. It's been working perfectly for me, up until when I tried to use enums as a sequence scope. The issue is here: https://github.com/djreimer/sequenced/blob/master/lib/sequenced/generator.rb#L74 ``` ruby...

Punting on this for now since I don't use JRuby, and since character encoding issues need to be addressed more generally. If anyone comes across this and wants to help...

JRuby

This test passes in JRuby when run individually: ``` ruby -Itest test/test_misc.rb -n test_parsing_bad_markup_around_tables ``` But not when run as part of a larger run: ``` ruby -Itest test/test_misc.rb ```

JRuby

Hi there - thanks for the great gem. I'm currently unable to use MySQL `DECLARE` statements to declare local variables in conjunction with the conditional `of` from the gem, since...

feature

### Motivation I was migrating from sorbet-rails and couldn't find a migration path for `RelationType`. I searched the Slack channel and came up with this suggestion. I figured it would...

I often have long-running timers. After a timer has been running for a long time I will start to get `RangeError: Property storage exceeds 196607 properties` errors on iOS. This...

Ruby 3.2 includes OpenSSL 3. This causes issues signed Passbook passes using a `p12` archive. The fix is to [extract the certificate and private key from your `p12` file](https://stackoverflow.com/a/73908908/559596) and...

Previous instructions would lead users to edit their podfiles directly instead of just configuring permissions.

**Description:** Adds `cache-key` as an output **Related issue:** - https://github.com/actions/setup-node/issues/1129 - https://github.com/actions/setup-node/issues/1181 - https://github.com/actions/setup-node/issues/1152 **Check list:** - [ ] Mark if documentation changes are required. - [X] Mark if tests...

Currently this library inherits [`libcurl`'s built-in proxy support](https://everything.curl.dev/usingcurl/proxies/env.html): > curl checks for the existence of specially named environment variables before it runs to see if a proxy is requested to...