Nathan Monfils
Nathan Monfils
### Describe the bug Hi, My code sometimes deadlocks when `ep.libHandleEvents()` is called while another thread is already handling `Call::getInfo()`. This seems to only happen when a call is initiated...
[updated] trim empty objects to allow correct validation of optional objects with mandatory fields
### Reasons for making this change This is a rebase and fix of #1228, which is stale. See also #675, #682 I've kept the change exactly the same (trusting @numical's...
## The problem: Using JQuery to load the `Datamaps` (as described in the readme): ```javascript var map = $("#container").datamaps({ responsive: true }); $(window).on('resize', function() { map.resize(); }); ``` The map...
Hi! I've been tinkering with this driver to try to get my TMX Force Feedback to initialize. Here are my findings: 1. As expected, the TMX requires a two-step initialization...
## Basic info **Project name**: helmfile **Project link**: https://github.com/helmfile/helmfile ## Qualifications [ZeroVer](https://zerover.org)'s patent-pending zero-based versioning scheme can obviously be used by everyone, but not every usage is necessarily notable. Check...
Hi, Looking at the [API Documentation](http://seb.dbzteam.org/pyinotify/), one could assume that `WatchManager.del_watch` does the same job as `WatchManager.rm_watch`, when in fact the former only deletes the watch manager's internal reference while...
```plain Error determining zone identifier for .: 404 Client Error: NOT FOUND for url: http:///api/v1/servers/localhost/zones/.. ``` See #18 This is the error I got and this fixes. Of course this...
Hi! Version 1.2.0 of funkwhale bundles a new version of celery, which moves the `-f ` argument to the sub-command rather than making it a global argument. My funkwhale wouldn't...
Right now, the test suite is quite lacking, and we should seriously consider completing it.
This would make it much easier to reuse code written for Pebble's app store. We also need to grab all the per-device variants, because apparently descriptions, header images and whatnot...