Tomoki Aonuma
Tomoki Aonuma
The spec reads: > The following characters cannot be used anywhere in a bare Identifier: > - Any codepoint with hexadecimal value `0x20` or below. > - (snip) while `idenftifier-char`...
Convert codebase to ARC, fix some bugs on Yosemite, and update project settings. --- EDIT: Sorry, this PR was made by my mistake. It was meant to merge to uasi/aquaskk's...
フォロータブも同様。 フォロワーがすべて表示されているのに「もっと見る」ボタンも表示される。押しても何も起きない。 * * * * - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate. - [?] This bug happens on a...
`-[FCTFactory createManagedObjectUsingBuilderNamed:]` saves _all_ managed objects, unlike factory_girl's `create`, which saves the very object created. This is counter-intuitive. It might be better to rename the method to `-buildAndSaveManagedObject...` or so,...
rack-cors can raise runtime error when the headers hash returned by app is frozen.
## Description When defining revset aliases that accept fileset patterns as parameters, the parameters work correctly when passed directly to `files()`. However, when those parameters are used with fileset operators...