Mathijs Bakker

Results 46 comments of Mathijs Bakker

Hi! I don't get any test output when running the nvim-qt.app This is what I did: ```sh > gh pr checkout 797 > mkdir build > cd build > cmake...

@jgehrig Confirmed. The debug build has the **correct** scrolling behavior!

Yeah the test result output could be slicker. Here a dump from my end: ``` Scheduling: /Users/MateoPanadero/Repositories/factorsharp.nvim/lua/spec/solution_spec.lua ======================================== Testing: @/Users/MateoPanadero/Repositories/factorsharp.nvim/lua/spec/solution_spec.lua Fail || (get_parent_directory_path(path)) : Returns the path to the parent...

This is actual plugin behavior. I didn't do anything to it. It's just how it shows up on my end (MacOS). --- In case of running the testfile itself -...

I'm currently addressing this... will submit a pr when ready.

the wtf-rate is high on this one XD will take a while

I've resolved and passed the initial issue. But that's not enough for my ideas. Want to achieve the output like Busted: Which _shouldn't_ (read: I expect to not) be a...

Ok, I have most things running... Which means the visual dots... And the failure and error output. Just like 'vanilla' Busted. I will do a 'draft' tomorrow. --- @Conni2461 What's...

### DI Best practices: When it comes to applying DI, asynchronous programming should not be an issue. As the construction of object graphs should always be fast, should never depend...

Yes, it should be current release. I think it would be best if the semver is automated. As it's easy to forget to do this manually. Need to check if...