Jon Kinney

Results 31 comments of Jon Kinney

@awlamb Are you tasked with adding a dynamic document to an already existing envelope? Or creating a dynamic document to attach to a new envelope? The `document_id` is just a...

Are you able to create a temp file to feed in? Even on Heroku with an ephemeral file system, I'm pretty sure you can count on the temp file being...

I haven't thought about it yet, no. What features would you be looking for at the gem level for rate limiting? Is it primarily to provide a better error to...

Agreed @jleecbd. This is the default setup I use for `application.js` now: ```js // This is a manifest file that'll be compiled into application.js, which will include all the files...

Checking for `connected?` proved problematic 👇 ``` [1] pry(main)> User.organizers NoMethodError: undefined method `organizers' for User (call 'User.connection' to establish a connection):Class from /Users/jon/.rvm/gems/ruby-2.5.1@headway_rails_template/gems/activerecord-5.2.1/lib/active_record/dynamic_matchers.rb:22:in `method_missing' ``` However, I was able...

Seeing the same issue. Neither hitting "i" nor "v" did anything. You have to restart TM to get any control back. Version 1.5.10 (1631) TextMateVim: 0.2

Thanks for the hints @iovis9 and @halftan. I did already run the solargraph-utils install through pip. Should something from that install be accessible on my path for me to test...

@halftan a ha! I had to do `pip3 install solargraph-utils.py --user`. Thanks for that. The error is gone in both Vim 8.1 and neovim now. 👍 So now if I...

@halftan do you have a working ruby setup I can reference? Here's what I have so far related to deoplete and js and ruby. It's hard to find docs to...

I'm unable to install with the `--HEAD` flag as well. And 3.6.2 has this same `unsigned` error for me. I ended up editing the mysql dump file to remove `unsigned`...