Laurence Tratt

Results 16 issues of Laurence Tratt

On 7b230767dd04d921ca5c2c31ad46ffd00111aed2: ``` $ cat /tmp/conf.lua vim.api.nvim_set_keymap('i', '', 'hello', {noremap=true}) vim.api.nvim_set_keymap('i', '', 'goodbye', {noremap=true}) $ nvim-qt -- -u /tmp/conf.lua ``` Pressing either "backspace" or "shift-backspace" in insert mode inserts the...

I've just encountered this in bupstash-0.11.0: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Message("path contains invalid UTF-8 characters")', src/client.rs:352:64 ``` AFAICT this lookslike a code path...

bug
fixed-on-master

Thanks very much for bupstash -- it is almost exactly the backup solution I have been looking for! Of course, like any random person on the internet, I can't help...

enhancement

Change from Stephen Kell in #51. @oliv3 Are you able to double check this still keeps things working for you? I can't really test this on Linux.

### Description On neovim-0.5 on OpenBSD (which uses Lua, not LuaJIT, to run things), a97af306c4e9c9a6fa7c886c0ffe3079822c5203 (found with `git bisect`) causes `Telescope find_files` to stop working, though in two different ways...

bug

At the moment we serialise a number of `usize` things which means if you cross-compile for a different machine word size (e.g. you cross-compile on a 64-bit machine with a...

In a couple of places (e.g. https://github.com/softdevteam/grmtools/blob/master/lrlex/src/lib/ctbuilder.rs#L419) we use debug formatting in a non-debug location. This feels somewhat unsatisfactory, particularly as there are fewer guarantees about stability.

If I try building with just `cargo build` on OpenBSD I get an error from GCC, which is used to compile one of the headers: ``` $ cargo build Compiling...

Not that this is exactly textobj-quote's fault, but if easyclip is configured as follows (which is what the easyclip documentation reccomends): ``` set clipboard=unnamed ``` then `ReplaceWithCurly` and friends don't...

bug

[This report was done in conjunction with @0152la and @jacobbramley] In CheriBSD hybrid mode (presumably a variant of this can also happen in purecap mode, but I haven’t checked that),...