Sampo Juustila
Sampo Juustila
The no-raw-text rule could be made much more robust by using TypeScript types. Currently, the rule detects simple usage like `foo` and `{'foo'}` but using any variables prevents detection `{textVar}`....
The pages are really great and provided a lot of insight to implementing webhooks and what are the alternatives. The one alternative I would have liked to see is MQTT,...
### Current Behavior When I create a new project using `npx tsdx create mylib` and add the following two lines to src/index.ts: ``` // eslint-disable-next-line @typescript-eslint/no-unused-vars const unused = 'foo';...
The extension recently just stopped working, and I'm getting text suggestions instead: I'm guessing this started with an upgrade of VScode. Currently running VScode 1.40.0 and Nasc 1.12.0. Any idea...
We discovered a bug where in certain cases cookies of one domain are sent to a different domain when `sendCookies` is true. The conditions are the following (in parenthesis is...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** In earlier versions, Metro simply outputted to the terminal. I very often hit...
The documentation indicates that `clearAll` returns a promise that is always fulfilled with a boolean on whether the cookies were successfully cleared or not. (This is not explicitly stated, but...
The [documentation](https://docs.microsoft.com/en-us/appcenter/dashboard/creating-and-managing-apps) explains that you can select a release type or type your own, but nowhere does it say what the release type does. Does it have some functional impact...
* safety version: 2.3.5 * Python version: 3.10.12 * Operating System: MacOS Ventura ### Description Safety uses dparse to parse the poetry.lock file. Poetry deprecated and [in 1.5.0 removed](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#changed-1) writing...
I have a page with a long list of images that I'm hoping to lazy-load. The problem is that if I quickly scroll through the page, unveil starts loading all...