Bryan Ricker
Bryan Ricker
Daylight savings "falls back" in the states on November 4th, 2012, at exactly 2am. It goes backwards and repeats the 1am hour. ``` ruby Time.new(2012, 11, 4, 0) # =>...
Using: - god 0.13.4 - ruby 2.1.1 - ubuntu 12.04 Trying to run `god terminate` usually fails to terminate all of the watches (currently only 3 watches are active on...
I am just trying to get setup with JS testing, but get a blank results page no matter what I try. My setup so far is very simple: **/spec/javascripts/spec.js.coffee** ```...
Changes the signature of `set_key` in the following ways: 1. `value_to_set`: `str` to `Optional[str]` 2. return: `Tuple[Optional[bool], str, str]` to `Tuple[Optional[bool], str, Optional[str]]` The purpose of this change is to...
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
## Description Fixes generic type arguments for Coroutine in RESOLVER_TYPE. The given types are incorrect: It is `Coroutine[YieldType, SendType, ReturnType]`. This allows catching when the return type of an async...