Dan Bader
Dan Bader
Building the `.alfredextension` and `.alfredworkflow` files by exporting from Alfred is very clumsy. There should be a way to create these files via some command line magic. Then we could...
I don't really do much NodeJS at the moment and I no longer personally have code in production that's using node-datadog-metrics. Anybody interested in coming onboard as a co-maintainer to...
https://github.com/dbader/node-datadog-metrics/blob/10d3b29d1fa527807e1301857caac400c54127b6/lib/metrics.js#L133-L136 If ddog is down this will hog a lot of memory.
@elbaschid found this fantastic [code review guide by the folks over at Thoughtbot](https://github.com/thoughtbot/guides/blob/master/code-review/README.md). When we read through it we felt like it matched Mobify's idea of doing code reviews very...
## Example 1 (broken) Input: ```python >>> exec('"') Traceback (most recent call last): File "", line 1, in File "", line 1 " ^ SyntaxError: EOL while scanning string literal...
As I'm returning from PyCon I'm realizing I've done a pretty bad job maintaining this project when there's clearly demand and interest. Right now I don't have the time and...
https://twitter.com/elbaschid/status/820729013987459072 https://gist.github.com/elbaschid/f54ab060c62103ad3747712a3e45680a We also need to discuss how schedule would work with asyncio in the long run.
I'm getting a Python `ResourceWarning` when following the examples from the Customer.io Python docs: ``` ResourceWarning: unclosed ResourceWarning: Enable tracemalloc to get the object allocation traceback ``` I believe the...