Stefan Krastanov

Results 230 issues of Stefan Krastanov
trafficstars

I am filing this issue because this library: - does not work in Arch Linux with the arch-provided ROCM - but it works fine in the official Ubuntu docker container...

I have the following markdown page: ``` landing = App() do content = md""" - this should - be a normal - bullet list """ return DOM.div(JSServe.MarkdownCSS, JSServe.Styling, content) end;...

A number of packages in the ecosystem run benchmarks are part of pull request tests, e.g. https://github.com/aviatesk/JET.jl/blob/master/.github/workflows/benchmark.yml https://github.com/aviatesk/JET.jl/blob/master/.github/workflows/benchmark-comment.yml

A number of packages in the ecosystem have Invalidation tracking in their CI, e.g. https://github.com/SciML/SciMLBase.jl/blob/master/.github/workflows/Invalidations.yml

Edit: Ghostscript is now packaged and `convert file.pdf file.png` works on most platforms. Original Message: I was pleased to see that `convert` from `ImageMagic_jll` is so easy to use from...

I have some generic code looking like this: ``` embed(SpinBasis(1//2)^n, i, gate) ``` that occasionally at runtime ends up being `embed(SpinBasis(1//2), i, gate)` which fails. `embed` expects a composite basis...

enhancement
good first issue

# TODO - [x] enough broadcasting for `StateVectors` and `Schroedinger` equations to work naively with `OrdinaryDiffEq` - [x] same for density matrices and Lindblad - [ ] same for simple...

Aqua started detecting this recently, not sure what caused it to appear only now. I will go ahead and fix it. ``` Possible type-piracy detected: [4] copyto!(A::T, B::T) where T

And that it is better to use `identityoperator(basis(::DenseOperator))`. Maybe down the line consider changing that convention. The reason of the convention is that we are mimicking `Base.one`, but that leads...

documentation
good first issue

Since 0.4 we have `Eye+sparse=dense`. We should keep the sparsity in situations like this. Regression reported over slack by Satya Bade: > Hi Stefan, Thanks, I think the problem is...