Matt Brandly
Matt Brandly
i almost did this at one point. like i mentioned, i considered `styled-components` for a bit, which would have made BEM unnecessary, but i support this.
[partially addressed](https://github.com/brandly/irc/commit/55e4b0cbd141c3870637ca9822c07dba1a0a2715) with support for `/msg`, but i'd like to be able to tab for suggestions when replying to someone in a channel. hit tab -> grab word at cursor...
i've thought about making this kind of thing before, so i'm glad to see this project come together. this PR is running well on my end, and i'm looking forward...
i'm seeing both of these errors while running on heroku
i'm running into this with `electron-packager`: ``` Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/electron-packager/test/fixtures/infer-malformed-json/package.json:3:1 Unexpected end of input 1│ { 2│ "productName": "InferMalformedJSON", 3│ ``` i don't understand why it still fails even when...
[I made a fork](https://github.com/brandly/angular-youtube) that does a nice two-way binding and has usage examples.
@landed1 I added some documentation about controlling the player: https://github.com/brandly/angular-youtube#events-and-player-controls You could stop the player from within a controller. ``` javascript myApp.controller('MyCtrl', function ($scope, $youtube) { $scope.stopPlayer = function ()...
@acomito did you figure anything out here? i just ran into the same situation!
looks like this fixes #3
i'm on OS X and also getting this message! ``` Error loading scope:source.glsl: Unable to find syntax file for scope source.glsl in Packages/Elm Language Support/Syntaxes/Elm.sublime-syntax ``` ...but with no stack...