EDllT
EDllT
@Vinzent03 Hey, I am not sure whether if this is considered to be an Obsidian plugin issue or if it's an Obsidian issue with their Adapter and Vault APIs. Should...
> Thanks. I wonder if this can be refactored so that the feature is not needed (and does not have to be enabled programmatically). It seems that it would also...
> In case someone is also having the issue, a quick fix is to just `TRUNCATE vertex_build;` and reload. Am I correct to assume that this is to be run...
@dosu What did ShitizZip mean by this? ``` [ShitizZip](https://github.com/ShitizZip) commented [last week](https://github.com/langflow-ai/langflow/issues/3970#issuecomment-2384629841) In case someone is also having the issue, a quick fix is to just TRUNCATE vertex_build; and reload....
@dosu Where does langflow store its configuration/flow/... user data? Edit: Seems like I found it ``` langflow_source-code/src/backend/base/langflow/langflow.db ``` What I had to do to clear it up ``` sqlite3 langflow_source-code/src/backend/base/langflow/langflow.db...
> Should be fixed by [#5658](https://github.com/langflow-ai/langflow/pull/5658). [@EDLLT](https://github.com/EDLLT) [@codenprogressive](https://github.com/codenprogressive) Can you check ? I tested it, the split text component no longer builds successfully(stating "DataError: (sqlite3.DataError) string or blob too big...
> I should specify that right clicking selected text and clicking "Highlight" will still work fine, but I'm trying to open the menu with a hotkey command. Using a hotkey...
> @kcubeterm > Could you please help me? I faced a similar issue with chromium as well when I had applications dependent on the browser for logging in and redirecting...
@hansm629 Question, why do you bother using chromium within termux rather than the native android apps? Or if you want a browser with extension support, then kiwi browser(FOSS) is also...
> @iSoron given that this is quite big already, I'm sure this could use a quick review from you to say whether you'd be fine with the general principle or...