Dov Murik

Results 93 comments of Dov Murik

`1b 5b 36 6e` is an ANSI escape sequence: `ESC [ 6 n` . From https://man7.org/linux/man-pages/man4/console_codes.4.html : > ECMA-48 Status Report Commands > > ESC [ 5 n > Device...

I found that in 2.0.0 the local mode is built using JS workers (threads). Workers cannot share memory among them, so they create a new runner in each worker. Each...

Currently I don't have any plans to implement this feature. We welcome pull requests!

@BALAMURUGANS15 It seems you don't have a proper Go development environment (not related to go-coap). Please follow instructions in https://golang.org/doc/code.html first.

@svansteelandt Isn't there a way without formatting to a string and then converting the string to int? That feels too complex.

@BALAMURUGANS15 Try `go get -u github.com/dustin/go-coap`

Thanks you @bocajim for the contribution; looks code. Can you please add a short unit tests that encodes and decodes a message with a Content-Type bigger than 255? (just pick...

@TobiasMende: Thanks for your contribution. 1. The `SetPath()` and `Path()` functions deal with the `URIHost` option and not other options. 2. Probably setting the `URIPath` option on a server-reply is...

@jimanvlad This already exists in latest `tqdm`. Note that per #24 this repo is out-of-sync, the real repo is https://github.com/tqdm/tqdm .

Interesting. I haven't touched this in a long time. It used to work inside github actions, so definitely didn't require so much memory. I'll take a look.