João Paulo Silva de Souza
João Paulo Silva de Souza
@fannheyward "Range hover" is marked as done but the commit was reverted (https://github.com/fannheyward/coc-rust-analyzer/commit/d6b4f338a09d7c29d64815bab80a64d35f55fdaf), could you please contextualize? Happy to help with the implementation if you need it
> the problem is I did find a better way to make Range hover work with nnoremap K. Do you have any ideas? You're using [getSelectedRange](https://github.com/fannheyward/coc-rust-analyzer/commit/f6092a7a30b9ecd352ebef93479c07c6064cbc79#diff-25d66d74617fe2e23d7946bd6e3ba95640ab1b9bc8947445d604fc271c7c1f12R70) while [expecting Vim to...
I plan to open a pull request for this soon
As `react-step-wizard` doesn't provide typings by default (https://github.com/jcmcneal/react-step-wizard/issues/31), I've added some here. I'll probably be using them throughout this week in a project and observing how it plays out. I've...
opened https://github.com/jcmcneal/react-step-wizard/pull/70 for having the types in `react-step-wizard` itself. I had to look into this repo's exports to figure out I should export React Node types as JSX.Element. @zaguiini do...
> I'm not sure, to be honest. Doesn't `ReactNode` works? I've tried all weird combinations of importing syntaxes and declarations, but re-exporting the type from the React namespace didn't work....
I am not currently active on front-end library projects for a while. Not that I dislike them, rather I have some other priorities right now. Regarding #39 's direction, I...
Wait, I took a look at the code now and noticed those components are exported from `react-albus`. There isn't a way to refactor them nicely without forking the library. Someone...
https://github.com/zaguiini/formik-wizard/pull/32 indirectly solves this by replacing `react-albus` with `react-step-wizard`, which is actually maintained