Francis George

Results 51 issues of Francis George

It would be great if you could use the Sprockets view method `asset_path` in Hyperloop components. Here is one way to do it. Add this file (and make sure it...

```ruby class SignupFlowsController < ApplicationController def show render_component "SignupFlow::Router", layout: "signup_flow" end end ``` Above doesn't work, `layout` is ignored. Workaround is to use top level `layout` method: ```ruby class...

Similar to Rails by default generating an `ApplicationModel < ActiveRecord::Base` class which all AR generated classes inherit from `User < ApplicationModel`; we should generate an `ApplicationComponent` class and the component...

discussion

Ruby 2.4 unifies Fixnum and Bignum into Integer and prints a warning if the old constants are accessed. hyper-react causes this warning to be printed on boot: ``` lib/reactive-ruby/serializers.rb:1: warning:...

Whatever they're called, when using the postgis adapter with Rails 7 virtual columns don't get dumped correctly leading to an invalid schema. ```diff - t.virtual "popularity", type: :string, as: "1",...

I like that Flow encourages using a custom attribute (`flow-id`) rather than regular `id` for selecting elements, as it decouples logical selection from CSS styling selection, thus should be more...

discussion

I believe [the finalizer that deletes old contexts](https://github.com/jhawthorn/execjs-fastnode/blob/be8033387d61c58244d75cf4c1ee1b09b7151a70/lib/execjs/fastnode/external_piped_runtime.rb#L119) is not running because as I added more and more specs (using by [capybara-jsdom](https://github.com/sfcgeorge/capybara-jsdom) driver that uses execjs-fastnode) eventually I got out-of-memory...

Just making both projects aware of each other so that the maintainers might borrow ideas, join forces, or just so people googling can see alternatives. https://github.com/mavenlink/alaska

Hi. I'm working on a client's website which has used this extension in the past but needs updating to work with Spree 3. @jsqu99 has said he doesn't have time...

I'm using the small starter spool you ship with the printer. When a print finishes the gantry whizzes up the Z at warp speed, crashes into the spool, jams and...