You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Upon examining our dependencies, I noticed that sniffer pulls in a lot of dependencies that we do not use, and do not want to bring into our Hanami app.
Would it be possible to implement this gem without depending on the active* gems? To be more friendly to the non-rails ecosystem, something like dry-struct could be used, although not required.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Upon examining our dependencies, I noticed that sniffer pulls in a lot of dependencies that we do not use, and do not want to bring into our Hanami app.
Describe the solution you'd like
Would it be possible to implement this gem without depending on the
active*
gems? To be more friendly to the non-rails ecosystem, something likedry-struct
could be used, although not required.The text was updated successfully, but these errors were encountered: