Wayne Van Son
Wayne Van Son
I wouldn't mind giving this a crack. All the logic inside `src/setup` needs to be adapted to `src/index.ts`, is that correct?
How would setting an option `{ loop: true }` affect the CLI? I haven't used inquirer but it sounds like it's the least effort to fix _my_ initial problem.
Awesome. I did try this, but I what I'm really after is a combinator where the codec is used to. I'll try out some kind and report back for the...
@andykais If you're planning to do this (or to anyone), it may be better to port support to `fp-ts` first.
I actually think it needs to be `Lens`, so then the laws hold up. That way when it's `None` we can force it to be the value inside of `Some`....
> Since you are loading icons one at a time, this is going to be part of a lazy loaded chunk. So, you can just completely ignore using `library`. I...
> You can do this using `react-fontawesome`: > > ```js > import { faSquare } from '@fortawesome/fontawesome-svg-solid-icons'; > import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; > > > ``` > >...
@sriramgroot What are you using to bootstrap react with? create react app, parcel, nextjs etc. I just tested a create react app with this and it worked fine. If you...
@ashrafaa remove `@types/react-react-sortablejs`. I've include definitions in the package itself so adding any others may cause conflicts. Let me know if this worked.
related #23. It's the reason why I'm yet to set an example of nested sortables.