Josh Deltener

Results 49 comments of Josh Deltener

@danielroe here ya go https://github.com/hecktarzuli/nuxt-3-inline-styles

Maybe it has something to do with multiple connections? Here is a little test script. I want 20 fetchs / sec. The first second goes pretty ok, but the 2nd...

1st try .. stops at 1 reserve and nothing else comes through. vagrant@packer-virtualbox-iso-1490879070:~/sync$ node test.js reserve: 101099, err:null reserve: 101100, err:null reserve: 101101, err:null reserve: 101102, err:null reserve: 101103, err:null...

For now, i think i just had to work around it.. instead of X parallel, i just do 1 at a time with less delays.

Closing, clearly this repo is no longer maintained.

I'd love to see this shorthand become a reality. So many of our properties are :src="src", width="width" etc..

We should consider moving attribute selectors to simple class selectors **button.hash** vs **button[hash]** I haven't tested it, but I believe attribute selectors are some of the slowest around. ![image](https://user-images.githubusercontent.com/2112282/68509682-1f4fc600-0237-11ea-94c4-e3fb9173bb85.png)

:boom: **The main problem with Vue styles is it's hard to have reusable styles that are only loaded when they are needed.** It seems pretty darn hard to write style...

> Please tell (in documentation) about the `>>>` operator, many developers do not know about its existence, but it solves almost all problems with scoped styling. @alex-lit It's in the...