sametmax
sametmax
Need to be careful with links in and to void copying additional to clipboard.
On a computer used by several persons, you may want to remove entry without flushing the whole browser cache. A delete button on top of the visual hash on hover...
Right now if you want to use retry with asyncio, you need to write all calls into a run_until_complete.
If you compile supervisor or use it from pip, you may not end up using the standard supervisor path. Some companies also have their own configuration files schemes. Sometime you...
PyScibe should accept a logger instance so that if you log, it will write to it too. This way, you can use it with software only printing on the console...
I have a document that may include a page or not. This page is using a different page style. Right now I'm trying to do: ``` {% if condition %}
Despite having: ``` class g(): ... def __getitem__(self, index): # type: (Union[int, slice, Callable]) -> Union[IterableWrapper, Any] ``` Running mypy triggers "error: Slice index must be an integer or None"...
Envy (https://github.com/shaunvxc/envy) is an interesting project letting you edit a module in your env, then revert it back to it's pristine state, without using versioning tools. It's useful for debugging...