WIGGLES
WIGGLES
In general this may be a case of pathological cascading public modules. pub use::* and use super::* are all over the place. It compiles, but its obviously confusing for Rust...
To anyone who comes across this in the future, using the nightly compiler on VSCode with rust analyzer will break type hints! I'll leave this open until a dev closes...
Can confirm experiencing same issue in bun, performance degrades between stress test. Notably the issue is only present when max connections is set great than 1. So it may be...
> I couldn't understand this. Can you provide examples? A form submitter is any button or input that is used to submit the form. for example ``` Press Me! No...
I ran into this issue too, I think currently websocket connections only work with one segment at the root of your application. This probably needs to go into a feature...
ERR | 2024-08-17 | 18:19:40.517 | Invalid file data. [github.com/richardwilkes/gcs/v5/model/gurps.NewEntityFromFile] entity.go:132 [github.com/richardwilkes/gcs/v5/ux.NewSheetFromFile] sheet.go:110 [github.com/richardwilkes/gcs/v5/ux.RegisterGCSFileTypes.registerExportableGCSFileInfo.func1] file_types.go:160 [github.com/richardwilkes/gcs/v5/ux.OpenFile] navigator.go:1198 [github.com/richardwilkes/gcs/v5/ux.OpenFiles] navigator.go:1112 [github.com/richardwilkes/gcs/v5/ux.registerActions.func21] actions.go:630 [github.com/richardwilkes/unison.(*Action).Execute.func1] github.com/richardwilkes/[email protected]/action.go:69 [github.com/richardwilkes/toolbox.CallWithHandler] github.com/richardwilkes/[email protected]/call.go:24 [github.com/richardwilkes/toolbox.Call] github.com/richardwilkes/[email protected]/call.go:18 [github.com/richardwilkes/unison.(*Action).Execute] github.com/richardwilkes/[email protected]/action.go:69 [github.com/richardwilkes/unison.(*Action).execute]...
I suspect this is not the right log file, but it's the only one from today (that likely appeared when I tried to install an older version to see if...
if it's helpful at all, the Gnome online-accounts mounted drive uses a very non-standard google-drive: scheme when I check folder properties in the UI. So if GCS expects a path...
Other apps in Ubuntu don't seem to have a problem opening files on the network drive so a normal filesystem call should resolve properly.
though when I open it up in VScode for Ubuntu I think it is getting resolved through some sort of link to a completely different location on disk