Sam Clopton

Results 29 comments of Sam Clopton

Not only does it not default to false (it definitely defaults to true), but passing a boolean results in: ``` NoMethodError: undefined method `[]' for false:FalseClass ``` or ``` NoMethodError:...

The binary is included in the repo, I believe the bug/problem was because of a directory issue which should be fixed now. Let me know if you still have problems...

See your issue above...

The rsense client server wrapper isn't used... The plugin instead runs through the java interface: "java -cp '.:#{RSense.path}/lib/rsense.jar:#{RSense.path}/lib/antlr-runtime-3.2.jar:#{RSense.path}/lib/jruby.jar' org.cx4a.rsense.Main script '--home=#{RSense.path}' --no-prompt --end-mark=END --config=#{File.dirname(**FILE**)}/../.rsense --progress=1" did you try saving a...

Same issue on OSX, nothing in the actual project changed. Edit: Appears it erred because I specified 3.20.4 (which is a valid ember version), but no matching ember-cli version. Would...

Getting the same error over here, after a batch save all of the invoices report an error because `due_date` is blank even though it was saved on the xero side...

IMO looks like a graphql-client issue, since that is where the exception is thrown: ``` Error: graphql-client (0.18.0) lib/graphql/client/query_typename.rb:28:in `add_typename' ``` TL;DR I'm guessing that the version of the `graphql`...

> Hi! Thanks for reporting this. I marked it as an upstream issue (in Ruby LSP), but I'm not fully sure. I'll double-check. > > [@Samsinite](https://github.com/Samsinite) can you please check...

I do want to mention that upgrading to Ruby 3.2 has thankfully solved this issue for me. Still curious why the ruby-lsp extension in VSCode works though and not the...