Mo Bitar

Results 124 comments of Mo Bitar

This issue does affect PicoCMS, too. It would be nice to fix it. Thanks!

@SmiteshP Thank you for this awesome package! Is it possible to add support for Julia? I did take a look at how to add a language, but it is not...

This is related to this issue: https://codeberg.org/unfa/Liblast/issues/169 There is no freezing any more after updating to the latest nightly build, but a crash instead :O

Makie v0.16.1 GLMakie v0.5.0 This version just came out two days ago and the issue is still not solved https://github.com/JuliaPlots/Makie.jl/issues/1543. I also use AMD integrated graphics. Blaming the driver sounds...

I am sorry, I am not trying to blame you @SimonDanisch . I would just like to help. Hardware access is difficult. I could run tests and provide you with...

> I guess my question is, how is `lines` using the driver that `linesegments` isn't? And are there other plot commands that we should test that are similar to `lines`?...

`lines([1, 2], [1, 2])` does also work fine. But `lines([1, 2, 3], [1, 2, 3])` does only show the segment from `(1, 1)` to `(2, 2)`. The question is, what...

@imyxh you are right! Example: ```julia x = 1:200 lines(x, x) ``` This code shows only segments starting with the points `(1, 1)`, `(65, 65)`, `(129, 129)` etc.

I could ~open an issue on the kernel repo~ take a look at the instructions here https://www.kernel.org/doc/html/latest/admin-guide/reporting-issues.html to report an issue, but what would I write there? @SimonDanisch It would...

I did what you said and changed `isvalid[4]` to `bool[](true, true, true, true)`, but this did not change anything. I did close the window and rerun the command every time...