Dan Loman
Dan Loman
It'd be great to have a compiled binary uploaded to the GitHub release to give people an easy (non-homebrew) way to install/give it a try. _My company/team uses a tools...
Hi there 👋 This PR is mostly to gauge interest in a few changes I've made to a forked copy of this package. I can very easily split this up...
Addresses #2 by introduction `Ahoy.authenticate(userId:)` method for passing `user_id` with `Event`s when present.
### Description To prevent syncing issues between the system and the application (while the application has closed, yet the color mode has changed), I believe the color mode could be...
Hi there, My organization uses `strict_variables: true` to determine when a variable is undefined, and though this works well, the error messages lack full context, which means I have difficulty...
As part of #76, this PR proposes to allow the selectedBtnProps even if a given dayOfMonth is disabled (e.g. being below minDate). The element remains disabled, both functionally and visually,...
Hi there, I'd like to allow users to see what the selected date is, even if it is disabled and earlier than the minDate. I don't seem to be able...
Yes, I think `silence_queries` would work 👍🏻 _Originally posted by @rosa in https://github.com/rails/solid_queue/issues/198#issuecomment-2048122748_ As mentioned in #198, `silence_polling` only silences the polling queries (which makes sense), and continues to log...
Hi there, This is something that's ultimately my fault, but I thought solid_queue could ultimately have some more defensive behavior. Here is an outline of the issue: 1. During refactoring,...
Hey @ankane, hope you've been well! I've been adding a number of checks in our system lately, many of which are duplicated queries (warning systems for separate customers of ours),...