MarkusMiller
MarkusMiller
I have the same issues with the community edition of VS 2022. I do use NSsight, though, but it seems the issue occurs independently from that. When I enable the...
Hello, I also tried your latest release (the one 7 days ago) and it's still the same error. The editor is reporting this error: `System.ArgumentException: No EditorOptionDefinition export found for...
> > Hello, I also tried your latest release (the one 7 days ago) and it's still the same error. The editor is reporting this error: `System.ArgumentException: No EditorOptionDefinition export...
> The extension is working well for me but its really a pain having to format and tab align the code manually. Is it possible to add GLSL as an...
Considering the Code around this line: `checkpoint_filepath=os.path.join(run_folder, "weights/weights-{epoch:03d}-{loss:.2f}.h5") checkpoint1 = ModelCheckpoint(checkpoint_filepath, save_weights_only = True, verbose=1) checkpoint2 = ModelCheckpoint(os.path.join(run_folder, 'weights/weights.h5'), save_weights_only = True, verbose=1)` replacing the `"weights/weights-{epoch:03d}-{loss:.2f}.h5"` with `"weights/weights.h5" ` is...
Ad hoc I don't know it either, unfortunately. Never dived into extension development. Might find to dive into it a bit after my PhD. Might take another year, though. Would...
Will try it in the next days and get back to you
It seems to work now. Thank you
Hello, thank you for getting back. @jones139 That were the permissions I actually tried to get (plus a couple of others) and the permissions for GPS were not granted. I...
I'm not entirely sure, yet, but I think I might have found the issue: In https://github.com/weliem/blessed-kotlin/blob/main/blessed/src/main/AndroidManifest.xml ``` ``` declare the permissions in question up to SDK version 30. I'm using...