Joel Kemp

Results 24 issues of Joel Kemp

From https://github.com/mrjoelkemp/awesome-paid-open-source/pull/1#issuecomment-238726783 > Curious what "sustainable" implies in this context. Is that directly related to monetization, or is the intent to illustrate how to remain an active contributor to OSS,...

question

Ref https://github.com/mrjoelkemp/awesome-paid-open-source/pull/23 on the [hacker news thread](https://news.ycombinator.com/item?id=6660923) containing lots of comments around going to work for a company that maintains popular open source projects or specifically hires devs for those...

question

If a project starts accepting payments from commercial use, how should the author distribute the funds so that everyone is happy?

question

Thanks for the continued support of this library. I need access to the latest bug fix on master and although I can mix install from github, I get connection issues...

Hey! Just wanted to flag that the use of snappyer in recent versions seems to now require a C++ toolchain in order to build erlavro. This is fixable at the...

Expected: ``` if (!cb) throw new Error('expected callback'); if (!directory) throw new Error('expected directory name or list of filenames'); if (!filename) throw new Error('expected filename whose dependents to compute'); ```...

This would minimize core idle time which is really helpful.

enhancement

Firefox is slow and fails on expiration specs. Possible Solution: think about avoiding any waitFor loops due to JS execution time differences. Specs might be assuming that execution is shorter...

bug

I'm not in favor of removing this just to abide by the redis spec, but if the rounding error is a big deal (as it seems to be) then it's...

enhancement