FuZhiyu
FuZhiyu
Hi, I commonly use this great package is to generate a markdown report for data-analysis work. However sometimes I find it too easy to (mistakenly) create a cell. For example...
I'm on an M1 mac mini, with the universal build of Alfred. This workflow doesn't work due to update failure. See below for the log: ``` 15:47:18 workflow.py:2338 INFO checking...
Probably a known issue by the devs but just for the record: ```julia using Metal, BenchmarkTools N = 10_000_000 a = rand(Float32, N) Ma = MtlArray(a) @btime sum($a) # 757.209...
Hi, I've been using this package for a while and would love to acknowledge it in my work. Do you want to create a citation file so we could properly...
Currently the type of many arguments is restricted to be `String`. It seems unhandy, particularly when used together with `LaTeXString`. Why not extend the restriction to be `AbstractString`?
I got lazy again and found the construction of a single quarterly date is a bit tedious (`QuarterlyDate(2020, 1)`). Do you consider adding string literal macros to the package? Here...
See the example below: ```julia df = DataFrame(a = [1, 2, missing], b = [4, 5, 6]) @subset(df, :a .== 1; view = true) # return a SubDataFrame @subset(df, :a...