Lachlan Miller
Lachlan Miller
Cool, nice job getting this running using docker. I won't merge this since I want the source code in master to match the exact one used in the course, but...
Hi @StephanoAH, since `vite` is an executable you probably want `npx vite src`. `yarn` does this automatically.
I've found some weird things using this library, too: ```js satisifes('10.0.4', '>=14.0.0') // true ``` When a dep of 10.x obviously does NOT satisfy a requirement of `>=14.x`.
Sure - I just installed the module from `rpm` and did the absolute most basic program possible. I'm now using the `semver` lib which works as expected, out of the...
I had `let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'` in my `.vimrc`. Changing to `let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\'` fixed it for me.
@sungwoncho I have no idea, sorry. I just tried removing parts of the regex bit by bit and it worked. 👎
FYI if you are trying to read an `.ogg` file it won't work in Safari. Safari works fine for me with `AudioContext`, but only with `mp3`. Different browsers support different...
An alternative would be to provide these in a separate library, and users could use to include that, too, if you want to keep core very small and simple. I...
From the docs > As of Vue 3.0, the getter's result is not cached as the computed property does. This is a known issue that requires Vue 3.1 to be...
Update - 3.2 did not solve this. Kia is busy on other core projects, so, if this is an important issue for you and your project (you as in the...