Iain Beeston
Iain Beeston
In the latest versions of flow, proptypes are no longer a class property when using es6 classes, eg. ```javascript export type Props = { foo: number } class MyComponent extends...
I was reading the readme and it seems that all calls in the half closed state make the circuit move from half closed to open, even failed calls. I think...
I'd like to use the YAML rule set class in my code, but the most recent release to rubygems.org ([v1.5.1](https://github.com/jtrupiano/rack-rewrite/blob/v1.5.1/rack-rewrite.gemspec)) doesn't include it. Is it possible to make a new...
I'm using the email spec helpers, and I've noticed that after opening an email (eg. using `open_email` or `open_last_email`), if I call `unread_emails_for` the opened email is still there. It...
In regular HTML `` is a void element, so it doesn't need a closing tag or a closing slash. See the WhatWG spec here: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element Many of the shared templates...
# Description I have a lot of tabs for one of my resources. At the moment the buttons do not wrap around, they overflow out of the container and beyond...
### Feature Right now, to mark a field as required you have to explicitly add the `required: true` to the field declaration in the resource class. Simple form does this...
### Feature It would be helpful to reorder key-value fields. At the moment when you enter key values the only way to reorder them is to delete and re-add, which...
In the 25th internationl world wide web conference there was a paper named "Foundations of JSON Schema", presented by: - Felipe Pezoa ([email protected]) - Juan L. Reutter ([email protected]) - Fernando...
Rails has deprecated passing a parameter to `to_s` and now expects `to_formatted_s` to be used instead. This is the full error I see: DEPRECATION WARNING: TimeWithZone#to_s(:short) is deprecated. Please use...