Addison Elliott
Addison Elliott
Okay, I'd be happy to accept a PR for fixing the pass by reference option. As for the performance testing, I think having a standalone test option that can run...
😄 The two functions are backwards. Good catch. I'd be happy to submit a PR for this. In the meantime, you can just use `formFile()` function until it's switched So,...
No, there isn't any documentation. I was going to wait and add documentation once this library gained some more popularity/traction. The example given in the README is a good starting...
Looks like I never got around to it: https://github.com/addisonElliott/pypdn/blob/master/pypdn/reader.py#L11 Sorry. Hopefully some of the infrastructure is in place for writing PDN files that you could figure something out. As always,...
Are you still having this problem? When you set that to false, you have to hit the reload button to refresh. If the reload button is disabled, it should automatically...
Most things in VS Code can already be assigned a keyboard shortcut. If you have a script you want to execute on keyboard shortcut, then you can create tasks in...
There is a `removeOnCompleted` & `removeOnFailed` option for each job that will allow removing once the job is complete or failed. This should work in doing what needs to be...
I believe I am experiencing a similar issue with scrollViewDidEndDeceleration. The responds function is called and returns true but forwardingTarget is not called! Upon further testing, UITableView.respondsTo(selector: aSelector) for the...
👍 Same issue here when running example. To add to this, here is the text that is reported in the debug view: ``` LOADED FONTS CANCEL!! CANCEL!! CANCEL!! 2018-06-12 10:55:44.159354-0500...
Unable to identify bug but I did write a unit test for this issue. ```