Stephen Gibson
Stephen Gibson
@aeagle Sounds good. Is there a WIP branch for the next release? I would be interested in tracking the progress :).
I think this would be very useful. I know the issue is quite stale but I already have a use case for this. Do you envision only X axis breakpoints...
For me it's not even building, sass will straight up just die. ``` css_1 | Error: Can't find stylesheet to import. css_1 | ╷ css_1 | 2 │ @import "node_modules/bulma/sass/utilities/_all.sass"...
Any fix for this? New user here trying to use this awesome tool to publish my package. It publishes fine but I miss out on the remaining features after 2FA...
I am currently in the process of fixing this on my fork since the maintainer seems to be...gone. Not quite sure what is going on yet, inside the `Container` component...
Ticket from 2018 and this is still a problem. Seems like an easy fix that no one has bothered to implement, the above recommend solution works fine with zero side...
I do not at the moment. I really needed to get scroll syncing so I implemented a dirty version myself, but it's not neat or extensible at all. This library...
Why not write a decorator and the import that decorator?
``` import c from "currency.js"; const defaults: c.Options = { separator: ",", errorOnInvalid: true }; const currency = (value: c.Any, options: c.Options = defaults) => { return c(value, options); };...
I honestly think you're over complicating it. You don't need to do any `instanceof` checks or override prototypes. Just chuck the code I wrote into a util folder and export...