Luke Rollans

Results 7 comments of Luke Rollans

Hello from the future! I just came across this myself and am quite keen on installing the theme. I'd just contribute the change myself but I'm brand new to omf.

PR opened 👌

PR is merged, this issue should be closable now

Personally, I'd say `peerDependencies` is correct - the developer opting in to this library should install Chakra UI themselves and the `README` should include the necessary instructions. The only alternative...

@CristoAMH You can add something like this to your vimrc ``` " Use JSX syntax highlighting in TSX files autocmd BufRead,BufNewFile *.tsx setlocal syntax=javascript.jsx ```

I think something along these lines would be very useful. I'm using the Auth0 strategy and was puzzled there didn't seem to be a simple way to provide additional state...

@sergiodxa > If you want to keep any extra state before sending the request, catch the thrown redirect and add any state as a cookie or session. yep, this is...