Sami Sieranoja

Results 3 issues of Sami Sieranoja

Hi. Could you remove "protected" from raw_array? I need the diff output in machine readable format (rather than display to user), and raw_array seems the most usable format. My use...

Following instructions from here: https://phpactor.readthedocs.io/en/master/lsp/sublime.html And opening a new php file, I get error: phpactor: In PhpactorDispatcherFactory.php line 126: phpactor: phpactor: Phpactor Language Server must be initialized with a root...

problem

I get a segfault when running the following code: ``` #!/usr/bin/env ruby require "gtk4" require "trie" t = Trie.new ``` If I remove "require "gtk4", then it works fine. Not...