Carlos Parada

Results 396 comments of Carlos Parada

> @ParadaCarleton can you post an example ![image](https://user-images.githubusercontent.com/71727937/123555135-b03f2200-d738-11eb-8330-967b7ab7435f.png) (This is after formatting.)

Worth noting -- a good heuristic that would deal with most cases of macros that have keyword arguments is to check whether there's multiple "assignments" on a single line; if...

Figured it out -- looks like the problem is that VSCode arguments were being overwritten by the blue style guide, and I needed to change the setting to override the...

> so if i understand this right then this option should not be applied within a macro call? Which option? If you're referring to spaces around `=`, then yeah --...

> can you expand a little more I'm not sure what you mean Some people will sometimes write code that assumes an array is indexed `1:length(array)`. For instance, if I'm...

Could we get something like this merged before the start of GSoC projects? I know some students are interested in building a panel data interface, and I think that gets...

I've actually discussed this with Tor in the past, and I'd love to see Turing take advantage of this--ParetoSmooth.jl is often dramatically slowed down by not having a way to...

> It seems the KL divergence is finite and there's even a simpler form, also for the multivariate generalization: https://rpubs.com/FJRubio/DKLtn > > The problem is probably the same as in...

That sounds like a great functionality to have! Would you be willing to make a PR?