Danilo

Results 15 comments of Danilo

> I'd like to have a true integer convolution, but while we don't have it, being honest and returning floats seems better than rounding. So generally in favor, unless someone...

I'm facing a similar issue and haven't found a conclusion in this thread. After issuing `@require`, can I do `using ` and then include the appropriate source files which `use`...

I'll add to this report with my 1.6.0 thoughts on FFXIII-2 playing on Linux+SteamPlay+Proton and D9VK. The menus are really smooth. The videos seem to be locked at 30fps (probably...

There's an example at ZipFile.jl (https://github.com/fhs/ZipFile.jl/blob/master/src/ZipFile.jl), but it's still frustrating that no documentation exists.

This issue doesn't seem to be properly fixed yet. Can it be solved by Julia? We have [LaTeXStrings.jl](https://github.com/stevengj/LaTeXStrings.jl), since Remark.jl can plot using Plots, could we show these math bits...

OK, but tags are implicitly defined in this package as dictionary tags. The TOML specification is language agnostic, but the way we have to organize variables in Julia to write...

Yes. And also the fact that the sample data given in Julia's Docs ```toml [database] server = "192.168.1.1" ports = [ 8001, 8001, 8002 ] ``` Cannot be reproduced by...

Yes, it's in that sense. TOML has comments, tags and key-value pairs (something = "value"). The "names-age" example in the Julia docs covers key-value pairs. I feel it lacks documentation...

I think it's a bit unfortunate that the package is called FixedPointNumbers, but focuses on image processing. I had a problem a long time ago where I used an `entropy`...

Thanks for the input! My major problem with using this package (which, don't get me wrong, I find very useful) is that I can't do things like ` x =...