Dušan Maliarik

Results 33 issues of Dušan Maliarik

It seems quite complicated to make login (using auto_register) work without forcing user to enter a password. I won't do any hacks as of not validating/requiring password fields, since those...

This only happens in 2.0 branch.

Bug

``` !➜ ~/W/T/bizzi (mstr/*10) opam pin add eq https://github.com/jonase/eq.git [NOTE] Package eq is already git-pinned to https://github.com/jonase/eq.git. This will erase any previous custom definition. Proceed ? [Y/n] y [eq] https://github.com/jonase/eq.git...

Would it be useful to include versions of `vec3.transformMat4` and friends, that operate over array of vectors? Ie. one big array containing many vectors (a matrix). I'm often implementing this...

feature-request

I'm trying to get polybar play nicely with hot plugging/unplugging 2nd monitor in i3(-gaps) and autorandr. So when I connect it, i3 creates new workspace there. That workspace is empty...

bug
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you tried the latest build? - [X] I have tried the latest...

bug
linux

Looking at the source, and verified in practice, min/mag filters and other texture options are ignored when creating a cubemap, therefore linear filtering for a cubemap is impossible in regl.

``` @permission_classes([IsAuthenticated|ReadOnly]) ``` The above snippet doesn't work because the operator doesn't return `permissions.BasePermission` object. It returns `permissions.OperandHolder`. So the stub should be allowing for this type to be in...

bug

I would like to open a discussion about this. Preact is much simpler, with easier licensing, and way smaller in size, with mostly compatible API. https://preactjs.com/ As of the ES6...

enhancement

After enabling tree-sitter-hl-mode, the latency of typing and cursor movement is taking a big noticable hit. My impression before installing emacs-tree-sitter was that the latency is acutally going down. That...

more-information-needed