Patrick Mulder
Patrick Mulder
Add entry for Docker image I have problems with running xeus-cling on a Windows system, but it is possible with a simple Docker image. What do you think?
Hi Brian, I am rather new to collaborative development in Ruby and Github, but maybe I am working on some improvements that might interest you. I am just studying the...
I am exploring Backbone frameworks, and I saw something in Giraffe that looks interesting to me: ``` 'someHashLocation/:andItsParams': 'some:appEvent' ``` Could events coming from URL changes automatically be translated into...
After a fresh install of the FreeBSD box I get a: ``` [tcp] 10.0.2.2:/SOURCE/DIR: RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out ``` Any ideas why this is? How...
Extracting the views into their own layer (e.g. with ERB), might be nice to integrate custom layouts, and as preparation to improve on the the client-side interaction part too. The...
Extracting the API into a Rack middleware might be interesting to combine Lamernews with other Rack applications, and/or to build a custom UI variation. Glad to hear your feedback if...
Just an idea if you come to Etch via other links, it might nice to have some link to the demo on the Readme: http://etchjs.com/#demo
Hi, what do you think about having a `.leorc` file that contains the Arduino IDE paths similar to the variables in the https://github.com/sudar/Arduino-Makefile project? For my current Arduino IDE 1.6...
This is a small test to get going with the project. The build code does not have test. And, some more output would be helpful to see what is going....
It is mentioned in the readme that right now it is not supported. So, I found this workaround: ``` app.use('/images', express.static(path.join(__dirname, '/assets/images'))); ``` Maybe it helps someone dealing with this,...