Fausto Núñez Alberro
Fausto Núñez Alberro
With this snippet: ```vim let g:test#javascript#runner = "jest" function UltestSetRoot(file_name) let g:test#project_root = join((split(a:file_name, "/"))[0:1], "/") endfunction let g:ultest_pre_run = "UltestSetRoot" ``` I get this when trying to run `Ultest`:...
_Without_ the snippet and only this as my config: ```vim let g:test#javascript#runner = "jest" ``` The tests seem to run when running `Ultest`:  However, when running `UltestNearest`, a different...
 That's a `:` character. All the tests fail with that output. Here's my config: ```vim let g:test#javascript#runner = "jest" function UltestSetRoot(file_name) let g:test#project_root = join((split(a:file_name, "/"))[0:1], "/") endfunction let...
Without `g:ultest_pre_run` Python works just fine. TypeScript goes back to the "tis not JavaScript" problem, but funnily enough a full run with `Ultest` passes all the tests (even if some...
Would love to help implementing this if @copy can provide initial instructions/context! Also need it for my project.
I'm trying to make some progress with the problem of implementing nested scopes in my own programming language as a learning project. If you're interested in joining the discussion, here...
I'm wondering if it's these lines running: https://github.com/elementary/wingpanel/blob/master/wingpanel-interface/Utils.vala#L58-L60
> Just to add that this only applies if your primary monitor is on the left. This issue doesn't seem to occur if you set your primary monitor on the...
I believe this is a duplicate of https://github.com/elementary/wingpanel/issues/358
I can upload and link the coredump if needed.