Allison Phillips

Results 10 comments of Allison Phillips
trafficstars

@thesecretmaster Did you intend to link to [this project](https://github.com/leandromoreira/redlock-rb)? The redlock-rb project linked above hasn't had a commit since 2015.

I put up a PR for this: https://github.com/activeadmin/activeadmin/pull/7489 I refactored this to prevent it from triggering a COUNT query on loaded records: ```ruby module ActiveAdmin module Helpers module Collection def...

`:format_with` isn't applying the specified formatter to _anything_ in a block. So if you do something like: ```ruby expose :that, format_with: :foo do |object, _options| object.decorate.that end ``` It won't...

I have been experiencing the same behavior with Ruby and JavaScript with the new tree parser and it was resolved by disabling the new parser. I was told to wait...

It looks like you should be able to make a loom video, download it, and then post it on YouTube http://support.useloom.com/faqs-and-troubleshooting/how-to-download-a-video-for-youtube-vimeo-dropbox-etc

@claudiorivera You don't need to overwrite the brew link, you just need add OSSL 1 to the package config path (`export PKG_CONFIG_PATH="/opt/homebrew/opt/[email protected]/lib/pkgconfig"`) to ensure that dependencies like GMP can find...

I came across this while looking into a Zeitwerk thing, but given the available information this seems like implementation error to me. Here: https://github.com/heyjobs/grapeboot/tree/main/app/api You are defining: ```ruby # app/api/thing.rb...

Unfortunately, Sorcery is pretty irksome in that you can't sign in a user until they're active... and if you create a user with an active state sorcery will overwrite the...

> [!NOTE] > TL;DR, your personal development environment is configured to prioritize looking in asdf's shims before it looks for definitions in your homebrew install, and you still have some...

@philipgiuliani I have this problem as well and it looks like it hasn't been updated in a long time. Do you still plan on supporting this package? There's a comment...