0x776a
0x776a
@elkowar Do you count on using something like [lexpr-rs](https://github.com/rotty/lexpr-rs) that supports `serde` for the new `s-expression` syntax ? If yes, shouldn't we implement the new window config directly with `serde`...
well, I kind of messed up the rebasing of this branch onto master, so I ended up overwriting it with master and I am in the process of porting the...
tho, seeing how many conflicts there are, I think it might be better to change this PR to directly merge with master
hey I am back, I'm going to be implementing the last part of this PR (ie. generate the other structs from the preset) There are 2 questions - What presets...
Also, I just remembered, since the preset is a high level abstraction, shouldn't the other configs now expose low-level api's ? Once this is implemented, we can assume that anyone...
hey I am back after a while, I got done rebasing everything with master. In terms of progress, it isn't far off from I last left it off. I made...
same problem here ```bash $ uname -r 3.10.0-1160.25.1.el7.x86_64 ``` ```bash $ junest proot -b "-k 3.10 --verbose=1" ... proot info: default working directory is now "/" proot info: glue rootfs...
~~Also, I didn't manage to get the `ssh-client-config` to work. Anyone has any ideas.. ?~~ SSH client config ```toml [[language]] name = "sshclientconfig" scope = "source.sshclientconfig" file-globs = ["*.ssh/config"] roots...
@sudormrfbin I thought about those approaches before opting for globbing, here is what I ran into when considering those approaches > Trying to match the end of the file path...
> I'm a bit wary of importing another crate for something this small too. > > > * Handling of the '/' in a cross-platform way (on windows, the path...