Jonathan Garbee
Jonathan Garbee
# Problem It seems the server is doing something that mutates the code as it is resolved. This mutation is causing some source files to end up invalid, thus breaking...
I seem to only be able to run the generator when the type is set to `commonjs`. Setting the package type to `module` always causes a configuration error, even if...
What version of EnvPane are you using. Did you download the official release or did you build it yourself? 0.6 downloaded from the releases on Github. What version of OS...
In the [sample env](https://github.com/notwaldorf/tiny-care-terminal/blob/master/sample.env#L10) it says that the MSN weather service is being used to get weather data. However, Microsoft claims the service was [retired last year](https://support.microsoft.com/en-us/help/3210143/msn-weather-service-api-has-been-retired). Upon going to...
It may be cool to use something like [Forismatic](http://api.forismatic.com/api) for getting an inspirational quote instead of certain twitter feeds. Possibly even make an adapter to allow people to chose/build their...
There are more things than just aria attributes that could benefit from delegation. While it is the most important matter to get working, the same method could be used to...
This provides documentation in the readme for the keyFunction property. It also adds jsdocs for other properties to provide some inline support in editors when using the class reference. By...
First, this fixes the `RenderItemFunction` type so it can return any stringable value. Just as lit expects internally for rendering. Second, the documentation in the readme is updated to reflect...
Currently the ripple effect is tightly bound to the other components using it, such as Radio and Button. This is because those other components are checking for the ripple js...
Media queries can be made much easier with mixins. [David Walsh](http://davidwalsh.name/write-media-queries-sass)'s post on this is a fantastic example of how to make the source more legible and easier to maintain....