Bernd Wechner
Bernd Wechner
This was a subtly observation while testing a site I'm building. Here is some python code to demonstrate it: ``` #!/usr/bin/python3 import trueskill mu0 = 25.0 sigma0 = 8.333333333333334 beta...
I have started the research on thus and drafted a well annotated version of the plugin: [owa_db_postgresql.php.txt](https://github.com/Open-Web-Analytics/Open-Web-Analytics/files/4609343/owa_db_postgresql.php.txt) I seek some feedback on the notes therein, have set up a PHP...
I can't assess the purpose of this in the broader context of OWA but during install, if I select postgresql (I'm experimenting with that branch on my repo) then owa_settings.__construct...
I admit loading-bar looks awesome and I'll give it a whir shortly. But I am a great fan of content delivery networks (CDNs) offering better UX (user experience) as a...
With reference to: https://github.com/2gis/Winium.Desktop/wiki/Magic-Samples I have tried the first Python and the first C# sample and neither work. The both essentially hang on the respective lines: ``` Python: window =...
I followed all the instructions, and try to connect, but am presented with this from Google (personal info redacted: ``` Authorization Error Error 403: access_denied The developer hasn’t given you...
I'm playing with `mopidy local scan` and an initial observation is I can't pull progress info out of mopidy any way. Not even with logging set to the `DEBUG` level....
**Describe the bug** Blocks form submission with no feedback. **To Reproduce** 1. Add a markdownfield.models.MarkdownField to a Django model 2. forget to set blank=True (which permits submission of blank fields...
We have `Self(Forward)` which forwards the field's own value. But this is **django**-autocomplete-light and Django supports Formsets. In a Formset, there's a field naming convention (on the id and name...
Currently if you declare a forwarder with `forward.JavaScript` the named handler must be registered on the client side with `yl.registerForwardHandler`. If it is not then when the DAL widget is...