Andy Pan

Results 19 comments of Andy Pan

It's this the set you want? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

Normally, the generated CSS requires post-processing by a build system to rewrite all links to assets. However, when building with Vite with `ssr: true`, setting `css: "external"` in Svelte's compiler...

I also ran into this bug earlier this day. Tried downgrading this plugin (4.x ~ 5.0.3) and Svelte (3.x) but have no success. For anyone looking into this issue, I...

I trace down the source code, and the issue is caused by the following lines in [`src/processors/globalStyle.ts`](https://github.com/sveltejs/svelte-preprocess/blob/v5.0.3/src/processors/globalStyle.ts): ```js if (!attributes.global) { return { code: content }; } ``` Literally, it...

I spent some time porting my time/memory statistic reporting feature to the latest release of v3. Haven't tested it extensively, but I will leave it here for people who need...

I found several reported issues on Chromium issue tracker to show that this is not a Rime-specific issue: (not an IBus-specific issue, to my surprise) * [Issue 1278989: Can't type...

In the meanwhile, I add the following lines in `userChrome.css` to customize the background color of the dropdown. It is for dark themes, but you can modify the color as...

Also confused by the behavior. The option is now per-group: ![](https://github.com/Drive4ik/simple-tab-groups/assets/5269414/46588ddd-e01f-41ca-966a-41ac30ea9dba) Alternatively you can revoke the permission to access bookmarks.