cossio
cossio
A workaround is to (also) import the module with its original name. ``` using BSON import LinearAlgebra as LA import LinearAlgebra # we can still refer to LinearAlgebra as LA...
If I do this: ``` using BSON import LinearAlgebra as LA e = LA.eigen(randn(5,5)) BSON.@save "temp.bson" e ``` And then, on a fresh Julia session: ``` using BSON import LinearAlgebra...
``` julia> import LinearAlgebra as LA julia> fullname(LA) (:LinearAlgebra,) ``` I think we can use that, right?
If someone can point out where the relevant code is I can take a look and try to put up a PR using `fullname` as above.
Bump. This would be nice to have.
In case anyone else needs sequence logos from Julia, I made a very basic package: https://github.com/cossio/SequenceLogos.jl
I have no idea how to do it.
This would be very helpful
> The RTC work is ongoing and being tracked in #5382. Adding the server side model is an extra step after that groundwork is laid. Awesome! Looking so much forward...
Now that RTC was released, are there any updates on this issue?