Mathias Lohne

Results 11 comments of Mathias Lohne

Currently, I'm only developing for Unix-like systems, simply because I don't own a Windows machine to develop on. I believe the only changes necessary to port Bython to (native) Windows...

Can you please post a code snippet that exhibits this behavior? :slightly_smiling_face: I can look into it, but I need an example that breaks as I am not too familiar...

Yeah, I was a bit confused on whether it still has an issue or not. I will close the issue if no further details is provided in a couple of...

Oh, I think I see the problem now. If the arguments are interpreted differently by bython and python, I would consider it a bug, and escaping characters are simply a...

There are a couple of real advantages of relying on regular python for parsing, these include: - All modules for Python automatically work for bython as well (I'm doing a...

Ah, I see, I misunderstood. Of course, I think that should be a goal. I also agree on your table above that we keep Bython 0.x written in Python for...

In order for bython to be used with Jupyter one would have to implement an iBython kernel for Jupyter. At the moment I have no plans of doing this, but...

> For what it's worth, I'm also seeing this issue consistently on Plasma Wayland (KWin, non-tiling). Just another data point. Thought I'd chime in with a similar remark. Also hitting...

The different channels are just supposed to be the same transform for e.g. each color, right? In that case, tfwavelets does not support that (because of how the transform is...

Hello! They are intended to be the same, the _alt version was implemented as an easier-to-maintain alternative following an easier idea for periodic extensions for the convolutions, so what you...