Brent Soles
Brent Soles
Agreed, I think a token is more apt. Nonetheless, a great question @newbeelearn! I am going to think a bit more about implementation details and poke around the code to...
@ganigeorgiev, thanks for the reference. Really helpful! I'll have some time a couple weeks from now to take a deeper look and write out a design for this feature.
I've experienced something similar on React Native 0.72.7, and the latest, when putting a `react-navigation` stack navigator in a modal. The only resolutions were: - Break out navigation items to...
@flexsurfer, you open PR's on this issue?
Adding a `#_:clj-kondo/ignore` around a form causes clj-kondo to ignore the inner form. Usages given readme example: ```clojure (require '[meander.epsilon :as m]) (defn favorite-food-info [foods-by-name user] #_:clj-kondo/ignore (m/match {:user user...
~~Some small cleanup items on my end, otherwise~~, this first iteration can be considered complete, I think! Addressed the cleanup items from my previous commit.
@jarppe, pinging here since (from my vantage point), it looks like you're the maintainer. If ya'll would like the contribution, what is your take on these changes?
Gave implementing this a go in #55. Didn't want to be that guy and post "what's the status on this?" 😆. Thanks @robert-stuttaford, for the starting point 🙂!