Chris Ewald

Results 41 comments of Chris Ewald

In case anyone else comes across this - The following pattern works well enough for me as a workaround for tree-sitter in a derived web-mode. ```elisp (defun typescript-tsx-mode-fix-tree-sitter() (set (make-local-variable...

Quick instructions to play around with this: ``` sh npm install -g cordova git clone https://github.com/vulume/Cordova-DBCamera cordova create dbcamera-test cd dbcamera-test cordova platform add iOS cordova plugin add ../Cordova-DBCamera open...

Sounds great. Btw - I evaluated every IOS camera related cocoapod before deciding that dbcamera was the best so thank you for creating this. Looking forward to see what changes...

Lot's of good changes. The new image cropping bounds are exactly what I wanted. Look's like I'll need to update the Container related code in the plugin. I spent some...

Plugin is working nicely at version 2.0 :-) I ended up making this repo to manage updating https://github.com/mkcode/cocoapod-to-cordova

Thanks for the update. The cordova plugin is up to date with this change. The default grid view is perfect for my use case, but adding a way to easily...

@dalmendray - the plugin title is `com.vulume.cordova.dbcamera`. Hopefully you get it by referencing that. I no longer maintain this project. Feel to use it, but at your own risk.

@danielebogo - Just a note, that I am no longer contributing to this project. Let me know if I can help transition this work in any way.

This project looks dead to me. Not only has there been nothing committed, but no issue or PR comments on many good PRs. @tarjoilija last commit to this project and...

+1. This happens to me as well. Only upon upgrading from rspec 2 to 3 did it start.