fbjorn

Results 9 comments of fbjorn

@byara sure, I created a repo: https://github.com/fbjorn/vue-prettier-plugin-sort-imports-example It's bare minimal, but demonstrates that plugins sorts `.ts` file correctly, but does nothing for a `.vue`

![modal](https://user-images.githubusercontent.com/9670990/179025104-1b85b1e9-dd07-4130-bbdf-0546923b4247.gif)

@metonym forgot to mention, adding `rail` makes it load fine. I mean: ```svelte // -> ``` ![rail](https://user-images.githubusercontent.com/9670990/176710148-962ce3a1-270e-4779-9a1f-fa06bffb8bb9.gif)

For a quick hack you can 1) Add `Brave Browser` there: https://github.com/ActivityWatch/aw-webui/blob/7d4438f3e83fac3ce09e5fa0c72cc8ddb105de69/src/queries.ts#L235 2) Build web UI and copy `dist` -> `aw-server/as_server/static` 3) Run one more aw-server on a custom port

I'm also getting this error while setting this in my Vite config: ```js build: { rollupOptions: { output: { inlineDynamicImports: true, }, } }, ``` ``` vite v2.9.15 building for...

Hi there from 2023, the problem still exists. When I go to sleep (physically) and open my IDE the next day, the last opened project is tracked as being active...

Oh BTW I wasn't able to follow the instructions in the end. Because you need to configure CORS on "main" backend for that, and I didn't understand how should I...

Hi @ramirahikkala , thank you for your interest in this tiny library. Let's also remove `PyQt5` as a "requirement" from [setup.py](https://github.com/fbjorn/QtWaitingSpinner/blob/master/setup.py#L36) then. Moreover, this param is incorrect and was mixed...

Hi @bddvlpr, thanks for the feedback. Can you describe how exactly do you want to use middlewares with Apity? Or maybe give an example of such middleware. It will help...