Carl Mueller-Roemer
Carl Mueller-Roemer
When running cargo-call-stack --help I get informed that there are some features that can be activated, but not which ones. It would be helpful if these were listed.
I'm not sure if this is feasible, but since this project uses the LLVM output in the .stack-size section of the ELF binary, is there any technical reason why this...
OpenGL seems to be a bit problematic with my nvidia graphics card. Also I don't need a live view of the profiling. I would like to be able to just...
I'm getting an error trying to install orbit. It says I need CMake 3.12 but the system CMake is 3.10.2. On Ubuntu 18.04 this is the only version of CMake...
E.g. installing in nix-shell you have gcc version 10, but not gcc-10 or g++-10 available. I'm trying to install in nix-shell, because the installer doesn't accept the Ubuntu 18.04. cmake...
If you have XXX as a TODO then the XXX in XXXL will get highlighted. Ideally the extension should look for word boundaries and only highlight whole words.
I'm assuming since the release 1.1.0 is already available, that we shouldn't decide between master and 1.0.0 but rather master and 1.1.0.
When executing `gradlew` I get plenty of warnings, such as: ```shell asciidoctor: WARNING: image to embed not found or not readable: /docToolchain/src/docs/images/ea/Manual/htmlSanityCheck.png ``` These images seem to all exist, but...
This was already mentioned in #262 and #267, but I think an issue is needed so that it's clear what's the problem here. The guide should contain information on how...
```vim let lh#local_vimrc#lists().whitelist =... ``` results in E121: Undefined variable: lh#local_vimrc#lists ```vim let g:local_vimrc_options.whitelist =... ``` Results in E121: Undefined variable: g:local_vimrc_options ```vim call lh#local_vimrc#munge('whitelist', ...) ``` Results in E117:...