Aditya Puranik

Results 12 issues of Aditya Puranik

As mentioned by user ogiod on discourse [here](https://discourse.julialang.org/t/statistics-functions-on-gpu/42245) we still lack some statistical functions. We still need to implement - [x] `cor` - [x] `cov` - [ ] `median` :...

enhancement
help wanted
good first issue
cuda array

Removes :snake: pygments dependency and adds highlighting similar to base. We can create a different highlighting scheme which should be easy to do but I don't have any ideas about...

Changing init from `__init__() = __init__svg()` to ```julia function __init__() __init__svg() try success(`$(tikzCommand()) -v`) catch global _tikzUseTectonic _tikzUseTectonic = true end end ``` Automatically selects tectonic upon loading. We can...

https://pkg.go.dev/cmdbox-pomo?utm_source=godoc is giving me a 404. ![image](https://user-images.githubusercontent.com/7466364/209148132-b35f7cf8-a344-428a-bd1c-ab6ae12627e4.png)

I don't think it looks too bad. Looks like ![image](https://user-images.githubusercontent.com/7466364/153756373-8efcfca0-ad4b-4aad-b9c1-148d5c9b31f5.png) Using the theme: ```julia @theme CustomTheme Dict( :style => S"bg: f7f3ee; fg: 605b53", :tokens => Dict( TEXT => S"", KEYWORD...

Currently `highlight` only supports `html` & `latex` MIME types which are written to a stream. For other julia projects to use Highlights it would be helpful to implement a `show(x::Highlights.Compiler.Context)`...

enhancement

Solves #44 From the project root run a `mkdocs serve` for a preview. TODO: - [X] Github Pages - ~~[ ] Examples section~~ Mkdocs vanilla is quite powerless. It can't...