Jacek Wielemborek

Results 90 comments of Jacek Wielemborek

@ethanhs thanks! Not sure if I understand the documentation correctly though - does the `py.typed` file have to have any specific contents, or is it enough for it to be...

@cowboygneox Thanks for his PR! I tried it out though and failed to produce a working SQS example. Consider this: ``` import boto3 # type: ignore from boto3 import sqs...

Supporting `--last`! Also `--running-only` would be a nice thing to have.

Here's a quick idea on how to proceed without necessarily creating a new TUI as the first step: recommend using `watch` somewhere in `--help`. For example, `watch pueue status` is...

And pev: http://tatiyants.com/pev/

I just put it there as something related. Having what explain.depesz.com has would already be tremendous.

@mmstick Looks like that's not the case: ``` [15:48:09] ➜ /tmp cat /sys/kernel/mm/transparent_hugepage/enabled always [madvise] never ``` Installed via `cargo install`.

@mmstick any other ideas then?

Here's the source of the problem: http://stackoverflow.com/q/32386112/1091116