Dominic LoBue

Results 11 comments of Dominic LoBue

This is happening on a mac, btw. Works just fine on linux :/

I like to use https://github.com/wallix/awless/network It shows a graph of activity. You have to tilt your head to read the branch names, but it works well otherwise. I'll check out...

@rbarrois Actually, there is a bug here in that post generation isn't being called when a trait defines an argument that should be passed to the post-generate method. Here's a...

I'm having issues with some full middle names not being correctly parsed either. >>> probablepeople.parse('Dominic James LoBue') [('Dominic', 'GivenName'), ('James', 'Surname'), ('LoBue', 'Surname')] James should be `MiddleName`. What's crazy is...

@tconfrey I'd also like to help out. I took a look around, but I don't see a project.json. How do you pull in external dependencies? Something like https://github.com/mozilla/webextension-polyfill would be...

FYI looks like there is a library for this now: https://www.npmjs.com/package/electron-extensions

@aidanholm I found another website where follow hinting doesn't work, the python packaging search page: https://pypi.org/search/?q=docopt Is follow hinting not working there for the same reason as miniflux?

I'm running into this exact same issue. I also run into a weird case where the beginning of a fold gets desync'd from a function's `def` statement, and ends up...

I'd love to see this feature as well!