mantielero

Results 48 issues of mantielero

Just to let you know that I have created a [package](https://aur.archlinux.org/packages/mchfuse-bin/) for ArchLinux. For instance, if you want to install it and you use [yay](https://github.com/Jguer/yay), you would do: ``` $...

I am glad about how good is this tool. I know it goes beyond the tools's purpose, but it would be great if the tool where able to search for...

enhancement

I have the following in python: ```python import struct a = 0x95006c08 print( a & 0x3FF ) # First: 10 bits --> 8 print( (a >> 10) & 0x1FFF )...

Just for your consideration. [Feather file format](https://github.com/wesm/feather/blob/master/doc/FORMAT.md) seems to have excellent performance while [Parquet](https://github.com/apache/parquet-format) seems to be more oriented for long term storage as explained [here](https://stackoverflow.com/a/48097717/2710645). It looks like feather...

feature
Interop

one-py, doesn't work for me, so I am just using directly the win32com interface and copying the pieces that I need from your code. I am getting the information that...

Where could I find a minimal example in python using an actuator?

It would be nice providing a C API to enable easy binding to other programming languages.

I am trying to use nimtorch (I am new to pytorch as well). I am struggling to run a first example. I have installed in Windows 10 like this: ```...

I think it would be nice providing an AppImage for Linux. I think AppImage suits better than flatpak/snap for CQ-editor. And it is easier to create it (this is my...

infrastructure

I am trying to translate the following line from [basic-tutorial-3.c](https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c): ```c /* We are only interested in state-changed messages from the pipeline */ if (GST_MESSAGE_SRC (msg) == GST_OBJECT (data.pipeline)) {...