Jan Święcki

Results 16 comments of Jan Święcki

@Nami-Doc, what about just coco detection, without colors?

@Nami-Doc, Look [here](https://github.com/github/linguist/pull/464/files), no pygments and it builds ok. It looks like LiveScript tried to add too many features without providing pygments. Or am I missing something?

> Users of NetworkManager might be interested in the recent fix regarding this issue – _dns: fix handling default routing domains with systemd-resolved_ ([freedesktop/NetworkManager@ee9fab0](https://github.com/freedesktop/NetworkManager/commit/ee9fab03613e30f818d56217a968d1fabd5ea8d7)) Any idea how to install newest...

I had the same issue with netlify. For the lazy: ```bash if [ "$NODE_ENV" == "production" ]; then echo "installing node_modules for production in dev mode" NODE_ENV=development npm install #...

+1 Official bower repository is of course preferred:)

> pressing enter on a file takes you to the diff window. Admittedly there isn't a generic way to focus the main window though This is not enough if you...

Thanks for the feedback! I'll look into this as soon as I can (daily jobs gets in the way:) )

Glad you like it :) Classes? You mean functions?:) Please provide example. I'm thinking how to reload "non-object" modules, but its tricky. For example string is immutable and if we...

We have the same problem as with string here. I don't know if it is possible to achive this but I will definitely try to do this. In the meantime...

Even if you instantiate new `World` object after reload? Because it will not reload objects created with `new` before file change. Maybe you want to reload all prototype methods and...