GaryBoone

Results 12 comments of GaryBoone

Yes, the above results were on `macos`. They occurred repeatedly.

$ git clone https://github.com/zhiburt/expectrl.git && cd expectrl && cargo test ... running 15 tests test check_macros::tests::test_check ... ignored test expect::tests::test_n_bytes ... ok test expect::tests::test_eof ... ok test expect::tests::test_bytes ... ok...

... Running tests/interact.rs (target/debug/deps/interact-c83b4b52c6cdfa0c) running 7 tests test interact_callback ... ignored test interact_on_output_not_matched ... ok test interact_context ... ok test interact_callbacks_with_stream_redirection ... ok test interact_filters ... ok test interact_stream_redirection ......

Froze! Waited more than 5m. Running tests/io.rs (target/debug/deps/io-c034048bff565ae5) running 1 test test try_read_after_process_exit has been running for over 60 seconds ^C

Good call. You are correct. It is an RPI Zero W that yielded those refresh times.

I'm having similar issues. On a Mac, I've confirmed that basic linting works. I have ctags set up and running independently. But when I F12 over a module name, nothing...

@Raamakrishnan: • Yes, the outline is populated. • Yes, running the ctags file according to the line of code given in your suggestion: $ ctags -f - --fields=+K --sort=no --excmd=n...

What's "the printers setup"? Do you mean the printer.cfg, eg from here: https://github.com/Klipper3d/klipper/tree/master/config ? Or do you mean one of klicky's files in this repo? I just found https://github.com/jlas1/Klicky-Probe/tree/main/Printers/Voron/v1.8_v2.4_Legacy_Trident#step-5-klipper-configuration Yes,...

Re 3, success. Changing the model extension from `.pt` to `.ot` solved the problem. Maybe the code could issue a warning for incorrect extensions?