I use a GPG key to sign my git commits.
An error like this one might be a sign of an expired GPG key.
error: gpg failed to sign the data fatal: failed to write commit object
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #grid { | |
| .fluid (@fluidGridColumnWidth, @fluidGridGutterWidth) { | |
| .no-margin-spanX (@index) when (@index > 0) { | |
| (~".no-margin-span@{index}") { .no-margin-span(@index); } | |
| (~'.no-margin-span@{index}:first-child') { .no-margin-spanFirstChild(@index); } | |
| .no-margin-spanX(@index - 1); | |
| } | |
| .no-margin-spanX (0) {} | |
| .no-margin-offsetX (@index) when (@index > 0) { |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <yahoo-weather-codes> | |
| <code number="0" description="tornado"/> | |
| <code number="1" description="tropical storm"/> | |
| <code number="2" description="hurricane"/> | |
| <code number="3" description="severe thunderstorms"/> | |
| <code number="4" description="thunderstorms"/> | |
| <code number="5" description="mixed rain and snow"/> | |
| <code number="6" description="mixed rain and sleet"/> | |
| <code number="7" description="mixed snow and sleet"/> |