Xavier Bestel

Results 51 issues of Xavier Bestel

Hi, dap-buddy looks cool, but how does a total noob uses this ? Let me say I have a fully configured NVIM (via LunarVim) and I want to debug some...

``` nvim --version NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compilé par [email protected] Features: +acl +iconv +tui See ":help feature-compile" fichier vimrc système : "$VIM/sysinit.vim" $VIM par défaut : "/usr/share/nvim"...

As `crossbeam` from `laminar` is not semver-compatible with latest-stable it's not possible to name it, so not possible to store it in a struct.

Hi, I just installed the app, entered my URL and credentials, authorized it and the only thing I got is a spinner, even after 10mn. ![Screenshot_20210121-101441_NextcloudPasswords](https://user-images.githubusercontent.com/1163188/105330343-76d71900-5bd2-11eb-8c5b-c8f7deb857c1.png)

Currently there's an ambiguity with ```sh bliss list ``` where `list` could be interpreted as a command or a language. Currently it's a command, but whenever a language with the...

bug
enhancement
help wanted

I've got some troubles trying to implement `Cache`; trying to compile this: ```rust struct CdlFiles { fn fetch(&mut self, id: &spircer::FileId) -> Result { for i in *id..self.project.files.len() { self.cache.push(ariadne::Source::from(unsafe...

Here's my christmas wishlist for the API overhaul: - [x] allow working with non-`str` data (#8) - [ ] get rid of initial location in `Report::build()` (#3) - [ ]...

It would be nice to be able to somehow hijack the rendering phase to be able to use the layouted reports in a TUI, e.g. by writing an equivalent to...

In some languages (e.g. French) numbers are written using a decimal comma instead of a decimal point, e.g. `3 / 2 == 1,5`. Some web APIs actually generate JSON with...

serde-cleanup

The obvious question: Do you intend to support the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) ?

enhancement