Tyler Beason

Results 58 comments of Tyler Beason

Any updates or thoughts here? Preferably would support the same set of tables that Pandoc does https://pandoc.org/MANUAL%202.html#tables

Same thing. Hmm. I do not recall having these problems when I interrupt other things at REPL.

Just to update here. I've been using Windows Powershell as my default in Windows Terminal and still have this issue. So perhaps it is related to Windows Terminal and not...

I'm also looking for this functionality. Asked for exactly this in Slack and was directed here

Would be interesting to have a DataFramesSQL.jl package that just adds this syntax among other SQL clauses. I tend to find it too verbose for typical use-cases, but there are...

After also reading #581 I think this issue could be better summarized as saying that in general the type signatures of most of the functions in StatsBase should be relaxed.

Just as an update here, I found the above to not be working (perhaps it did when posted). Here is what I found to work: ```julia function autodiff(fn) # adapted...

The problem is really not the colors. It is the number of lines. My suggestion: plot everything as a ratio to LoopVectorization. The other lines are just there as a...

I'm going to bump this thread. In addition to `pdf`, shouldn't other functions like `mean`, `std`, `quantile`, `cdf`, etc... be supported as well?

The thing that seems difficult to adapt into the existing code base is that the existing implementations only have one observable (returns). Long term, I think you are right that...