Wout De Nolf

Results 29 issues of Wout De Nolf

What is the best way to do this? ```python try: ... # code that might for example get events or greenlets and therefore could raise Timeout except gevent.Timeout: if XXXX:...

I'm looking for the best way to execute some finalization in my greenlets upon SIGINT, SIGTERM, ... It seems that `gevent.signal` allows me to register signal handlers but they are...

Type: Question

jsonpickle: 1.1 python: 3.6 Cyclical objects with custom handlers encode as expected but decoding leaves a Proxy object in place of a cyclical reference. there seems to be a bug...

https://github.com/nexusformat/definitions/issues/1063 I believe we got this wrong in silx: we expect the default group to be an NXdata group, except for the default of NXroot don't we?

Closes #3571 ![image](https://user-images.githubusercontent.com/7264703/144875587-ecd4792d-2add-4d55-80a8-17275c4eff4f.png) The first virtual source is ``` /data/id21/inhouse/eduardo/out/fitted_EP_701_1_859_12158.h5::/2.1/blisspymca.1/results/parameters/Al_K ``` Alternatively this could also be ``` .::/2.1/blisspymca.1/results/parameters/Al_K ``` I prefer the first (absolute path) because it might not be...

When clicking on a virtual dataset I get the exception ` 'str' object has no attribute 'pop'` ``` ERROR:silx.gui.qt._qt: 'str' object has no attribute 'pop' File "/usr/lib/python3/dist-packages/silx/gui/data/Hdf5TableView.py", line 273, in...

There is a bug in getting the physical target of a softlink that points to on external link ```python import h5py with h5py.File("source.h5", mode="w") as f: f["data"] = 10 with...

bug

Windows 10, python 3.8.3, pyqt5.15 (over remote desktop) ````python FAIL: testLineInteraction (silx.gui.plot.tools.test.testROI.TestRegionOfInterestManager) This test make sure that a ROI based on handles can be edited with ---------------------------------------------------------------------- Traceback (most recent...

Not sure it's a bug or a feature but the default Y orientation is not applied when opening a file: ![2020-06-05_15-50-29](https://user-images.githubusercontent.com/7264703/83884219-de744d00-a744-11ea-8d75-6e4dcd726f86.png)