Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ELV1S
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ELV1S
15y ago
Yes. You can edit CSS in Resources panel ( http://youtu.be/N8SS-rUEZPg?hd=1&t=7m18s ) and JS in both Resources and Scripts panels. It doesn't have any code completion yet. Also, you have to double click to enter edit mode (I don't know
2.
▲
by
ELV1S
15y ago
I believe it's possible to make Less and SASS work. https://addons.mozilla.org/en-US/firefox/addon/firesass-for-... does work somehow. Can't same the same about CoffeeScript.
3.
▲
by
ELV1S
15y ago
Web Inspector editor is not powerful yet, but I'm working in this direction: https://bugs.webkit.org/show_bug.cgi?id=70182 , https://bugs.webkit.org/show_bug.cgi?id=71625 , https://bugs.webkit.org/show_bug.cgi?id=70181 , https://bugs.we
4.
▲
by
ELV1S
15y ago
https://github.com/NV/chrome-devtools-autosave You might find this useful.
5.
▲
by
ELV1S
15y ago
You have to reload the page then. Also, copy the changes from this file to your stylesheet.
6.
▲
by
ELV1S
15y ago
LiveReload should works on every browser that supports WebSockets. It should work on modern WebKit-based mobile browsers. Live.js uses polling. It sends XHR HEAD request every second. LiveReload monitors file changes using FSEvents (on Mac
7.
▲
by
ELV1S
16y ago
We should also use base-8 number system! http://infoverse.org/octomatics/octomatics.htm
8.
▲
by
ELV1S
16y ago
> - keyboard shortcuts for debugging (go to line, create breakpoint) F1 shows shortcuts. ⌘G: Go to Line How do you create a breakpoint with shortcut?
9.
▲
by
ELV1S
16y ago
I've made one for 10K too http://10k.aneventapart.com/Entry/235 . Mine is SVG based. The code is on GitHub http://github.com/NV/color-blender .
10.
▲
by
ELV1S
16y ago
If I knew about it wouldn't build mine.
11.
▲
by
ELV1S
16y ago
I built a Chrome extension that meets gist.github.com and ideone.com http://github.com/NV/run-this-gist . Alas, API doesn't work well in most cases http://ideone.com/tXexT .
12.
▲
by
ELV1S
16y ago
Try http://run-this.appspot.com/ if you don't want to learn SOAP.
13.
▲
by
ELV1S
16y ago
Would be nice to have more difficulty level http://elv1s.ru/i/bombada-score.png
14.
▲
by
ELV1S
16y ago
Igor Sysoev once wrote "Why is Google V8 is not suitable for embedding in server" http://sysoev.ru/prog/v8.html (russian).
15.
▲
by
ELV1S
16y ago
My script takes the favicons from Google. http://www.google.com/s2/favicons?domain=news.ycombinator.co...
16.
▲
by
ELV1S
16y ago
http://www.masterbranch.com/developer/nv/139036 "NV has worked in 2 Open Source projects." It's not true. http://github.com/NV — 27 repositories.
17.
▲
by
ELV1S
16y ago
Inspired by Yandex, I've made Faviconize Google user script, which adds favicons to the Google's search result page. User script: http://userscripts.org/scripts/show/58177 Chrome extension: https://chrome.google.com/extensions/detail/fij
18.
▲
by
ELV1S
16y ago
Unrelated question. How did you make syntax highlighting for bash prompt? I mean, yellow strings ('user exists' on 5:40) and orange wrong commands (enclosed string "'use"). I've found no clue in http://github.com/benhoskings/dot-files