MacFJA
MacFJA
Hello @olgatash Your PR miss a comma (`,`) in the JSON between the previous entry and yours.
Done in #644
What you can also do, is not use a `confirm` is the folder don't exist: ```ts const results = await p.group({ folder: () => p.text({ message: "Folder name", }), overwrites:...
To be exact, we support NPM (and NPM-compatible, like PNPM and Yarn) and Ruby (RubyGen and Bundler). So adding JSR wouldn't be an issue. How I imagine it: - a...
@Malix-Labs The JSR support have been added last week
The `storage` parameter is required and can't be null as it must implement the interface `StorageInterface` StorageInterface interface declaration ```ts /** * Storage interface */ export interface StorageInterface { /**...
> I was using library within createLocalStorage, but because it's missing in some environments we got crashes in sentry. The issue seem to be here instead. The `createLocalStorage` should fallback...
I did some other test that don't use an icon at all: 
We can pull several stats like: - [Download](https://github.com/npm/registry/blob/main/docs/download-counts.md) - Download for the last week - Download for the last month - Download for the last year - Package scoring (the...
I added your idea to the discussion #318