Jochen Schröder

Results 11 issues of Jochen Schröder

I'm trying to use nim and arraymancer for a scientific project (and teach myself nim in the process). I stumbled across some inconsistency and I'm not sure if this is...

feature
easy

I'm running controller and the client on a windows host. I start an engine on a linux machine (using `ipengine --file=ipcontroller-engine.json`) and the engine connects fine. If I then start...

windows

i3lock would display an image across multiple screens. However swaylock does repeat the same image on all screens. It would be nice to have an option where swaylock displays a...

The assets plugin does not seem to fill in the links for me. I've also run the test_assets.py and I get a failure on the relative and absolute link tests....

Great theme and it also works with the newer maintained https://github.com/JezerM/web-greeter/ without changes. I have a feature request. The theme does not remember the session based on the last logged...

#147 was fixed with #148 but nbclassic still downloads `.py` files instead of opening via jupytext as referred to in #147. Is there something that jupytext should be doing differently?

There was some discussion of a microbenchmark on [HN](https://news.ycombinator.com/item?id=27571019) yesterday and I ran this against pythran. Compared to the fully optimized julia version (which uses LoopVectorization.jl) pythran is about a...

Here's another compile error on windows with LLVM. This is a bit weird because it only appears with -DUSE_XSIMD and if there are some assert statements (which I thought would...

Split from #1714 I get a compile error when trying to index an array with a tuple. Example code: ```python #pythran export indexing(float64[:,:,3], (int[], int[])) def indexing(img, idx): return img[idx]...

I just encountered an issue with "advanced" indexing. In fact there might be two issues. The code below yields completely different results for numpy and pythran ```python #pythran export avgpixel(float64[:,:,3],...