hustf

Results 86 comments of hustf

Bump, I believe the ArnoldiMethod v0.1 requirement may be causing hard-to-trace version suppression when using DiffEqBase.

@aviks ; we briefly talked at Juliacon about this. The [asyncronous majordomo](http://zguide.zeromq.org/page:all#Asynchronous-Majordomo-Pattern) pattern is touted as a very robust solution. For stepwise building and testing of a system, it is...

I don't think that enables us to open new processes "by ourselves", e.g. on another computer, and then connect. Which is nice for control freaks or for understanding. I was...

I put a lenient parser [here](https://github.com/hustf/MechanicalUnits.jl/blob/master/src/parse.jl). This uses an unregistered fork of Unitful, but should be easily adaptable. It's lenient with regards to space or no space between number and...

...also lenient with regards to brackets. It's used for parsing output from proprietary applications with various formats. ``` julia> # When parsing text file, spaces as multipliers and brackets are...

I too really hope we can find a solution to this which works on all operating systems, but ASCII is unnecessarily restrictive. Your proposal also has the disadvantage of exporting...

ยดยดยด julia> using LinearAlgebra julia> det(B) -14.351046206338994mโต ยดยดยด I'm not a matematician, but when a square, non-dimensionless matrix has a non-zero determinant like this, I believe the inverse always exist....

I get the same message when trying GTK out on OSX. Googling reveals 2+ approaches for a fix, both of which causes potential issues: Either: sudo apt-get install language-pack-XX-base, or...

Very few people use win32 nowadays. Win64 is fast now. But we might try and see if processor optimizations has benefits on win64. I will try to compile the libraries...

GTK may have worked fine on windows at one time, but I have been trying it out now and then since mid 2015 and always gave up. Tests pass most...