Rasmus Olsen

Results 6 issues of Rasmus Olsen

I'm experiencing jagged edges of the triangle sliders, which becomes even more obvious with certain configurations (opacity, dimensions) ![image](https://user-images.githubusercontent.com/16404760/177987912-70c47e6d-8633-467c-ac9e-55ed70ef95ff.png) This can be worked around with a simple css change, changing...

Using plotly-graph-card with horizontal-stack causes some weird behavior from the plotly-graph-card. It just keeps resizing from some maximum to some minimum size, over and over again. I found it a...

There seems to be an issue with the implementation of grabbing behavior across several demos, particularly when this behavior is combined with relative movement (dragging an input value). The problem...

Moved grab handling out of `nk_sdl_handle_event` to `nk_sdl_handle_grab`, which is now called outside of the event loop. This change makes the logic similar to the GLFW demos and fixes issues...

uploadtmp_dir appears to be misspelled in php.ini / [nc-datadir.sh](https://github.com/nextcloud/nextcloudpi/blob/f64af68384a359a7c008deb2ef2ab8940f15ba84/bin/ncp/CONFIG/nc-datadir.sh#L138) configuration, it should be upload_tmp_dir according to official [documentation](https://www.php.net/manual/en/ini.core.php#ini.upload-tmp-dir) https://github.com/nextcloud/nextcloudpi/issues/1750 seems to be related

I'm trying to get remote connections working, using the AppImage, I was browsing the source code, and https://github.com/BatchDrake/SigDigger/issues/154 seems to hint, that running "./SigDigger-0.3.0-x86_64-full.AppImage -t suscli" might be a way...