Robin Alexander Dorstijn

Results 17 comments of Robin Alexander Dorstijn

Same, have the one plus 5. It says the screen was locked by the administrator.

Alright, clearly I was struggling with the whole FP concept again. The usual way of solving this is using a `map`, like so: ```python my_vec = freeze([{"upper":"A"}, {"upper":"B"}]) lowered_vec =...

Hey, sorry i did not get an email on this one so it took me a while to respond. This does indeed solve my problem. I think I still had...

I have a similar issue. I would like to run an algorithm based on the common prefix, but as far as I have been able to read the documentation, the...

I created a fork (robindorstijn/PyFunctional) with a minimal commit to the travis configuration that should run mypy. Mypy does static analysis of types which confirms proper use of types.

Hi, thanks for your response! I think personally I prefer "correctness" over developer experience (it's not a phase, mom!), so I think I am going to try to apply it...

So, I continued to mess around and I kind of like what I have for state right now. It feels "rustic" to me, though feel free to disagree. ```rust use...

I was thinking about this earlier today. Though possible (and significantly benificial) to identify chain sections that do not depend on each other and perform those parts in parallel, that...

As far as I can see, this is still an issue. I just cloned main `git clone https://Electrostatics/apbs` and ran `cd apbs/tools/manip; python psize.py ~/my.pdb` and got ``` Traceback (most...

```bash (base) robin@robin-VirtualBox:~ $ conda create --name snakemake (base) robin@robin-VirtualBox:~ $ conda activate snakemake (snakemake) robin@robin-VirtualBox:~ $ mkdir repro (snakemake) robin@robin-VirtualBox:~ $ cd repro/ (snakemake) robin@robin-VirtualBox:~/repro $ git clone https://github.com/Electrostatics/apbs...