Michael Kropat

Results 9 issues of Michael Kropat

Fixes bad edit introduced in https://github.com/wheresrhys/fetch-mock-jest/pull/16

It is my impression that Reagent is the flagship project for implementing dynamic frontends in the Clojure world. So I was a little disappointed how long it took me to...

Not that I've ever been a particularly responsive maintainer, but my focus on open source has taken a nose dive in 2020. I apologize for that. I don't plan on...

question

The search for running processes should be limited to those owned by the current user.

bug

While putting together the [1.0 release](https://github.com/mkropat/jumpapp/releases/tag/v1.0) I ran into issues generating a valid `.changes` file, which means I can't push new versions of jumpapp to the [PPA](https://launchpad.net/~mkropat/+archive/ubuntu/ppa). The immediate issue...

"ist all running processes" -> "List all running processes" ![Screenshot 2024-01-19 at 10 34 12 AM](https://github.com/denisidoro/cheats/assets/979677/879ebdff-0614-4c06-a081-ebba9525e5f2)

Slowly working through these. The way the tests stub command output without newlines makes this slightly trickier.

gmarik, the author of Vundle, [writes on his blog that he has stopped working on Vundle](http://gmarik.info/blog/2014/02/04/why-i-stopped-contributing-to-vundle). The project appears to be still actively maintained by the community, [judging by the...

enhancement

Reference: [Solaris User Commands](http://docs.oracle.com/cd/E26502_01/html/E29030/index.html) It would be nice to have a workaround included. The algorithm might look like: ``` if has_command readlink; then realpath_readlink() { ; } elsif has_command greadlink;...

enhancement