Florin Boariu
Florin Boariu
Hello, I'm trying to build wxwidgets/3.1.3 from source: ``` git clone https://github.com/bincrafters/conan-wxwidgets.git mkdir tmp && cd tmp conan install ../tmp CC=gcc CXX=g++ conan create ../tmp 3.1.3@bincrafters/stable ``` The output looks...
Hello, I have questions regarding the usage of the experiment description class. I'm new to both `xrayutilities` and to X-ray data analysis, so I probably make a perfect combination of...
This will typically fail with imapcli: $ imapcli search --date 2019-04-01 | less It will throw an exception, something like this: Traceback (most recent call last): File "/usr/local/bin/imap-cli-search", line 11,...
Hello, I'm not sure if this is a bug or just a misunderstanding of mine. But I believe that in any case, even if it's just clarifying the documentation, *some*...
Hello, here is a bug in the `caproto.asyncio` infrastructure. Consider the following pytest unit test, based on caproto: ``` import asyncio, pytest from caproto.asyncio.client import Context as ClientContext from caproto.asyncio.server...
As the title says -- inspired by #4137 and my own necessity I wrote a dirty patch to `./dnsapi/dns_nsd.sh` to update the serial number. Essentially it uses `sed` to parse...
Hello, I'm looking for some pointers and hints as to how to solve a problem I have with Ophyd. If this is the wrong forum to ask, please advise as...
Default route confusion when using multiple `--network` options with `macvlan` and `bridge` networks
### Issue Description Consider the following `macvlan` network bound to a physical interface: ``` $ podman network inspect v6pub ... "name": "v6pub", "driver": "macvlan", "network_interface": "br42s0", "subnets": [ { "subnet":...
Hello, first let me thank you for the wonderful work all of you have put into Filebrowser :-) FYI, I've chosen Filebrowser over more feature-rich solutions (like Filestash or Seafile)...
Hello, `pip install` will bug out with the following error for me: ``` [...] gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions │ -fcf-protection -fPIC -D_GNU_SOURCE -D_DEFAULT_SOURCE -Dlinux...