This approach requires that you compose a union class and extend your own class with custom styles.
CSS:
| {"lastUpload":"2019-08-06T19:58:54.215Z","extensionVersion":"v3.4.1"} |
You will need to add this block of HTML to your HTML document (can be the head or body)
<script>!function(n,t,e,o,a,i,r){var c,s=new r;function d(n){return e+n.name}function f(n,t){var e=o.createElement("div");e.innerHTML=t,e.id="Union__fragment__"+n.name,o.body.appendChild(e)}function u(n,t){"loading"!==o.readyState?f(n,t):o.addEventListener("DOMContentLoaded",function(){f(n,t)})}function h(e,o){var n=new XMLHttpRequest;n.addEventListener("load",function(){var n,t=this.responseText;if(200===this.status){try{n=t,a[d(e)]=i.stringify([s,n])}catch(n){return void console.warn("Error hydrating icon cache: ",n)}o&&o(t)}}),n.open("GET",e.url),n.send()}function m(t){h(t,function(n){u(t,n)})}t.forEach(function(n){var t,e,o=a[d(n)];o?(e=i.parse(o),t=new r(e[0]),s<t?m(n):(u(n,e[1]),setTimeout(function(){6e5<=s-t&&h(n)}))):m(n)}),c=t.map(d),Object.keys(a).forEach(function(n){n.startsWith(e)&&-1===c.indexOf(n)&&(a.removeItem(n),console.warn("Deleting fragment cache: ",n))})}(0| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36","lighthouseVersion":"2.9.1","generatedTime":"2018-04-24T00:24:25.462Z","initialUrl":"https://docs.union.theknot.com/examples/basic-app/","url":"https://docs.union.theknot.com/examples/basic-app/","runWarnings":[],"audits":{"first-meaningful-paint":{"score":49,"displayValue":"4,070 ms","rawValue":4072.3,"extendedInfo":{"value":{"timestamps":{"navStart":18721869646,"fCP":18722608945,"fMP":18725941901,"onLoad":18726410783,"endOfTrace":18731757510},"timings":{"navStart":0,"fCP":739.299,"fMP":4072.255,"onLoad":4541.137,"endOfTrace":9887.864},"fmpFellBack":false}},"scoringMode":"numeric","name":"first-meaningful-paint","description":"First meaningful paint","helpText":"First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)."},"speed-index-metric":{"score":88,"disp |
I hereby claim:
To claim this, I am signing this object:
| // in a 'window' context | |
| XO.FormFields.init(); | |
| // in a commonjs context | |
| require('@xogroup/tk-form-fields').init(); |
| require 'benchmark' | |
| module Fib | |
| module_function | |
| def fib(n) | |
| if n <= 1 | |
| n | |
| else | |
| fib(n - 1) + fib(n - 2) |
| module Fibonacci | |
| module_function | |
| def fibonacci(n) | |
| @cache ||= {} | |
| @cache[n] ||= if n <= 1 | |
| n | |
| else | |
| fibonacci(n - 1) + fibonacci(n - 2) |
| module MyModule | |
| module_function | |
| def module_foo | |
| 'module_functions are singleton_methods on a module, which allow explicit receiver' | |
| end | |
| end | |
| class MyClass | |
| private |
| Your Name: | |
| George Taveras | |
| Github Username: | |
| GeorgeTaveras1231 | |
| Blog Url: | |
| http://georgielovesoup.tumblr.com/ | |
| Tagline: | |
| "The code father" | |
| Profile Picture (something normal, a headshot, of a good reusable size that can be easily cropped): | |
| ../img/students/george_profile.png |