Vasanth Srivatsa

Results 19 comments of Vasanth Srivatsa

Will this issue ever get fixed 🤔 the upstream issue has been open from 2 years now 🤷‍♂️

I remember I had blur effect on Konsole for this theme. Was it there before or it wasn't implemented at all?

I use [Live server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) in VSCode to and configure `tauri.conf.json` to point to the default port of Live server like so 👇 ```json { "build": { "devPath": "https://localhost:5500" } }...

@arnaudambro Unless manually disabled, `create-react-app` uses a technology called HMR (Hot module reloading) where only that particular component/function/element is resent through a websocket... With the Live server VSCode extension, a...

I believe `media_data` and `command` fields are taken care by the library, so you wouldn't have to provide those...

I'm having the same problem as well, I am trying to send 👇 ```http PATCH http://localhost:5000/api/flows/{{flow_id}}/copy Content-Type: application/json { "v3.home": "Hi {{person.name}}! There are a few people I recommend you...

Eagerly looking forward to it 🚀

Is this featured added? It's been a year since it was opened... 🙄