Lennart Rittel

Results 11 comments of Lennart Rittel

As a new user to herbstluft who misses key chords a lot, here are my $0.02: There are two different suggestions here: 1. key chords like in vim or emacs:...

Vim quitting when the repl is the only remaining window after closing all other windows is intended behavior. This is triggered by the `BufEnter` event which also fires when you...

This plugin looks awesome, so I've started working on adding neovim support over on [my fork](https://github.com/rittelle/vim-repl/tree/neovim-support) . @DavidEGx’s code was a good starting point :+1: Opening a REPL and sending...

In this code fragment, the executable and library targets are created: https://github.com/corrosion-rs/corrosion/blob/f6d2ab78b79a62a5e60b9d68cd6896a529028143/cmake/CorrosionGenerator.cmake#L58-L91 My guess is that both marked paths are triggered when a crate contains both a library and an...

Sorry for the late response. > Hi, Thanks for the report. > > > Is it possible to append a -bin suffix to the executable target and/or a -lib suffix...

This also happened to me on version 6.2.0 (from the Arch repositories), but without using any references. Here is a (sort of) minimal example that results in empty schemas: ```yaml...

And I did some further testing. The example above is broken in version 6.0.1 but works in 6.0.0. So it seems to be a regression in version 6.0.1. Both version...

@hlissner I finally got around to look into this again. The documentation is still far away from being complete, but more is better, I guess? What can be done to...

I ran into the same issue and noticed that the argument is ignored only if no value is given: - `--mathjax` is silently ignored - `--mathjax=` is used as expected...

Generators like [openapi generator](https://github.com/OpenAPITools/openapi-generator) or [autorest](https://github.com/Azure/autorest) seem to be a good thing to consider. But I haven't been able to make either of them work with the Mattermost openapi spec,...