Peter Majchrak

Results 14 issues of Peter Majchrak

I stumbled upon this error in documentation, the set reply is said to have a method `asset()` that returns a set but it is implemented as a coroutine and therefore...

Fixes: #374 Now that we have tensorflow 2.8.0 with cp310 support, we can finally test against cp310.

Soon, we will want to migrate to python 3.10 To support this, we will need to: - [x] update `numpy>=1.19` (#373) - [x] wait for tensorflow 2.8.0 release (hopefully by...

new feature

I would like basically the same thing as `postfix_script` argument, but for running a script before the call to make. `prefix_script`? Is there a way to do that?

I'm getting a warning about deprecated openssl component, so I guess it would be nice to use what Espressif recommends now, which is `esp_tls.h`. I tried switching the headers and...

In my case I want to print the output using `console.dir(output, { depth: null, breakLength: 120 })` so it looks nicer and shows all the data I need to show....

I want to create a field that combines two subfields together. For example, I would like to combine a text field with a dropdown to create a form field for...

For cross compiling ffmpeg, I needed to supply the compiler as an argument to `configure`. That is why I needed to add variable expansion to `configure_options` of `configure_make` rule. ```...

I needed to read data from the framebuffer and I thought others might find it useful too.

I have been working on an Android port of encrusted and I forked the project to make it behave more like a library crate(removing all UI implementations, JS...). I then...