Mikael Kindborg

Results 12 issues of Mikael Kindborg

It is possible to improve file scanning by using a file watcher. (Current scheme uses simple "polling" of file stat). Perhaps this is of interest: https://github.com/WebsiteDeveloper/bracketsFileWatcher https://github.com/DennisKehrig/brackets-v8-node-live https://github.com/DennisKehrig/brackets.ReloadInBrowser/blob/master/main.js https://github.com/shakyShane/browser-sync http://css-tricks.com/cross-browser-css-injection/

func

On Windows Phone, reloading when saving the document makes the page "small" (viewport is reset in some way). Findings: window.location.replace displays the correct viewport, e.g.: ``` window.location.replace('index.html') ``` But window.location.reload...

bug

Task is to add support for CoffeeScript to HyperReload. The purpose is to make it easy to use CoffeeScript for development of hybrid mobile apps. Would also be neat to...

func

Create a library named hyper.js that contains hyper.log mapped to console.log, and other functions. Move functionality from injected reloader script to hyper.js, to make functions available also when running code...

func

When starting ETS 0.2.1 and having e.g. HyperReload already running on the same port, the following error message is shown. This should be handled by automatically choosing a different port...

bug

Product: EvoThings Client for Android (HyperReload) Component: Server connectivity My phone was (by mistake) not connected to the same network as the server. I entered my server IP 192.168.1.137 and...

bug

Create more demos to make it fun and useful to get started with HyperReload. Ideas: - jQuery Mobile demo - Pong demo - Cordova demo (camera)

func

Reproduce: Press the reload icon in the node-webkit developer toolbar. This could also happen when starting a second instance of the app. Error: ``` Uncaught node.js Error Error: listen EADDRINUSE...

bug