cheesestringer

Results 9 issues of cheesestringer

Trying to mint an NFT with a `royalty_percentage` of 0 blocks the user with an error message of: ![image](https://user-images.githubusercontent.com/4462478/164759795-28162f61-c28a-4307-b52a-12ee292c3278.png) Checking the [tutorial](https://loopring.io/#/document/mint_nft.md) it seems 0 is an allowed value to...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Creating a button variant doesn't...

support: question
component: button
package: material-ui
v6.x
customization: theme

### What happened? Following the docs at https://docs.plasmo.com/framework/content-scripts-ui/life-cycle#renderer to override the default render using the built in `Inline Container` or `overlay Container` fails with the error: `Cannot read properties of...

bug

## Description Add react 19 to the optional peer dependencies for the utilities package and run `pnpm i`. Removes some warning noise when using react 19. ## Related Issue ##...

**Summary** Allow auditing against any registry. This is useful for auditing against a private or whitelisted registry. For example, in our organisation npmjs is allowed while yarnpkg is blocked :(...

### What happened? I'm using `npm` as my package manager of choice. When I run commands like `npm run dev` or `npm run build` a new `packageManager` field with value...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 An autofilled textfield's InputAdornment doesn't...

type: new feature
scope: text field

## Details This PR fixes the `Cannot destructure property 'options_ui' of 'this.overideManifest' as it is undefined` error when creating a Chromium build where the manifest override only contains configuration for...

### What happened? Using `plasmo build` for Chromium when the `package.json` has a manifest override for `browser_specific_settings` fails with: `Cannot destructure property 'options_ui' of 'this.overideManifest' as it is undefined` ```...

bug