Jesse van der Pluijm

Results 41 comments of Jesse van der Pluijm
trafficstars

@mogoe1 your issue seems similar, but I'm fairly sure it has a different root cause.

@lmiller1990 I have attempted to create a separate Vite config that does not use ViteRuby in order to resolve this problem. However, the issue still seems to persist. Here's a...

ANY updates / additional info on this? ANY idea where the problem resides, or how to work around it?

Seems like it is still not released. I just installed via homebrew and got version `4.5.2` as well.

Is there any workaround for this? I'd really like to use Bullet in RSpec but I'm triggering an obvious issue and it isn't being caught.

Sooo I have a sort-of workaround. It is a bit of a dirty one, leveraging some parts of RSpec that are private.. soo no guarantee for how long this will...

Although I agree with the statement above. I think it is _currently_ fine right? Unless ActiveRecord starts accepting a block argument to their `enum` method in a future release.. https://github.com/amatsuda/stateful_enum/blob/fa8f17cc39050e428ceb4105f91062669a3679ba/lib/stateful_enum/active_record_extension.rb#L13-L14

Ruby LSP has some documentation about their [semantic highlighting](https://github.com/Shopify/ruby-lsp/blob/main/SEMANTIC_HIGHLIGHTING.md) where they specify a token list. For this particular "issue" the token we're interested in is the `namespace` one, since its...

Hey, Has anything changed regarding this issue? I just ran into a situation where I'll be needing a reference to the parent of a StoreModel in an array. (I have...

Here is the Bullet debug output for the example where it does _NOT_ detect the N+1 query. ``` [Bullet][Detector::NPlusOneQuery#add_impossible_object] object: User:1 [Bullet][Detector::NPlusOneQuery#add_impossible_object] object: User:1 [Bullet][Detector::CounterCache#add_impossible_object] object: User:1 [Bullet][Detector::NPlusOneQuery#add_possible_objects] objects: User:1...