xOneca

Results 21 comments of xOneca

Could have been used `keys()` and `values()` (and `items()`?), like `dict`s do.

My comment was on `named_values()` only. Also consider `collections.namedtuple`'s `_asdict()`.

Just give them a name like `_extra` (or something like that) and let it be the extra data as a list, or add each one as `_extra1`, etc. Or `fieldN`.

Please, see [README](/docwhat/itsalltext/blob/6189036/README.md): > With the Firefox 57, It's All Text! has stopped working and fixing it would require throwing everything out and starting again from scratch. We've lost IAT...

¿Why do you let your editor to destroy your work by automatically reloading the file? In my case it always asks me what to do, and if the file is...

I don't think it would be hard to implement this. See discussion in #36. But keep in mind that _contenteditable_ elements usually contain HTML code, so what you will edit...

Maybe a tab-id or something like that can be used...

There would be more than one file with the same base, so wouldn't work as expected, I see...

Totally a guess, but maybe Diaspora is waiting for the user to press a key in the `textarea` to then check if there's content in the `textarea` (and then enable...

Also, I suppose GitHub workflow now needs `libcurl-ocaml-dev` installed too.