Simon Le Bourdais-Cabana

Results 10 comments of Simon Le Bourdais-Cabana

Got a feeling that the json doc will be missing stuff for fields: ```typescript dependents: string[]; dependencies: string[]; dependencyGraph: JsonDocsDependencyGraph; ```

I got the same kind of problem. I believe those lines of code https://github.com/emtrax-ltd/Cura2MoonrakerPlugin/blob/8faac6255e49c50646f1b8b3eb1d9f6547719a73/MoonrakerConnection/MoonrakerOutputDevice.py#L262-L266 are the issue. I have setup: ``` [file_manager] queue_gcode_uploads: True [job_queue] load_on_startup: True ``` in `moonraker.conf`...

@emtrax-ltd , it's not as simple as I said (remove the check) because of how the code is laid out. I'm far from a python pro but I did clone...

Tried it and got ``` 2024-01-05 11:49:59,835 - DEBUG - [MainThread] MoonrakerConnection.MoonrakerOutputDevice._onUploadFilenameAccepted [238]: FileName set to CE3PRO_(Unsaved).ufp. 2024-01-05 11:49:59,836 - DEBUG - [MainThread] MoonrakerConnection.MoonrakerOutputDevice._onUploadFilenameAccepted [250]: StartPrint set to False. 2024-01-05...

Wait, upload without print did work.

FIrst, thanks a lot for maintaining TFLint! I would have loved to see the same api as the provider api in the terraform registry. Afterall, it's the same pattern. Too...

When @Event() is not used, it's hard to get good documentation on which events are actually emitted. I wouldn't mind handling the `dispatchEvent` on my own, but I'd like to...

This is awesome! I think keeping the option in the long run might even be a good thing. For the little I saw the result, is really was in my...

While trying to find out why a co-worker's test debug session wouldn't attach to the ProjectResource, we noticed that on my machine (which works), a TESTINGPLATFORM_EXPERIMENTAL_VSTEST_RUNSETTINGS env var is passed...