5261704E7C5C2D39F49786C1F94A3D5EBF8567C4
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
| // Easings | |
| $ms-animation-ease-1: cubic-bezier(0.1,0.9,0.2,1) !default; | |
| $ms-animation-ease-2: cubic-bezier(0.1,0.25,0.75,0.9) !default; | |
| // Durations | |
| $ms-animation-duration-1: 0.167s !default; | |
| $ms-animation-duration-2: 0.267s !default; | |
| $ms-animation-duration-3: 0.367s !default; | |
| $ms-animation-duration-4: 0.467s !default; |
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
| <?xml version="1.0"?> | |
| <opml version="1.1"> | |
| <head> | |
| <title>Riley's Feeds</title> | |
| </head> | |
| <body> | |
| <outline type="rss" text="Smodcast" xmlUrl="http://smodcast.com/channels/smodcast/feed/" title="Smodcast" /> | |
| <outline type="rss" text="Hollywood Babble-On" xmlUrl="http://smodcast.com/channels/hollywood-babble-on/feed/" title="Hollywood Babble-On" /> | |
| <outline type="rss" text="Tell 'em Steve-Dave" xmlUrl="http://smodcast.com/channels/tell-em-steve-dave/feed/" title="Jay and Silent Bob Get Old" /> | |
| <outline type="rss" text="I Sell Comics" xmlUrl="http://smodcast.com/channels/i-sell-comics/feed/" title="I Sell Comics" /> |
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
| name: CI | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| build: |
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
| MIT License | |
| Copyright (c) 2018 Noel Bundick | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
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
| { | |
| "globals" : | |
| { | |
| "alwaysShowTabs" : true, | |
| "defaultProfile" : "{78e390db-1bff-4533-9d7c-20f53d8bafa1}", | |
| "initialCols" : 120, | |
| "initialRows" : 30, | |
| "keybindings" : | |
| [ | |
| { |
React 16.4 will introduce a new Profiler component (initially exported as React.unstable_Profiler) for collecting render timing information in order to measure the "cost" of rendering for both sync and async modes.
Profiler timing metrics are significantly faster than those built around the User Timing API, and as such we plan to provide a production+profiling bundle in the future. (The initial release will only log timing information in DEV mode, although the component will still render its children- without timings- in production mode.)
Profiler can be declared anywhere within a React tree to measure the cost of rendering that portion of the tree. For example, a Navigation component and its descendants:
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
| import ts from 'typescript'; | |
| import { migration } from '../../migration'; | |
| import { mod } from 'riceburn'; | |
| const inFooJsxTag = (node: ts.Node): boolean => { | |
| if (!node) { | |
| return false; | |
| } | |
| if (ts.isJsxSelfClosingElement(node) || ts.isJsxOpeningElement(node)) { | |
| const tagName = node.tagName; |
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
| $version = (Get-Content package.json) -join "`n" | ConvertFrom-Json | Select -ExpandProperty "version" | |
| Write-Host "Version: '$version']" |
- Kong Classic - This has been a life saver, especially with a puppy. Fill it with food or crushed up treats, cover with peanut butter, and optionally freeze. Keeps your dog busy :).
- Jolly Ball and other products - We have the blue Jolly Ball for our dog.
- Bully Sticks - This specific brand has less odor.
- Kong Wobbler - We needed this at first because our dog ate his food too quickly.
- Nylabone
NewerOlder