Rubicon Rowe

Results 7 issues of Rubicon Rowe

This pull request is intended to revised existing type hint in this project and fix all problems about typing reported by [mypy](https://mypy.readthedocs.io). Including fixes: - `__eq__()` and `__ne__()` accept any...

After updating `@suid/material` to 0.4.0, I notice multiple errors from webpack: ```` ERROR in ./node_modules/@suid/utils/merge.js 2:0-36 Module not found: Error: Can't resolve './deepmerge' in '/path/to/project/node_modules/@suid/utils' Did you mean 'deepmerge.js'? BREAKING...

Lua 5.4 had been published and have a few changes from 5.3. I can see the rockspec sets the library does not support Lua 5.4. Any idea of supporting for...

On vite-plugin-solid >= 2.3.3, vite-plugin-solid will add `.jsx` and `.tsx` files to optimized dependencies. In such configuration, esbuild translate JSX elements to `React.createElement` in default settings, skips solidjs complier, and...

Finished works: - code ported to python 3 by 2to3 (see `setup.py`) - rewrite plug-in logic for newer Zim versions (see class `GnomeShellSearch`) I have tested it on GNOME 3.36.4...

## The Goals Make translate-c translating bitfields with clang frontend. - [x] Supports the C structures with only bitfields. - [x] Supports unnamed zero-bit field syntax. - [x] Supports MSVC...

- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. - [x] The...