Jacobo Tabernero

Results 9 comments of Jacobo Tabernero

I didn't know about this till now. I'll add it soon, thanks

I plan to support conditional styles in colorschemes, but I still don't know how to implement it in a template based generator. I'm open to ideas, do you have any...

I'll try this weekend

Hello, I didn't design the progress bar to do that, but you can try changing the `innerHTML` of the element: ``` js const progress = nanobar({ id: 'my-id' }) function...

Sorry guys, I do not look often notifications. Thanks for the work @fearhat , but I made a new nanobar. I plan to release it in a few days, you...

No, it's not possible. But you can add a css line with javascript, nanobar is already doing that so you can use the same css tag: ``` js const nanobar...

I don't do it this way, I use css: ``` css .nanobar .bar.errorbar { background: #e44; } ```

> If you used os is window. Try replace localhost with 127.0.0.1 This trick solved my problem on Ubuntu as well

> Is there an update here? What is the best way to generate a random uuid as a default? Seems like `v4.generate` is deprecated. `crypto.randomUUID()` https://examples.deno.land/uuids