Keenahn Tiberius Jung

Results 6 comments of Keenahn Tiberius Jung

Hey @zxqfl, love TabNine. I tried your fix in https://github.com/zxqfl/tabnine-sublime/issues/11#issuecomment-437834398 but it didn't work for me. ``` command: insert_best_completion {"default": "\t", "exact": false} plugin rewritten command: tab_nine_substitute ``` In my...

Hi, sorry to bring up a necro thread. Is there any progress on this issue, perhaps in someone else's fork? It's pretty annoying to just call e.g. `AlphaNumeric` to force...

I imagine it's because Dropbox has completely removed their v1 API endpoints on 9/28 https://blogs.dropbox.com/developers/2017/06/updated-api-v1-deprecation-timeline/

blogit (0.8.0) rails (3.2.17) I tried removing everything from my routes file except for that, and it did the same thing.

``` blogit /blog Blogit::Engine ... Routes for Blogit::Engine: /posts/page/:page(.:format) blogit/posts#index tagged_blog_posts /posts/tagged/:tag(.:format) blogit/posts#tagged post_comments POST /posts/:post_id/comments(.:format) blogit/comments#create post_comment DELETE /posts/:post_id/comments/:id(.:format) blogit/comments#destroy posts GET /posts(.:format) blogit/posts#index POST /posts(.:format) blogit/posts#create new_post GET...

Also I notice that you're shipping with compiled `.pyc` files for core and engine. Would you consider releasing the source files for this? I'd love to take a look :)