Skip to content
#

light

Here are 649 public repositories matching this topic...

balloob
balloob commented Jul 16, 2019

Version of pytradfri

6.0.1

In #189 we started catching OSError because it could be raised from aiocoap. Aiocoap is starting to catch these errors themselves and wrapping them in aiocoap.error.NetworkError. So we need to update our implementation to catch NetworkError besides OSError (not instead off just yet, as not all places have been wrapped yet in aiocoap).

More info https://githu

cbettinger
cbettinger commented Apr 3, 2018

Calling phonon.navigator().changePage(pageName) does not do anything if pageName is a prefix of phonon.navigator().currentPage.

The following conditions prevents unnecessary changes from the current page to the current page, but it prevents changes to other pages with the current page name as a prefix, too.

if(window.location.hash.indexOf(hash) === -1 && opts.useHash) {
   window.locat
v1
flying3615
flying3615 commented Aug 4, 2019

Hi,
I have an issue that when I was editing an article in prismic using inline code highlight, during the gatsby build it will throw an error below:

Starting to fetch data from Prismic
Fetch Prismic data: 1298.650ms

 ERROR #11321  PLUGIN

"gatsby-source-prismic" threw an error while running the sourceNodes lifecycle:

Cannot read property 'rest' of 
javajosh
javajosh commented Apr 17, 2017

Kilo is a tutorial that instructs readers how to build a simple text editor under Linux in C, explaining each and every line: http://viewsourcecode.org/snaptoken/kilo/

Something similar for this project would be a major differientiator in a packed field of CSS frameworks that take the traditional "here's a single dump of the finished product". A good markdown document that documents what you ad

Improve this page

Add a description, image, and links to the light topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the light topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.