arcnmx

Results 70 comments of arcnmx

> So you have to look at the identifier fields in the EDID to fully check if monitors are the same Hm, I object to that change and this sounds...

Being in a server that changes its name on weekly basis, this is something that would really help simplify things vs changing channel `room` settings whenever it happens...

Well `foreground=YES` seemed to be working (it wasn't forking into the bg, and yes I was using the config file to set it) - the problem was that the `daemon`...

True, `Value` does impl `Deserializer` already, and that is how handlers using serde need to work currently. The main advantage of the newtype approach would be that the implementation details...

Agreed, and if you did need to do manual error handling, you could always have your handler use `serde_json::Value` for the event anyway and it would be equivalent to the...

That doesn't have any effect as far as I can tell.

Oh, was this resolved? I'm currently [using a fork to resolve it](https://github.com/arcnmx/base16-vim/commit/807e442d95c57740dd3610c9f9c07c9aae8e0995). > Can you give a minimal vimrc to reproduce? Sorry I missed this, if this is why this...

I haven't had a chance to come up with a PR yet but it's still relevant you mean bot :

> Does weechat possibly allow to keep both the declarative and imperative styles ? Like HM generates a readonly config and weechat will still load complementary imperative ones ? While...

Specifically - because starship requires that values be set in the order they should be processed - you cannot set... ```toml [directory.substitutions] "/a/b" = "b" "/a" = "a" ``` because...