Matteo Cafasso

Results 7 issues of Matteo Cafasso

Xen support should be quite trivial to add. The Context would be very close to QEMU one.

Something on the line: ```python from pebble import asyncio @asyncio.process def example(*args): return args await example([1,2, 3]) ```

feature

Python 2 EOL was in 2020. Its deprecation would allow to support new features such as #90 as well as remove a fair bit of code.

enhancement

This happens with both VirtualBox PUEL and VirtualBox OSE (setting `sys.abiflags = ''`). ``` In [1]: import virtualbox ...: vbox = virtualbox.VirtualBox() ...: vm = vbox.find_machine(vbox.machines[0].name) ...: session = vm.create_session()...

bug
vboxapi

Greetings, few years ago, I wrote a lightweight wrapper for CLIPS API in ctypes to overcome some issues with PyCLIPS (most important a memory leak). Lately I decided to redo...

### Describe the bug While testing a PR on my plugin: https://github.com/noxdafox/rabbitmq-message-deduplication/pull/105 I could not manage to build it anymore. I could not track the core issue but I noticed...

bug

### Issue Summary The following commit https://github.com/getredash/redash/commit/4d5103978bdc20900f205532b48356ec80339632, introduced a regression. As `simplejson` was replaced with `json` strict JSON validation is now enforced. The belief is that JSON validation was enforced...