bfredl

Results 57 issues of bfredl

Background: There are two common libc implementations for windows supplied by microsoft https://www.msys2.org/docs/environments/#msvcrt-vs-ucrt Importantly, the newer runtime UCRT has native support for UTF-8, including setting it as the _active codepage_...

platform:windows
encoding
unicode 💩

The intro message doesn't work very well with multigrid UI:s The message is plainly drawn on the `default_grid` which is kinda ok in TUI but doesn't provide any useful context...

ui
ui-extensibility

Generalize `cmdline_win` into a general-purpose modal window abstraction. Use this to reimplement interactive `:!` using a modal terminal window. Note: currently this hardcoded using a floating window which covers half...

enhancement

**Describe the bug** `require'colorizer'.setup()` sets an autocmd for all new/reloaded buffers. It would be cool if it also applied to all already opened windows.

bug

In addition to using the `@import("ziglua")` module from zig code, I need to compile additional C extensions which depend on the headers for the correct lua version as exposed by...

currently, this works to run a simple lua environment in the host system: zig build nlua0 -- hello.lua To generate source files zig build gen_sources to build a fixed configuration...

ci:s390x

### Zig Version 0.13.0-dev.56+956f53beb ### Steps to Reproduce and Observed Behavior Consider build.zig logic where one `build.step.Run` step takes the output of another such step as an input: ``` const...

bug

Interesting project. Are you planning/considering to use libgit2? There seems to be nice lua bindings. I was thinking on prototyping my own git integration from scratch, but I could start...

refactor

A year ago or so @leonerd helped me set up my matrix/riot account `bfredl:matrix.org` to "puppet" my gitter account @bfredl when using the neovim matrix room. However this doesn't work...