Results 26 issues of Frithjof

Hi, I am just adapting to the passwordless technique in a new app and I really like the procedure, good work here! However, some of test users requested explanation and...

Since this is written in Vala GTK, have you considered releasing a build for elementary OS through elementary's AppCenter? Alternatively, this could maybe connect with [Sequeler](https://github.com/Alecaddd/sequeler)?

enhancement

Hi, I might be missing something obvious but I have trouble getting semiotic to work in nteract. I've tried installing it via npm (https://github.com/nteract/nteract/issues/1696) using the following package.json ```json {...

When using `writePCLFile()` in `blensor/evd.py` the pcd filename gets numbered in this way: ``` python pcl = open("%s%05d.pcd"%(self.filename,frame_counter),"w") ``` It would be good if you allow the user to control...

We should consider using [properscoring](https://github.com/TheClimateCorporation/properscoring) as it seems to provide quite efficient implementations of loss metrics that could enhance our metrics module

First, thanks for this neat package! It looks like it's not possible to obtain the return value of the triggered callbacks as ``trigger('foo')`` always returns ``True``. However, I think it...

- [ ] Add a 'How-to' section with in-depth tutorials like 'how to continue execution', 'how to reproduce results' etc. - [ ] Resource inheritance documenation - [ ] Slurm...

- [ ] allow creation of follow up execution from within processes (dependencies) - [ ] improve stack trace communication - [ ] #316

This feature was previously removed due to conflicts with the pytest output capturing mechanism.