Blake Embrey
                                            Blake Embrey
                                        
                                    @felixfbecker Any ideas to fix this? We can't really give defaults in this library because this library can be used for anything - it's not specific to Express.
@felixfbecker I'm pretty sure it would right? The types are completely generic today, I don't have any dependency on Express nor do I want to add that: https://github.com/blakeembrey/async-middleware/blob/886ce068c7e3792299b95ec93ee062dbd86a6c96/src/index.ts#L5. If I...
Do you want to submit a PR? I don't particularly want to maintain this alignment, but don't quite understand how it broke either.
Could also get this logic into https://www.npmjs.com/package/alignment for node.js APIs. Something like `findSelector(block, '=')`, `alignItems(block, selections, 'left' | 'right')` and `alignment(block, selections, 'left' | 'right')` to combine these APIs.
Interesting! I think this will have unintended consequences for other languages though. Maybe it's time to implement language-specific separator mappings? I imagine the same thing would be handy for Markdown....
Cool implementation. Do you think it's worth using JSON for configuration? Could be difficult to use. THe approach I've taken in https://github.com/blakeembrey/atom-dash is to tell people how to edit the...
Very cool. What's the main difference between the two repos? This would be pretty simple to add, though it'd technically break backward-compatibility. Also, what do you consider a block? Is...
@dwelle It seems to work for me. Just remember that it would need to be removed from the left separator default list by setting it to an empty space or...
Yeah, agreed. It is a hack of the Atom settings pane. I don't do any trimming of separators so that could be the Atom UI. Not sure. Anyway, I'll see...
Feel free to submit a PR.