Ashwani Rathee
Ashwani Rathee
I won't say it doesn't work because I used it today to makes its documentation  But there is something buggy about how it works. The issue you mentioned above...
It's the issue with the recursive version and need better iterative solution or better checks in current one. Can you help fixing, it's great excercise to get comfortable with this...
Hey @ianshmean @yakir12 ,has there been any progress on this task from your side?? https://github.com/ianshmean/BasicTextRender.jl is pretty good actually
I would like to work on this if that's okay
I think Ian Butterworth's solution in BasicTextRender.jl uses proper bitmap fonts method only,Luxor.jl uses Cairo toy text Text API This should be interesting to explore https://learnopengl.com/In-Practice/Text-Rendering I would kind of...
I have read through the StructArrays docs, PR changes and review comments and have a basic idea of what we are generally trying to do, should I continue on this...
Let me review this today, we should have this soon
Give me 2-3 days time, I'll review and we can get a new version asap
> I was always confused that `Point(x, y)` represents `(second_dim, first_dim)` We can file an issue for further discussion on whether we should change this. Yeah,I had quite a lot...
Isn't that the intended behavior? Since what boundary fill does is to avoid a particular color and fill everything else, and when there are no boundaries it fills everything. Do...