Toshinaki

Results 5 issues of Toshinaki

### What package has an issue @mantine/core ### Describe the bug https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/components/InputWrapper/InputWrapper.tsx ``` const inputLabel = createElement( labelElement, { ..._labelProps, ...labelProps, id: id ? `${id}-label` : undefined, className: classes.label, },...

bug

I have some template files under a folder `doc/new`. One template (file.ejs.t) looks like: ``` --- to: doc/.md --- ``` And one (random.ejs.t) looks like: ``` --- to: doc/.md ---...

**Describe the bug** I use this vscode plugin in my React project. I have multiple translation files under folders like `en/common.json`, `zh/common.json`, to split one big json file into maintainable...

bug

如果我没有理解错的话,三十的晦月和初一的新月应该是同样的形状? https://www.moongiant.com/phase/04/09/2024/ 我在上面这个网站看的月相。 如果上个月有三十,那么三十的月亮已经是看不见的状态了,那么到了这个月的初一,月亮就不应该是新月,而是对应初二的形状。

I'm trying to combine this websocket server with matplotlib's webagg so that I can make a web GUI for plots. It seems that webagg sends bytes instead of string. However,...