Antti S. Lankila
Antti S. Lankila
# 🐛 Bug Report I have a HTML table component that works a lot like your run of the mill datatable, basically something like `console.table(array_of_objects)` but with flexible column setup,...
I was struggling for some days with the problem that under heavy load, mod_tile seemed to not return a tile promptly to waiting http client connection. The tile was in...
Rendering appears to produce a color value in linear light representation. This value is converted for display without accounting for the fact that display color space is nonlinear. The effect...
**I'm submitting a bug report** Note: this is really a request for clarification of documentation. * **Library Version:** 2.1.2, project skeleton as created by aurelia-cli 0.33.0 **Please tell us about...
- Setting a default value for preference in res/xml doesn't work. I think inserting this call into PlayerActivity's onCreate() will fix it: ``` PreferenceManager.setDefaultValues(this, R.layout.preferences, false); ``` The reason the...
Hello, I have a repository which represents a work in progress that I started yesterday. https://github.com/alankila/easyeffects/ It implements a new DSP effect as a processor in easyeffects called Localization Cue...