Alex Rattray

Results 72 issues of Alex Rattray

Hi there, I'm getting the following output when I try to run `cmd+alt+x` in an rspec file (just installed atom-rspec). This is after restarting atom. ``` RSpec - interview_spec.rb stty:...

I have a React component with a handler function that takes an argument of type `SyntheticInputEvent`. Flow knows how to handle this; it appears to be a Flow global of...

Events that are canceled in outlook do not use the "cancelled" status in iCal format, eg; will have `STATUS:CONFIRMED` in the iCal event, so they show up like a normal...

enhancement

Getting the above message in my console after following the directions in the readme. Here is the `error.data` (which might be more helpful than `error.message`, which for me was `undefined`:...

It looks like I need to enter `https://my-heroku-app-name.herokuapp.com/token` with the HTTP POST setting [here](https://www.twilio.com/console/video/profiles/create), but it's not working for me so I'm not sure. Would be awesome if the README...

I love that you print default value and index info in a docstring. I noticed `@slonik/typegen` [prints](https://github.com/mmkal/slonik-tools/blob/master/packages/typegen/test/generated/main/Foo.ts) type information too. This would probably be noise in many cases, like `text`...

## Summary We move the `?` in multiline ternaries to the end of the first line instead of the start of the second, along with several related changes. While it...

As mentioned in https://github.com/niieani/typescript-vs-flowtype/issues/16#issuecomment-313326721, it would be great to have single-file and multi-file typechecking performance comparisons.

I didn't see it at first, and the website has most info that I'd actually want. I might also recommend adding the website to github's field for the project website.

See this hn thread: https://news.ycombinator.com/item?id=27238671 People seem to think that threaded Rails isn't worthwhile because pg is blocking, but you have solved the problem with [async-postgres](https://github.com/socketry/async-postgres) (which is awesome!). Since...