alecloudenback

Results 79 comments of alecloudenback

Related question though: Using the form `` element causes the variable not to bind: ![image](https://user-images.githubusercontent.com/711879/92393448-8b17ef00-f0e5-11ea-94e8-84682147f14b.png) But this works: ![image](https://user-images.githubusercontent.com/711879/92393361-66237c00-f0e5-11ea-9002-7632948c67e5.png) Should the former work?

Similar issue here: https://github.com/JunoLab/atom-julia-client/issues/153

> I'm not sure if it will fix the issue but I don't think the package is supposed to overload `promote_type`. Instead, I believe we should define `promote_rule`. `promote_type` doesn't...

I think the updates are good to be reviewed now. I'm not sure if the CI is still functional; I tried to add a github actions version but it didn't...

@aviks edits have been resolved (I'm not sure if you get notified when I do that)

I would maybe phrase it more generally: ie that if your git installation or remote requires special configuration or authentication, then try using CLI git instead of bundled.

I don't know the full history, but if git started being bundled with Julia because CLI git had issues, that suggests there's some solid reason for having bundled git. I...

My preference as a very light user would be that the top [n] datasets covering the most common datasets used (e.g. penguins, iris, etc) are included. And that the package...

I got it working by manually inserting the hljs script, i.e. adapting this function to be: ```julia "Add a link to the notebook at the bottom of each tutorial." function...

When I first saw that there were no possible errors listed, I thought "there's no way I don't have any issues with my code" 😆