Rootster

Results 17 comments of Rootster

Hi, Is there any news regarding Nuxt3 and pwa module?

I can also confirm that black background is shown when image is loaded via network. My solution is to put as much assets i can in project and then it...

Thank you for this reply, I will be thrilled to see it in Vue, it's such a cool tool to have.

@stephenjason89 can you give more info about data you're storing. It's used for what purpose? I'm curious.

Are there any indication of progress on this topic for Nuxt3 component testing? So far I'm in combo with cypress (e2e) and vitest (component).

I have the same problem but "No module named 'tkinter'" is the error message. ```bash ❯ venv/bin/python3 fzfs.py -d /dev/ttyACM0 -m /home/user/flipper-zero Traceback (most recent call last): File "fzfs.py", line...

I'm having the same issue and I really thought that I did a mistake. So, do we know how to load external template files or no?

First, you need to use `npm i socket.io` in your blank Vue/React/Svelte since you are not using cdn links but the npm package. Socket.io is a basic websocket package with...

I see, yes. I am now trying out the USB remote keyboard app in C to see how it's made, but in general, that's the app I wanna create but...

After reading C code and then compared to Rust code I don't see `furi_check()` anywhere, why is that? All other methods are on `sys` crate. Do I need it when...