- Seagate: 18 TB HDD Due in First Half 2020, 20 TB Drive to Ship in Late 2020
- Measure Performance with the RAIL Model | Web Fundamentals
- How we built Picture-in-Picture in Firefox Desktop with more control over video - Mozilla Hacks - the Web developer blog (foo)
- Egnyte Architecture: Lessons learned in building and scaling a multi petabyte content platform - High Scalability -
- Stuff The Internet Says On Scalability For February 28th, 2020 - High Scalability - (bar)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: | |
@mixin trig-test($angle) { | |
x-incorrect: cos($angle); | |
y-incorrect: sin($angle); | |
x-correct: cos($angle * 2); | |
y-correct: sin($angle * 2); | |
} | |
test0 { @include trig-test(0deg); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x2f5c557fc95fd376408c9acd8e2238044ff4ec2d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0da6cf85addc15fedb6623d695222f421e0a146c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x0da6cf85addc15fedb6623d695222f421e0a146c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x2f5c557fc95fd376408c9acd8e2238044ff4ec2d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x91927226a39d24695be3119fdde69d6483a732da |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xdbb4e215c6a1b2dddbb5b67a64e0d128b19830a4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x39d5521774d59fa2e46c42e99dfbef43a20d0790 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
"es2015", | |
"react", | |
"survivejs-kanban" | |
], | |
"plugins": [ | |
"transform-decorators-legacy", | |
"transform-class-properties", | |
"react-hot-loader/babel", |
OlderNewer