buzmeg

Results 44 comments of buzmeg

Oh! So consumer.read() always returns the same thing until release() is executed (or until the producer commits something new)? Somehow, I missed that. Presumably, that would just let me pull...

@jamesmunns Go ahead and close this. However, the docs/examples *definitely* need an example that you read() the same data until release().

As further information, something is getting lost between lsp-mode and tramp. If I specify a full path in the argument to lsp-tramp-connection, "rust-analyzer" doesn't even appear in the tramp debug...

You need something like following code to be executed somewhere or tramp will destroy your remote path: ``` (require 'tramp) (add-to-list 'tramp-remote-path 'tramp-own-remote-path) ```

Then please list the "blessed" (aka: anything that somebody actually used in the last couple months to build) build combinations in the BUILD.md file. I really don't want to go...

I'll try this at some point, but it's going to take me a little while to get back to it as I moved forward a while ago.

I can confirm that the cmake/ninja combination does work with Ubuntu. I don't think it has to do with OpenMP though--quoting the original log from Windows: ``` -- Found OpenMP_C:...

Only Windows 10 with Visual Studio 2019 is used by Sacha Willems. See #972. All other configurations can be assumed to be questionable. Closing.

Strange. I get quite different behavior when I execute when pyocd is installed vs isn't: ``` (.venv) :~/python/pyOCD$ python -mpyocd list # Probe Unique ID ------------------------------------- 0 Segger J-Link EDU...