Simon Conseil

Results 361 comments of Simon Conseil

No plans for me as it is a lot of work and I don't have the time/motivation for this. I have seen the fork recently but I didn't try it.

Salut, pour moi ça fonctionne avec ton lien, dans firefox ou chrome.

Hi, I guess the icon should be delivered with the plugin. Do you have an example, or at least the link to the missing icon ?

The icon is set with the `.pwg-icon-map` css class. It will be difficult to help you without a live page ...

hmm ok, so you need the `.pwg-icon .pwg-icon-map` classes, which are present in several piwigo themes (for instance http://piwigo.org/dev/browser/trunk/themes/default/iconset.css). If there was an option in the plugin to customize the...

The problem with `__all__` is that it only affects `import *` (and for a long time it was it's only meaning, the pep8 section about public/private interface was added later,...

What do you propose for submodules that currently define `__all__` but from which people should not import directly, e.g. `astropy.convolution.core` (and many others). This is the scheme that is mostly...

> @astrofrog - Maybe in that case .core should technically be private? (._core) If we want to control strictly what's public and private yes, basically all submodules should be private...

Interesting, I didn't think about the workers as I am not familiar with this Javascript feature ;), but I see what you mean. This is not a high priority but...

It should not be a problem but there may be some issue with e.g. integer index in the Cython code. Would be useful to have the traceback with faulthandler: `PYTHONFAULTHANDLER=1...