Andreas Lutro
Andreas Lutro
Yeah I never got around to editorconfig or anything like that. My editors adapt to the project style automatically so I more or less assume that others do the same....
Maybe this particular change should be put in a separate pull request. I think it's a somewhat difficult question and a breaking change, and I would like to merge your...
Hey, if you want to give it a shot please do! I'd be happy to try and give guidance - though I haven't worked with this library in years now,...
No, just haven't worked with PHP for 2-3 years now.
Nevertheless, this never happened before I installed Anaconda, and it stops happening when I disable the package. In case there's a weird combination of packages causing the issue, you can...
That seems quite easy, I'll give it a shot. What do you think of the idea to make such a function part of this library's API? It can't be a...
PR coming. There's one place where a non-trivial change has to be made - `Parameters.interpolate` uses `.iteritems().next()` and some weirdness where it removes items from the dictionary while iterating. I...
Seems fine to change this, since PHP 5 is no longer supported. Would you mind opening a PR?
More difficult to implement in a reliable way than assumed. Put on hold temporarily
This adds some unnecessary overhead and complexity. Putting on hold.