Dimitri Fedorov
Dimitri Fedorov
`markdown-clj` allows customizing with `:custom-transformers` parameter. Unfortunately, markdown invocation is hardcoded in `taoensso.tower` namespace and doesn't allow to pass custom parameters to `md-core/mdToHtml`. It would be nice to have some...
First for all, thanks for awesome library! It's damn quick and very flexible. I have a suggestion though. I think `taoensso.tempura.impl/vargs` should be customizable via params, like `resource-compiler`. Reason is...
React wants a map instead of string. `Invariant Violation: The`style`prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.`...
### NextUI Version 2.2.9 ### Describe the bug When clicked on the label with `outside-left` placement, input doesn't get focus. ### Your Example Website or App https://storybook.nextui.org/?path=/story/components-input--label-placement ### Steps to...
Hello guys. Tech industry seems to move from passwords to passkeys. Is MiniBLE going to support passkeys at some point in the future? Thanks.
jQuery .queue is not working correctly after v. 0.74. Partially its working, but I'm unable to create looped query, for example.
TODO: - [x] I have read the [contribution guide](CONTRIBUTING.md). - [x] I have checked my spelling and grammar - [x] I :heart: Erlang/OTP
Storybook crashes with `Error: Storybook preview hooks can only be called inside decorators and story functions.` when attempting to use the `useArgs` hook with `storybook-addon-remix-react-router`. ## To Reproduce 1. Open...
### Is your feature request related to a problem? Please describe. The documentation states that the `children` prop for the Accordion component can be either `ReactNode` or `ReactNode[]`. > The...