Brian Grinstead

Results 91 comments of Brian Grinstead

Ah I see that now, thanks. Maybe is a bug with the rakefile at: https://github.com/bgrins/devtools-snippets/blob/master/Rakefile, because gh-pages is up to date after running `rake build`

Hm, well running `pygmentize -f html snippets/querystringvalues/querystringvalues.js` seems to produce the correct output so it's not that

And it appears OK in the snippets.json file: https://bgrins.github.io/devtools-snippets/snippets.json

Well, I'm not sure why but the `/+/g` is still there in the `markup` variable before the call to `with_markup = template.gsub(regex, markup)` in the rakefile: https://github.com/bgrins/devtools-snippets/blob/d40168097306bea3546d66fd8fc68ac8e201f63f/Rakefile#L40. After this line,...

Hi the closest thing in the repo is the GPS pathfinding example in the test (https://github.com/bgrins/javascript-astar/blob/3f983dc7ae7e2d9d689f88d329075815a0c65f94/test/tests.js#L132). See CityGraph/CityNode. Not sure if it will solve your problem exactly but it shows...

Interesting idea - I'm curious what is your use case in which you don't want the user to be able to change hue or sat/val?

I'm totally happy to refactor the markup/css to make hiding either of these components as simple as possible (ideally just a single `display: none`). This may require changing how the...

Thanks for this. I've pulled this down and played with it, it's a very good start. As this kind of navigation gets tricky, I've noticed a couple of issues: -...

OK, I've updated the https://github.com/bgrins/spectrum/compare/ajssd-master branch to handle the left/right and up/down behavior I was discussing. Let me know what you think so far. I'd still like if we could...

> I think we also need to make escape close the picker so people have a way to get out of the picker if they want to use the keyboard...