Ismael Garrido

Results 12 issues of Ismael Garrido

For example, I want to disable a text input depending on if a checkbox is active or not.

This sample gives "Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of FormRow." This was fixed in #68, but somehow...

Defect

Would you please give me an example on how to use refs to refer to the form's fields? In my component's refs only the form appears. Through the form, I...

Enhancement

When I load the choices dynamically, the combobox appears to have selected the first available choice but it doesn't. The user gets confused that the chosen default option isn't really...

HasWorkaround

In the following example, setting the ChoiceField's choices does not cause a redraw If I force a redraw, then I see the form correctly displayed. I expected that setChoices would...

Enhancement
HasWorkaround

It'd be nice if you could add support for setting the title of the tab, using for example (in bash): `export PS1='\[\e]0;My Title\a\]\u@\h:\w\$ '` I think it should set the...

### Problem I want to use netdata's web logs collector to analyze my nginx-ingress logs. Ideally, I want to find per-host bandwidth usage. ### Description Nginx-ingress only logs to stdout....

feature request
needs triage

Currently the only way to add a description to the tags is to include them manually as "openapi_extra" at the NinjaAPI constructor like so: ```python api = NinjaAPI(openapi_extra={"tags": [{ "name":...

While changing the ECS defaultCloudMapNamespace, a deployment causes this error: Resource handler returned message: "Invalid request provided: UpdateService error: Unable to update task definition on services with a CODE_DEPLOY deployment...

```gpt-researcher_1 | ERROR: Exception in ASGI application gpt-researcher_1 | Traceback (most recent call last): gpt-researcher_1 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 244, in run_asgi gpt-researcher_1 | result = await self.app(self.scope, self.asgi_receive, self.asgi_send)...