Maurice Faber
Maurice Faber
Why not use the default `DirectorlyLoader` with the Unstructured package? ```py # pip -q install "unstructured[local-inference]" loader = DirectoryLoader(docs_path, glob="./**/*") ``` It reads almost any type of doc.
### Is your feature request related to a problem? Please describe. I am trying to create separate instances that complete steps successively, assigning an instance to run the step. Each...
### Describe the bug when I import interpreter and do`interpreter.extend_config(config_path=...)` I get the following: ``` Module 'interpreter' has no 'extend_config' memberPylint[E1101:no-member](https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-member.html) ``` autocompletion also does not work ### Reproduce 1....
### Is your feature request related to a problem? Please describe. The code is not good most of the times and devs can inspect it. ### Describe the solution you'd...
### What OS? - Mac ### Description Changes are not saved according to my `"files.autoSave": "onFocusChange"` settings ### Expected behavior Save to happen
### Prerequisites - [x] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); ### Description It should be possible to raise an error from within a custom component. Currently it seems that only schema...
We see quoting issues after activating this extension Variables that were quoted before, are quoted again, leading to incorrect commands. Example: ```sh mount="-v /tmp:/tmp" cmd="bash" conditional_flag='' docker run $mount $conditional_flag...
Hi, where can we find api docs that describe return signatures? Event data and such? If it should be found in the HASS api docs, which it isn't now, then...
### Blueprint name Controller - Philips 324131092621 Hue Dimmer switch ### Home Assistant Core Version 2023.2.2 ### Home Assistant Installation Type Home Assistant Operating System ### Description I think the...
# Problem/Motivation It is impossible to update a custom location ## Expected behavior No errors ## Actual behavior Errors: ``` Duplicate relation "access_list" in a relation expression. You should use...