RJ

Results 8 comments of RJ

It seems like the macro is less useful if you need a dynamic solution. https://stackoverflow.com/questions/69472624/font-awesome-6-beta-and-dynamic-icon-name-in-next-js

@stelmakhivan thank you `marginThreshold` was the missing prop i needed. this is not mentioned in the `Menu` api docs (though it can be found if you look hard enough in...

I also see "Create Pull Request" button enabled when a PR is already open for the branch

There are ways to do it with CSS but an exposed prop would be nice. with plain css you can use a combination of `appearance: none;` and `background-image`

Branches where there the branch name is capitalized are skipped: ``` [@semantic-release/commit-analyzer] › ℹ Analyzing commit: Fix: [LIVE-735] Remove feature flag for facebook live [@semantic-release/commit-analyzer] › ℹ The commit should...

@orkhossain what has worked for me: * use merge commit for deployment * use merge commit when "merging down main" back to develop branch to keep the versions synced *...

using posthog `1.147.0` this error occurs in production. we have confirmed all the things you would recommend: the context is only loaded once and posthog is not imported beyond `usePostHog`...

https://github.com/PostHog/posthog-js/issues/723#issuecomment-2574392522 honestly this just works, plus we get to remove a context so i'm here for it. i confirmed the `usePosthog()` hook continues to work for capturing events without the...