Lee Dohm

Results 61 comments of Lee Dohm

@rachelnicole Sure thing! You're already using [the required library](https://nodejs.org/api/fs.html) on [line 3](https://github.com/rachelnicole/robokitty/blob/master/app.js#L3). You can do this: ``` javascript var fs = require('fs'), path = require('path'), process = require('process'); // Modify...

Steps to reproduce: 1. In a git repository associated with GitHub Desktop, create a new file using VSCode (v1.40.1) 1. _Before_ entering any text, ensure that the indentation settings for...

Yes, I apologize, my understanding of the GitHub Desktop logic is incomplete. I made incorrect assumptions about why the code was behaving the way it was. Let's focus on properly...

:wave: I just found out about this project from a friend and coworker of mine. The main recommendation that I have is [the Maintainer's Guide to Staying Positive](https://github.com/jonschlinkert/maintainers-guide-to-staying-positive). It's intended...

The Community and Safety team where I work also recommends [The Smart Girl's Guide to Privacy](https://www.amazon.com/Smart-Girls-Guide-Privacy-Practical-ebook/dp/B013HA1V4S/). I'm not sure if you're looking solely for online resources though.

I'll see if there is an icon in the icon fonts I include. Unfortunately, I'm not a designer ... so if it isn't there, I'm not sure I'm going to...

Thanks for this report! I'm glad that you've found it useful 😀 That is a curious situation. I'll see if I can dig deeper into it and reproduce the problem...

My current theory on what happened here is that, for whatever reason (outage or other hiccup), the event when the comment was created didn't trigger the workflow to clear the...

Awesome ... thanks for the confirmation 🙇‍♂️ I've started coding up the implementation of the last chance check, but my spare time is fairly sparse right now ... so I...

The white-cursor support is in the `cursors.less` file in Atom: https://github.com/atom/atom/blob/master/static/cursors.less To my understanding, when the theme is changed, Atom does something to reinitialize the styles loaded in the DOM....