andrew nimmo

Results 31 issues of andrew nimmo

Hi Skayo, thanks for this library! :) I'm trying svelte-infinite-loading and tiny-virtual-list out, on a grid of Bootstrap column elements (flex columns, not CSS Grid, because i need to support...

$wpalchemy_media_access stores the image URL, but I don't see the media's attachment ID being stored in the meta anywhere. The ID is useful for all kinds of WP functions though...

### Describe the bug Steps: - Made many uncommitted changes to my own "master" fork of an upstream "master" repo: changed and added many files, changed many directory names -...

investigation-needed

Hi @janosh, thanks for making this! Have you ever tried implementing this with a virtual list library, to make a kind of scrollable "infinite-bricks" UI? I was wondering if you...

enhancement

It seems like it, but i don't understand the implementation of a connections wrapper well enough to really get it. I'm guessing this would handle creating the "connection" without calling...

This commit removes Rails as a dependency, requiring only the Rails component gems/classes necessary to run Rails DB. It is intended to make the gem more compatible with Rails apps...

Hi - THANK YOU for this amazing gem. I hope you are okay, if you are in Ukraine. Don't worry about this issue too much. We are updating a legacy...

Would you accept a PR to add an option to `skip_locale: true`? My site has 16 locales currently. In most cases I do want the default behavior of this gem...

Switching our Rails 7 app from `sassc` to `dartsass-sprockets` works with `bootstrap-rails`. But if we try to switch to `dartsass-rails`, `assets:precompile` fails. If we keep gem `sprockets-rails` and `sprockets:railtie`: ```...

This PR simply moves the call to our `process_image` shell script from the Image model method `process_image` to a job, so it is run asynchronously as a background job when...