Results 9 issues of Sam Gentle

Hi! I've fixed a couple things in my fork that you might like. I made the port finding use pyserial 3's `.pid`/`.vid`, and fall back to more robust string parsing...

Catenary should be usable in the browser with minimal modification, but we need to do proper browser testing to be able to make claims about browser version support. Ideally integrated...

Hi there, Currently, if you define a route like this: ``` javascript route = require('express').Router({strict: true}); route.get('/', function(req, res) { res.send('hi'); }); ``` And `use()` that in an express application...

bug
5.x

I notice in your example webpack config you have `{ entry: './src/entry' }`, which is a JS file that `require`s any PureScript modules that you need. In my case, I...

type: enhancement

You ever have an idea that's so bad it's good, but it's actually so good at being bad that it just ends up being bad again? I felt like it...

even-madder-science

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest code. Development is very rapid so there are no tagged...

bug

Hi Thomas, I'm concerned about the performance implications of semicolon.js. I represent an early-stage revolutionary social enterprise. We're unconventional, ballsy, and poised to take over the peer-to-peer DIY freemium social...

For some reason, VDF/KeyValue supports duplicate keys. I added support to turn them into arrays (you can see an example in the updated test.js) I also fixed up the package.json...

Here are the changes to channels, syncwords and packet length that would be necessary to support the new milight bulbs. It doesn't really make sense to merge this directly since...