Jonas Grimfelt
Jonas Grimfelt
Reason: Don't make sense to keep these files versioned when locked versions in `bower.json`. Large SVG files making cloning, and support for more icon fonts unmanageable.
Would be neat to be able to copy an icon as SVG.
After some rumbling I got js-model to work with cross-domain scripting - which is vey much a requirement for most web apps today. Not complete, but here's how the AJAX...
I am trying to access the full value of the `HTMLAttribute` `style` for an element, but it only captures the first character. Element: ```html ``` Operation: ```javascript osmosis .get(url) .set({...
**Example:** ```shell [2019-01-16 20:54:39 -0500] [11635] [ERROR] Exception in worker process Traceback (most recent call last): File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 223, in __getattr__ return self.__getitem__(key) File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 165, in __getitem__...
See https://github.com/grimen/python-attributedict/issues/6
Useful for less verbose environment flag parsing. **Example:** ```python config.truthy(None) # => False config.truthy(False) # => False config.truthy(0) # => False config.truthy("0") # => False config.truthy("false") # => False config.truthy("False")...
I've reviewed some JSON Schema validation libraries and found this one solid, but the async-only validation bugs me a lot. I've noticed that most other similar libraries support synchronous calls,...