Robbie Cook
Robbie Cook
`setext` format is not as commonly used as `atx`, and I had no idea it existed. Can we change the example demo to ```js const turndownService = new TurndownService({ headingStyle:...
## Expected Behavior The README should have a reference to the `command.publish.allowBranch` option in Lerna. ## Current Behavior At the moment, it is not clear anywhere that the allowBranch option...
It would be great if we could get some types for this package, under @types/sticky-sidebar. This would make this package compatible with typescript! Thanks!
It would be great if we could have a custom wrapper for a single component if we want. I think others would be interested in this too. In traditional storybook...
I think that https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml has Azerbaijan's currency wrong. See: https://en.wikipedia.org/wiki/Azerbaijani_manat
feat: allowing extension list to feature extensions with two dots (e.g. `module.less`, `module.css`)
This PR should be able to allow people to use extensions with multiple `.`s in them. This PR passes all tests, and should hopefully not break anyone's existing code. The...
Steps to reproduce: 1. Add plugin to babel config: ``` [ 'file-loader', { name: '[hash].[ext]', extensions: ['module.less'], publicPath: '../public', outputPath: '/dist/public', context: '', limit: 0, }, ], ``` Note that...
Apologies if this is intended behaviour or is a known change With version `8.3.14`, there is no `types` field in [package.json](https://www.npmjs.com/package/js-dos?activeTab=code). This means vscode and webpack are unable to link...
Using `ref` using a function component gives a type error: Function components cannot be given refs.
**Describe the bug** If you use a function component instead of a class component, there is a type error on the functional component., if you are using Typescript. The error...
## Demo https://github.com/user-attachments/assets/d337e3c9-867a-435d-b987-c79b9e141304 ## Context Previously, OBS passwords could only be remembered by embedding them in the URL hash. This works, but it means: - The password can live indefinitely...