Ashlynn Anderson

Results 75 comments of Ashlynn Anderson

@mflatt would you be able to point to what work would be needed for this?

I'm going to go ahead and just toss the tasklist for this here so that it's on the issue: - [x] proto3-wire - [stackage#5362](https://github.com/commercialhaskell/stackage/pull/5362) - [ ] proto3-suite ``` Selected...

This works, but isn't a happy solution to me. I wonder if it would be possible to upstream inheriting gapps wrapping from packages to `emacsWithPackages`. It seems like there's a...

@bqv That definitely sounds vile, yes. I'll poke into upstreaming inheriting gapps wrapping from packages.

Is `wlr_server_decoration` being removed from upstream wlroots? Because there are still usecases for it (applications which have not yet implemented `xdg_decoration`) and although I'm aware you've elected not to use...

@novakne Ah, appreciated! I missed that. It would certainly still be useful to have while https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2191 is still unmerged and undistributed, at the very least. I wouldn't be surprised if...

As I understand it, `@setCold` was initially implemented to replace the `coldcc` calling convention (although it doesn't seem it actually uses the `coldcc` calling convention these days, looking at the...

Okay, so as per #6556 and #6596, `callconv(.Cold)` was removed as it was believed `@setCold` should use it internally. This was never implemented, as far as I can tell. Overall...

Confused why this is the case, studying the codepath in mecab. [`mecab_new`](https://github.com/taku910/mecab/blob/046fa78b2ed56fbd4fac312040f6d62fc1bc31e3/mecab/src/libmecab.cpp#L101) creates its tagger using [`createTagger`](https://github.com/taku910/mecab/blob/046fa78b2ed56fbd4fac312040f6d62fc1bc31e3/mecab/src/tagger.cpp#L1049), which then calls [`TaggerImpl::open`](https://github.com/taku910/mecab/blob/046fa78b2ed56fbd4fac312040f6d62fc1bc31e3/mecab/src/tagger.cpp#L455), which calls [`ModelImpl::open`](https://github.com/taku910/mecab/blob/046fa78b2ed56fbd4fac312040f6d62fc1bc31e3/mecab/src/tagger.cpp#L348) which then calls `Param::open` and `load_dictionary_resource`...

Any updates on this issue? I'm working on implementing indentation along the lines of Helix Editor's [indent queries](https://github.com/helix-editor/helix/blob/master/book/src/guides/indent.md) and while their custom predicates aren't widely used in the indent queries...