Andrey Sitnik
Andrey Sitnik
I created fine-grained token with access to a website repo and with `deployments`, `environments`, `metadata`, and `content` permissions. But it [failed](https://github.com/browserslist/browsersl.ist/actions/runs/4443066402/jobs/7799962597) on `delete-env` step because of the lack of permissions:...
There is new `linear()` functions for easings in CSS. We can use it for easings which were possible only with JS before.  https://linear-easing-generator.netlify.app/ https://developer.mozilla.org/en-US/docs/Web/CSS/easing-function#linear_easing_function
### Describe the bug ```js module.exports = { '*.{ts,tsx}': [ 'pnpm prettier --write', () => 'pnpm tsc -p tsconfig.json', 'pnpm eslint --fix' ], '*.css': ['pnpm prettier --write', 'pnpm stylelint --fix']...
**Describe the bug** In Todoist I have task with `every 3 days`. When I finish it in the app, the app shows `next day: today` and task is still in...
In new version we removed Node.js 10—16 (they all don’t have security updates anymore) and improved ESM and TS support.
**Do you want to request a *feature* or report a *bug*?** feature **What is the expected behavior?** To have the same modifiers syntax as in [`astroturf`](https://github.com/4Catalyzer/astroturf) ```js const Button =...
This code ```css .block { background: oklch(0% 0 0); } ``` Throws an error in `declaration-property-value-no-unknown` rule in Stylelint 15: ``` Unexpected unknown value "oklch(" for property "background" ``` Seems...
Some LanguageTool guides recommend adding `fasttext` to system and set `fasttextModel`/`fasttextBinary` settings. Does it really useful? Should we add a guide? Or maybe add at least `fasttext` binary to Docker...
With new UI we can start drawing mode from System Settings (without knowing hot keys), but how to leave the drawing mode? It will be nice to have `Leave drawing...