Paul Williamson
Paul Williamson
As noted in https://github.com/kgellci/Area51/pull/83#issuecomment-468377696 it may be useful for someone to setup [Danger](https://danger.systems/swift/). This would automate the initial QA of a Pull Request. It's easy to forget things sometimes, so...
In Vim, there is an option for `set scrolloff=X`, which keeps your cursor `X` lines off the bottom of the screen. I explored this as a solution for [#11](https://github.com/XVimProject/XVim2/issues/11), but...
Using the latest `develop` commit ( ec3f7ebcfde4fe48ff09d0557b0a1d729ab310f9 ), undo seems to behave strangely. It seems to undo too much. For example, on `master`, undo reverts the auto completion of an...
I've just found this plugin, and when initially setup I wasn't entirely sure what the 'fork' button would do. It's clear that it clones the repository and optionally updates the...
I have an issue where the syntax colouring isn't working for me using `vim-json`. If i `:setf javascript` it colours, albeit unhelpfully, but when I switch back to json it...
Theres probably not a lot that can be done about this, but I'll report it all the same. If I have a visual block and choose to reindent using `=`,...
After updating to 4.3.0 or higher, we noticed that our startup animation handles flip transitions incorrectly. Running `git bisect` against the example project leads us to believe [this PR](https://github.com/airbnb/lottie-ios/pull/2067) introduced...
**Describe the bug 🐛** Originally reported in [`algoliasearch-client-swift`](https://github.com/algolia/algoliasearch-client-swift/issues/854) but it feels more relevant here. Feel free to close that issue if you like. One of `instantsearch-ios` dependencies has introduced a...
When I try and run the package I get the following error: ``` $ node bricklink-helper.js --in /Users/pi/Downloads/lddcreation\ \(2\).lxf --out orders.csv --cache cache.json Reading parts availability from cache... *** WARNING...
There was a typo with loading .lxf files. Fixes #10.