Alexander Seiler

Results 18 comments of Alexander Seiler

> I just don't see the request to https://zattoo.com/token.json in the browser development tools yet, so it may take some time until I find the right tools. Yes, using zattoo...

@alv991 Do you know if this described method also works for `zattoo.com` or this only work for the resellers like `tv.salt.ch`?

Ok great. I currently have only access to a zattoo premium account. If someone can provide me access to a zattoo reseller, I can try to include the necessary changes...

I have tried many things to address this issue and must conclude, that the current solution (writing the results of the multiplication into a dense vector, then pruning it) is...

@dkarrasch I agree, silently returning `opnorm(Array(A))` is not a good solution. But what are Julia's plans to resolve this issue? To resolve this issue in Julia, I assume we would...

Since sparse matrices are part of `stdlib`, shouldn't they be as feature-complete as dense arrays? It is currently possible to solve linear systems `A * x = b` where `A`...

Interesting. I guess having `SparseArrays` in a separate package would make it much easier to add features (like SVD, solving linear systems with an iterative solver (maybe by using something...

Are the failing `GitHub Action` checks my fault? Have I forgotten to add something?