geovex

Results 5 comments of geovex

I tried modify wine registry, but it works only for running applications, not wine itself and it won't solve any encoding issues. The only alternative for now is starting winegui...

@wez I'm very sorry, I updated description with this [log](https://github.com/wez/wezterm/files/11409378/wezterm.log)

For me it really doesn't work. After modifying `settings.json` errors aren't shown, and autocomplete will not suggest imported symbols (but sometime i can jump to definitions).

related to #102 Unfortunately project looks dead.

@jkorinth I've used: `binary_layout` (has nice concept of `View` over `&[u8]` but lacks bitfields) `bitfield` (unusual but extensive syntax, however I don't know if it can extract slices) I'm still...