Alex Ryckman Mellnik

Results 13 issues of Alex Ryckman Mellnik

I think https://github.com/tshort/CodeGen.jl/commit/ca90519d3851c31290f06cb30f2316c8accfc828 breaks `irgen` here, will try to take a look in the next few days.

It's not just that I would like to plot a rainbow mess of emoji, but also that this gives us a way to make simple scatter plots with more than...

This is a request to add nested categorical axes. These are often used in "variability charts", examples of which can be seen [here](https://stackoverflow.com/questions/43764586/how-do-i-make-nested-x-labels-like-a-jmp-variability-plot-but-using-ggplot2). There's a few ways this could be...

type: feature

I noticed a few minor issues when looking at the draft website, some (all?) of which are probably common to the previous version. I don't think any are blocking. -...

help wanted
hacktoberfest

I have a `.juliarc.jl` which pushes a folder to `LOAD_PATH`. When I try to `build_executable` a script which uses a package in that folder I get a ``` LoadError("C:\\Users\\amellnik\\Documents\\Julia libraries\\Foo\\src\\build.jl",...

I'm using JDBC.jl with an Oracle 12c database and it looks like a column type that I'm using (TIMESTAMP WITH LOCAL TIMEZONE) is missing from this list: https://github.com/JuliaDatabases/JDBC.jl/blob/master/src/JDBC.jl#L497 I know...

Would it be helpful to include demos or documentation on how to deploy Oxygen APIs to AWS, GCP or similar? I had a similar project that I just deprecated and...

Would it be possible to add a settings page that allows additional domains to be added (like github.company-name.com)?

feature request

It would be good to have a set of examples that are known to work, as well as a list of known issues. We should also vendor some likely Julia...

Would people be open to splitting the js portion into a new repository, converting it to ES6 and adding it to npm? This would simplify the process of using it...