Results 6 issues of juxeii

In the term `std::optional`, I mark `BandList` and hit _Go to Definition_. I would expect that this jumps to `types::nr_rrc::BandList`, but it jumps to `std::optional`. Do I miss something here?

enhancement

Hi, maybe this is a missing feature, or I do not know how to use `attachTransport`. Snippet: ``` import { Logger, ILogObj } from "tslog"; const logger: Logger = new...

enhancement

Hi, I have this `.nvim.lua` local project file: ``` local configs = require 'nvim_lsp/configs' configs.clangd = { cmd = { "clangd", "--pretty", "--header-insertion=iwyu", "--background-index", "-j=40", "--pch-storage=memory", "--clang-tidy", "--compile-commands-dir=build" }, }...

All implementations of `or_else` in the case of an optional with a reference return `optional`. I ran into an issue with that, and when changing all signatures to `optional` it...

Hi, I wonder what would be the fastest way on removing the error-prone * and -> operators for direct value access? Towards a more monadic implementation I do not want...

Total beginner here. Does v3 support linux coredumps?