Ophir LOJKINE

Results 183 issues of Ophir LOJKINE

Hello! I started fixing the numerous clippy warnings inside jpeg-decoder. They improve the source readability, and sometimes performance. The work is not done, but if you want to help, you...

Hello, I found the following in my server logs. Unfortunately, I don't have the exact corresponding problem. It looks like cbc determined in less than one second that the problem...

Hello, When using cbc through it's rust binding, and trying to solve the very simple unbounded problem that follows, cbc tries to free invalid memory (`free(): invalid pointer`). The problem...

I am trying to solve the following "toy" problem using the C API of cbc ``` Maximize x + y Bounds x

The C API used to expose the useful function `Cbc_getRowPrice` : https://github.com/coin-or/Cbc/blob/releases/2.8.10/Cbc/src/Cbc_C_Interface.cpp#L2019-L2033 The function was removed (by mistake, I suppose), between the minor versions 2.8.10 and 2.8.11, breaking forward compatibility...

**Describe the bug** When connecting to a custom opcua server, the reader crashes with the following stack trace ``` Traceback (most recent call last): File "/home/olojkine/.local/lib/python3.10/site-packages/uaclient/uaclient.py", line 128, in connect...

### Description When trying to specify a custom location for ImageMagick's pixel cache, it ignore it and keeps using `/tmp` ### Steps to Reproduce ```bash chmod 777 /home/ophir/tmp/ export MAGICK_TEMPORARY_PATH=/home/ophir/tmp/...

I opened an issue in sveltekit too: https://github.com/sveltejs/kit/issues/4504 The latest update of sveltekit breaks the poppover element from this repo.

Many libraries and frameworks use the [`Serialize`](https://docs.serde.rs/serde/ser/trait.Serialize.html) trait from serde. It has become a de-facto standard. Serializing through this trait would be a little slower because of the limitations it...

Hello, The dokku docs mention the following github workflow file: ```yml --- name: 'deploy' on: push: branches: - master jobs: deploy: runs-on: ubuntu-latest steps: - name: Cloning repo uses: actions/checkout@v2...