Ronny Rentner
Ronny Rentner
I don't think Ctrl+Tab is the same issue but you can compare xev output if it is the same in case us layout is working for you. There might be...
PS: https://wiki.archlinux.org/title/X_keyboard_extension#Caps_hjkl_as_vimlike_arrow_keys helped me a lot
I would love to see this feature ;)
Hi @JOEAV, thanks for your issue report. It's a pitty that the atomics library is not available on Mac Arm. Maybe you could try to compile it yourselves? Here is...
@JOEAV Btw, according to https://www.python.org/downloads/release/python-391/ it should be possible to run 'universal2' wheels on Apple Silicon for the atomics library.
_but if Process B (consumer) exit by SIGINT the dictionary seems to enter a state which you can't clear it even with unlink() and close()._ @JOEAV Hmm, are you sure...
> We need to add a whitelist for allowed props. See [how it was done with the fluent ui theme](https://github.com/rjsf-team/react-jsonschema-form/blob/master/packages/fluent-ui/src/TextWidget/TextWidget.tsx#L7-L44). Why do you need an allowlist? Just let all props...
> @dekelb just thought of another thing -- what if someone inputs `dangerouslySetInnerHTML` into ui:props? This is essentially a security vulnerability if someone allows users to edit uiSchemas. Why would...
PS: Check out upstream: https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/TextField/TextField.js They also have "...other" and pass through all props.
What I don't understand: When you add pagination to the core, all themes should automatically have it. Just construct it with and etc. and it should work. Themes shouldn't interfere...