Dan Strokirk
Dan Strokirk
Hi! On first import of `cssutils`, the `'CSSUTILS'` logger is set up and configured with some default values, as can be seen here: https://github.com/jaraco/cssutils/blob/main/cssutils/errorhandler.py#L51-L56 This can lead to issues if...
Hi! `pylyzer` sounds like a very interesting project. However, when I tried it out on a very small program, I got a number of false positives (for the stdlib), and...
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/strokirk/obsidian-join-lines ## Release Checklist - [x] I have tested the plugin on - [ ]...
Something with the `yargs` upgrade in v6.0.2 seem to cause a crash on a bare invocation - `yargs.showHelp is not a function`. ``` ❯ npx [email protected] file:///Users/danstrokirk/.npm/_npx/82246172bbe2c6eb/node_modules/doiuse/bin/cli.js:120 yargs.showHelp(); ^ TypeError:...
### Describe the feature https://www.radix-vue.com/components/dialog#title logs a warning if the DialogTitle and DialogDescription sub-components aren't used: > Warning: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen...
Hello! In #2004, the return type of `ListFilter.choices` was changed to use a private `TypedDict`. However, since `TypedDict` is not a subclass of `dict`, this introduces extra friction when implementing...
### Reproduction https://formkit.link/30fcebec478229c1ab944761a8bd3ff7 ### Describe the bug Like mentioned in https://github.com/formkit/formkit/issues/357, the `select` input will replace non-string values with `__mask_*` (`__mask_1`, `__mask_2`, ...) of the provided option list. This is...
Hej! När jag följer länken för att installera appen på App Store, står det att den inte är tillgänglig i min region. Har något hänt, som gjort att den är...