Daniel Vivar

Results 9 comments of Daniel Vivar

I had the same problem and discovered that my reload wasn't working because my html (which is only for a ver minimalist example, not production code) didn't have any of...

Hi @BcRikko, your comments are exactly the caveats in my PR. I've improved the PR based on that and now: - Shadow is consistent - The maximum number of items...

I think that's the intended behaviour as for the en-GB locale commas are used to separate thousands, such as: `1,234.56`. So for those cases the commas are effectively ignored.

Yes, you can do that yourself. You need to redefine the `style` function from this line: https://github.com/dalphyx/vue-headroom/blob/master/src/headroom.vue#L123 That computed function is only used in the style property: https://github.com/dalphyx/vue-headroom/blob/master/src/headroom.vue#L2 When importing,...

I had the same problem, check if you have the NODE_PATH set with `echo $NODE_PATH` If you don't, I recommend you set it up in your bash profile with whatever...

@underfin the PluginContext heading says `parse` won't be supported: > parse (will not support) but on the compatible plugins list it says: > @rollup/plugin-dynamic-import-vars using PluginContext#parse, will have built-in support...