Joachim Durchholz

Results 50 comments of Joachim Durchholz
trafficstars

@yanxurui the stolen login does not allow the attacker to login, they'd need a session id or a login password. User id's are generally not considered secrets. They show up...

Anybody please feel free to take over and do as you wish. The project I needed this for and me have parted ways, meaning my feedback wouldn't be very useful...

No need to apologize, I know such things happen :-) I just meant to give a heads-up that everybody please feel free to continue as is best for them, and...

It should be public if both apply: - There is no expectation that the API changes as the library evolves (in this case, that it doesn't change unless the data...

Not wanting to argue that the decision is already made... but making a constructor public isn't going to break any existing code, is it?

> Also, I'm not too sure about how to fix the Artifactory user agent issue, any clue what might be the cause? It's probably not the user agent but some...

Hopefully Maven Central will accept HTTP, otherwise the approval should be fast. This initial approval is typically pretty fast otherwise, it merely checks that you own the domain so that...

This has been sitting unreviewed for 10 days. Sinking a few hours into an update and not getting feedback is unrewarding. Starting work on something and having to shelve it...

`transpose` is different from `Transpose`! We have `transpose` from `sympy.functions.elementary.complexes.transpose`, callable as `transpose(foo)`. And we have `Transpose` from `sympy.matrices.expressions.transpose` (yeah the module name is confusable with the `transpose` class/function), callable...

Here's my current thinking: Colin is getting complex `transpose`. Which obviously isn't smart enough to deal with a `MatrixExpr` in a sensible way, and that's the core of the problem....