Joe Pea

Results 1901 comments of Joe Pea

> To get SCSS: Select CSS as category, select postcss as parser, click gear icon next to the parser and select scss in the parser option. Oh cool! I didn't...

Ah, postcss supports other syntaxes too: https://github.com/postcss/postcss#syntaxes, so it may be easy to add them to the site.

I've opened a request to fix issues like these in TypeScript by bringing declaration files to parity with language features. https://github.com/microsoft/TypeScript/issues/35822

example: ![flicker](https://user-images.githubusercontent.com/297678/47983283-a9df7180-e087-11e8-829a-7bd249b3d4ab.gif) Notice the cursor itself is hard to tell where it is most of the time too.

Another thing is that the cursor seems misaligned when stuff is rendered at the right side of the command prompt. For example, here's what my terminal looks like in iTerm:...

I love DomTerm though. It will be awesome when these issues are solved!

Interestingly, just about every other terminal I've tried in Atom has the same issue of the cursor being in the wrong place, on top of the command line text.

I tried the following (like above), ```sh brew install automake json-c libwebsockets asciidoctor export LDFLAGS="-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/expat/lib" export CFLAGS="-I/usr/local/opt/openssl/include/ -I/usr/local/include -I/usr/local/opt/expat/include" export CPPFLAGS="-I/usr/local/opt/openssl/include/ -I/usr/local/include -I/usr/local/opt/expat/include" export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig/ ./configure make ```...

Oh, I see, `./configure` and `make` are suppose to be different commands. That wasn't very obvious from the initial post above. Now `./configure` seems to work, but I see a...

Hmmm, a [search for `"man: invalid option -- l"`](https://www.google.com/search?num=100&ei=s-ffW-30O4rLjwS997E4&q=%22man%3A+invalid+option+--+l%22&oq=%22man%3A+invalid+option+--+l%22&gs_l=psy-ab.3...11558.11558..11783...0.0..0.85.85.1......0....1..gws-wiz.......0i71.tld5obq54lc) turns up absolutely no results. 🤔 I suppose I can skip this for now, as it looks to be just docs.