Alexander Chashchin

Results 22 comments of Alexander Chashchin

I turned off preprocessor for my use case and now I cannot use `global() {}`. Something like `globalStyle` ([like in vanilla-extract](https://vanilla-extract.style/documentation/global-api/global-style/)) method would be helpful.

By the way, solution suggested by @leonfrench is not working now - after clicking "Add to Chrome" button you will get "Download error: Unsupported manifest version" message. There is a...

@rasko-lazic Some notes below. I am making [attempt](https://github.com/schmich/marinara/compare/master...alexamy:marinara:feat/migrate-to-manifest-v3) to adapt the extension to v3 somehow, and for 3-4 hours of work, I am already seeing problem about this migration: Background...

@madaster97 Thanks for highlighting the inactive state problem and the found solution. It helped me to give the migration another shot. :) I've added the same functionality to the Timer...

@vintageplayer Do you know why it needs permission to read browsing history?

For now I'm using a condensed option similar to 2: ```js const langsSchema = Object.fromEntries([ "en", "ge", "fr", /* ... */ ].map(lang => ([lang, s.object({ /* ... */ }) ])));...

I just close it with [this](https://github.com/ianstormtaylor/superstruct/issues/1235#issuecomment-2124380775) as the solution.

When cursor updates, it replaces original AppImage file with new file with **different** name, so all links and desktop entries from it become broken. The temporary solution is to use...