Nikhil Sharma

Results 5 comments of Nikhil Sharma

Thanks for your response. Do you mean this example? ``` import { RegistryFieldsType, RegistryWidgetsType } from '@rjsf/utils'; import { FormProps } from '@rjsf/core'; const customFields: RegistryFieldsType = { StringField: CustomString...

> You might be able to accomplish what you want with the uiSchema when we release a new version of RJSF that includes https://github.com/rjsf-team/react-jsonschema-form/pull/4055 @nickgros Do you know when will...

I encountered the same @pythcoiner On Pop!\_OS 22.04 (X11, NVIDIA driver 570.153.02), `liana-gui` crashes on startup with the following error: ``` panic occurred at line 1146 of file /vendor/winit/src/platform_impl/linux/x11/window.rs: Some("Failed...

I checked the code a bit and from what I understand it seems like bitcoind can only work if the pattern is IP:Port https://github.com/wizardsardine/liana/blob/ecce76ab3f260ce405659f4e043ae99b97aee836/lianad/src/config.rs#L121 maybe it can just be a...