Stephan Sahm

Results 232 issues of Stephan Sahm

for a log file of 30000 lines I get time lacks of more than 10 seconds on an intel i7 with 16 gb RAM for comparison: the same logfile in...

Dear wrapt developer, when using something like ``` from wrapt import ObjectProxy class A(ObjectProxy): pass a = A([1,2,3]) import pickle pickle.dump(a, open("objectproxy.pkl", "wb")) ``` I get the following pickle TypeError...

Dear all, I really really love this package. There is one drawback which I want to share: ```python from wrapt import ObjectProxy class A(ObjectProxy): @property def error(self): raise ValueError("look here")...

iconify is the go-to option for icons. It would be great to have a canonical way of using such items in astro. To the best of my understanding, unplugin-icons would...

## Problem description I am currently using Franklin to create my static website, however this comes with a couple of downsides which a pure julia Genie version would simplify I...

feature request

spark scala REPL supports serialization of runtime anonymous function via a special class loader, it is ``org.apache.spark.repl.ExecutorClassLoader`` I think. It would be awesome to execute arbitrary scala code from R...

extensions
wishlist

Dear sparklyr team, I just stumbled upon the difficulties with setting up BLAS / FORTRAN acceleration on windows. I think it would be a nice to have, if sparklyr would...

featurerequest
wishlist

links to #159 which only implemented the read side for the same reasons it would also be very handy to be able to write ndjson / jsonl formats. This would...

enhancement

Looking through the source code I realized that the pagination feature is an exception to the rule that curly braces ``{{ ... }}`` are used for html stuff. Unlike this...

pagination

it would be nice to have a simple way to negate an if statement. Currently you have to write ``` {{if myvariable}} {{else}} ... {{end}} ``` It would be nice...

xranklin-planned
xranklin-done