Josh Olson
Josh Olson
much perf such clarity wow
I have a class deriving from `Actor`, with a constructor that looks like: ```cs public class Card : Actor { public Card(string name = null) : base(name) { // Set...
As you can see below, the following SVG icons don't load: - Refresh tab - Following streams - Browse games - Top streams - Search - Settings - Help &...
### Is this a bug report or a feature request? A little of both #### If this is a new feature request, please describe it below We have a [`use:action`](https://svelte.dev/docs#use_action)...
- http://www.quirksmode.org/css/color/currentcolor.html - http://caniuse.com/#feat=currentcolor - https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentColor_keyword
See https://www.chromestatus.com/features/6750456638341120 for more details. Also see [W3](https://www.w3.org/wiki/Webapps/WebComponentsApril2015Meeting) and [Google Groups](https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/68qSZM5QMRQ/pT2YCqZSomAJ). Warning comes from `Chrome 45.0.2454.85`. Code called into question: ``` js // scroll to the element with id="hash" or...
### Describe the bug I'm not sure if this belongs here or on the eslint issues, but I suspect here is more accurate. I have a generic `Grid` component that...
In the grid, for a file that was 2.95GB, it displayed 2GB. The Information window properly displayed 2.95GiB. It would be nice if it showed the same level of precision,...
I have a page using KnockoutJS. [This polyfill breaks](http://jsfiddle.net/OlsonDev/xrjfL/) because of the implementation of `isInited()`. I'm assuming KO is cloning the element somehow that's not compatible with your polyfill. The...