Loren ☺️

Results 265 issues of Loren ☺️

To reproduce: ``` $ cat test.coffee a href: '', -> 'link' text 'after' $ coffeecup -f test.coffee && cat test.html link after $ open test.html ``` Perhaps there should be...

Hi Ben, I don't get this error in React Native iOS or Android, but I do in Chrome with [react-native-web](https://github.com/necolas/react-native-web). I don't know whether it's something you can publish an...

See #19. If this looks like it's on the right track, I'll work on it and rename the old pull-request command to something else.

https://atmospherejs.com/meteor/constraint-solver https://atmospherejs.com/meteor/logic-solver

enhancement
won’t fix

https://github.com/stubailo/meteor-rest/tree/devel/packages/json-routes#adding-middleware If I wanted compression, in connect I would do: ``` var app = connect() // gzip/deflate outgoing responses var compression = require('compression') app.use(compression()) ``` It would be helpful if...

Hi Harrison, nice extension 😊 Looks like it always happens? Would be nice if it were optional, like only happening on cmd-alt-T, or some user-defined shortcut.

enhancement

`Collection.findOne({ 'key' : key });` Might be good to do an ensureIndex call for key.

enhancement

If logged into multiple browsers, one of them will have a token that is not the first in the `resume.loginTokens` array https://github.com/gwendall/meteor-impersonate/blob/master/server/lib.js#L45

Migrated from: meteor/meteor#5270 ``` $ meteor update ... The following top-level dependencies were not updated to the very latest version available: * stevezhu:fbgraph 1.2.0 (2.0.0 is available) ... To update...

pull-requests-encouraged
confirmed
Project:Version Solver

**Is your feature request related to a problem? Please describe.** User request

enhancement