Zakarya

Results 7 issues of Zakarya

This might be more of a requested feature, but I would like to be able to have multiple projects open at once (for example I want to be able to...

In lib/lua/src/lua/liblua.cr:62:65 62 | fun pushlstring = lua_pushlstring(l : State, s : LibC::Char*, l : LibC::SizeT) : LibC::Char* Error: duplicated fun parameter name: l I got this error when trying...

### Pitch I would like a setting that makes it so my self replies aren't shown as part of the post. For the kind of posts and replies that I...

suggestion

### Steps to reproduce the problem 1.Go to an account 2.Click on "posts" 3.Click on "posts and replies" 4.Notice that there are replies on both of them ### Expected behaviour...

bug

I'm using Xmonad, and when I have only one window on a screen, the window is still rounded causing my background to leak through the corners. Is there something I...

## I'm submitting a… [x] Bug [ ] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Current Behavior Windows that are web browsers (like...

bug
missing-log
4.22

When you request `"webgl2"` from a canvas (`canvas.getContext("webgl2")`) it returns a `null` object. (see line 53 of `src/webgl/canvas.ts`). ThreeJS no longer supports WebGL 1 as of version r163. As of...