Vadim Kazakov

Results 55 comments of Vadim Kazakov

For me you don't even need an additional file, I'm just getting a `no matches lint:*` found error, unless I use your `\\*` modifier. This seems to only happen with...

For upgrading I've done ``` brew upgrade --fetch-HEAD goenv ```

I've been using your branch @tagliala and following this PR for changes. Appreciate the work! Have you considered publishing your changes to npm under `@tagliala/select2-bootstrap4-theme`?

Not sure, @rwjblue and I came up with a plan where ember-mocha would take a completely different approach than what it has up to this point, but I feel the...

Best I can offer at the moment is my fork :)

Looks like you found this issue in the zeitwerk autoloader https://github.com/rails/rails/issues/37006. @rgaufman can you confirm that running `Zeitwerk::Loader.eager_load_all` does not help in your case? If the workaround in the issue...

I wound up rolling my own based on mongoid_userstamps. Added ``` class HistoryTracker include Mongoid::History::Tracker before_create :set_modifier protected def set_modifier self.modifier = Auditing.current_user end end class Auditing class

@dblock you can add me I can help get a release out.