Tobias Grosser

Results 11 issues of Tobias Grosser

It would be really nice to optionally have fuzzy completion for clang_complete. This means, for this completion HairObject.Bl ^ completion triggered here The following options shown should be: HairObject.isBlue() .isBlond()...

clang is pretty good in suggesting the right fixes for some typos. The best example is a missing ";". It would be great if it is possible to apply the...

When running the following command, I get an unexpected output: ``` cp ~/File100BMbyte . && ls -l File100MByte -rwxrwxr-x 1 grosser grosser 0 Aug 6 08:37 File100MByte ``` The filesize...

FUSE

Hi, I observed pretty consistenly that an acd_cli mount that works fine. It will also correctly report an error at each file-system access, when I loose network connection and will...

FUSE

### Problem I use jupyterlite to allow collaborators to access and explore our latest code on GitHub. The (private repository) has a link titled `https://opencompl.github.io/tablegen-stats/lab?path=visualize_stats.ipynb` which is a GitHub pages...

enhancement

When building LLVM with MLIR enabled and using `LLVM_LINK_LLVM_DYLIB=ON`, I get a build failure in the linker: ```console [ 81%] Linking CXX executable ../../../../bin/tblgen-lsp-server.exe ld.lld: error: duplicate symbol: llvm::inconvertibleErrorCode() >>>...

build-problem
mlir

Hi @tobhe, I just tried this installer and it worked very well. I had initially some trouble with spotty gpu driver on the M2, but the installation of asahi-edge and...

enhancement

I just realized riscemu does not support `seqz`, `snez`, `sltz` and `slez`. These and the other pseudoinstructions documents in the RISCV manual would be really useful.

On each commit, we spend 1:30 to pull the latex-action. I wonder if a self-hosted builder on a cheap google cloud machine would allow us to cache the docker image...