Didier Lafforgue
Didier Lafforgue
hi @fw42 & @tylerball, Based on the conversation here (https://github.com/Shopify/liquid/pull/264), this is my implementation of template inheritance, similar to what offers Django (https://docs.djangoproject.com/en/dev/topics/templates/). Code mainly extracted from the LocomotiveCMS fork...
Hi all 👋, A bit of context first, I'm a Ruby dev (so Crystal noob here) and I decided to use Kemal to implement our ping service (used by our...
## Project - Website: https://www.maglev.dev - GitHub: https://github.com/maglevhq/maglev-core - RubyGems: https://rubygems.org/gems/maglevcms ## What is this Ruby project? MaglevCMS is an open source page builder embeddable in any Rails 6+ application....
Hi, Considering this valid url with a trailing timestamp. ``` url = "http://assets.locomotivehosting.com/sites/50be335cc221fd000200003d/content_entry50be34e8c221fd00020000ae/50be34f9c221fd00020000c5/files/quisommesnous.jpg?1404899540" ::Dragonfly.app.fetch_url(url).url ``` will return ``` => "/images/dynamic/W1siZnUiLCJodHRwOi8vYXNzZXRzLmxvY29tb3RpdmVob3N0aW5nLmNvbS9zaXRlcy81MGJlMzM1Y2MyMjFmZDAwMDIwMDAwM2QvY29udGVudF9lbnRyeTUwYmUzNGU4YzIyMWZkMDAwMjAwMDBhZS81MGJlMzRmOWMyMjFmZDAwMDIwMDAwYzUvZmlsZXMvcXVpc29tbWVzbm91cy5qcGc%2FMTQwNDg5OTU0MCJdXQ/quisommesnous.jpg?sha=262a7743" ``` Unfortunately, if I try to display this url, it...
- [ ] declare custom setting type in Ruby - [ ] refactor the `app/frontend/editor/components/dynamic-form/dynamic-input.vue` file so that we can support new dynamically new types - [ ] merge potential...
**Context:** Rails 7 app with an existing User model. **Issue:** We update our AR model User by adding an enum named `access_level` (the name is not important). So we generate...
Hey all, First, thanks @marnusw for your awesome lib! A bit of context first: - I've got a brand new Nuxt 3 project (Vite being the build mechanism) with [Histoire](histoire.dev)...
### Describe the bug I described the issue and the solution here: https://github.com/marnusw/date-fns-tz/issues/299 When building my stories in a brand new Nuxt app embedding the date-fns-tz lib, I got this...