Enrico Guiraud
Enrico Guiraud
Another valid usecase is executing a command from history, e.g. after selecting it from a list with fzf: ``` (history | fzf) ```
Thank you @Fxzzi ! I should have mentioned that the module _works_ (although only for pacman packages, AUR updates are not included unlike in your config). But I'd rather not...
I think a helper function `MakeBlockedRange(start, end, nChunks)` that returns e.g. a `std::vector` or a `std::vector` would do the job. With that you can write: ```cpp auto do = []...
> Failure to meet that signature leads to an explosion of template instantiation failures with gcc. We should have better SFINAE code that provides clearer errors > Show how to...
> for those that get here and aren't on the bazel slack, the temporary workaround is the flag `--noincompatible_sandbox_hermetic_tmp` for the record, the slightly less scary `--sandbox_add_mount_pair=/tmp` also seems to...
Same problem here, arch linux, twmnd installed from AUR. This is the relevant part of the output of `journalctl -b --user-unit twmnd`: ``` Jun 20 23:53:40 marvin systemd[571]: twmnd.service: Main...
thank you. this should definitely be specified in the readme though
Hi, afaict the README still suggests to build templight against the "latest" clang. This is bound to break at some point in the future, isn't it?
This should really be reopened: afaict there is still no good way to generate a compile_commands.json that does not contain non-existing virtual_include paths to third-party dependency headers.
@bazelbuild/triage gentle ping