rysson
rysson
Awesome plugin! Yes, it will be great to get merging. About syntax, it could be separator without space, (eg. `||` for span 2 columns, `|||` for 3 etc.). This syntax...
> But maybe this action would better be parameterized from the configuration? Exactly what I want. It's very frustrating when a tab disappears when you don't expect it.
> 1- allow multiple "--working-directory=" parameters, each of which would spawn a tab. And tab name options will be nice: ` --working-directory=/tmp --tabs=foo,bar --working-directory=/usr --tabs=baz` → 3 tabs (two in...
The same behavior. And more examples even for one line. Comma is a problem in the string. Those are OK. ```python toml.loads('''a=[' "a","b" ']''') {'a': [' "a","b" ']} ``` ```python...
Hi, It's necessary form me too. I've created simple patch: https://github.com/rysson/dbfread/commit/ae3162d6c363de169666182e94704f327687a5c7 File-like object is used directly if seek-able. If not, io.BytesIO is used. Now you can: ```python with zipfile.ZipFile('/path/to/file.zip', 'r')...
I have the same issue.
The socket reconnection support added.
Hi, It's a "nice to have" thing. It's easier to connect to many i3 servers with this PR. Similar to `DISPLAY=:1`, witch works for single connection. If you accept #199,...
> @rysson thanks, I accepted #199, can you fix the conflicts? Sure, I updated my commits. Now should be OK.
Hi, Awesome work! > One of these days I should merge #2! There ware quite long days, could you merge it? Python format mini-language in JS – its incredible!