Kurt Werle

Results 35 comments of Kurt Werle

Really, though, the question is: why would you want to? It seems like it'd be pretty easy to disable a rule if you wanted - just by making it depend...

The way I've been doing this sort of thing is like: ``` object_list.each do |one_object| engine

Guh. Did I not just leave a comment? This worked even less for me: ``` ➜ ~ docker run -it ruby bash root@6a1c331bcfaf:/# export TREE_SITTER_PARSER_DIR=/tree-sitter root@6a1c331bcfaf:/# mkdir /tree-sitter root@6a1c331bcfaf:/# gem...

Doh! Still - same result: ``` irb(main):005:0> document = TreeSitter::Document.new('a + b * 5', language: 'tree_sitter_python') Traceback (most recent call last): 4: from /usr/local/bin/irb:11:in `' 3: from (irb):5 2: from...

When I use a gem I expect it to 'just work'. The following trivial project doesn't work, and it seems like it should: https://github.com/kwerle/tree-sitter-project

Hey - I totally get it! In fact, this is a blocker for https://github.com/kwerle/ide-ruby/issues/16 And it's not blocking ide-ruby at all - this is just an alternative to the native...

> culd u make a new one the one you sent is blocked please i loved this what went wrong If https://nip.io/ is blocked for you I don't know how...

It turns out that raise 4 specifies a version of tzinfo. I'm guessing that rails 3 does not. So this isn't a problem for much of anyone - unless they...

And maybe also update it to activesupport 4-6...

``` cdd@155ed18ffbc6:/tmp/src$ rubocop -c /tmp/empty test.rb Inspecting 1 file C Offenses: test.rb:1:1: C: [Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment. render_missing if (request.path =~ /portal/) && !current_user.public_access? ^ test.rb:1:5: C:...