Pine
Pine
Sure! Say I type `foo`, and it returns 3 hits: ``` > foo.js foo-bar.js foo-baz.js ``` and now I want to open both `foo.js` and `foo-bar.js`. If I have ``...
@samizdatco I'm getting this in Firefox: ``` actualBoundingBoxAscent: 9.265625 actualBoundingBoxDescent: 0 actualBoundingBoxLeft: 0.90625 actualBoundingBoxRight: 10.5078125 width: 9.600000381469727 ``` Unfortuantely I'm not familiar with font measurement so I can't help much...
@matheuss As you said, we just need to make a decision. Do you mind if I send a PR using [app.getPath('userData')](http://electron.atom.io/docs/api/app/#appgetpathname) as @sindresorhus suggested? This resolves to: `%APPDATA%\Hyper` on Windows...
@OJFord So it boils down to which one you use on OS X. But `XDG_CONFIG_HOME` is not an official thing on OS X. Even using `~/.hyper` makes more sense, as...
@OJFord Electron does its fair share of respect for `XDG_CONFIG_HOME` on Linux. If 99% of people don't set their `XDG_CONFIG_HOME` on Mac, and 99% of Mac app doesn't use `XDG_CONFIG_HOME`,...
@OJFord Hyper is not a CLI app. It's first an Electron app. Then it's a Mac app on macOS. Mac app and Electron app both says app data should be...
@OJFord > No, it's the app that gives me the CLI! So it's not a CLI app. > The only relevant Electron app I can name is Atom So following...
@posva > Is it possible to read comments with the language server? 😮 It won't be easy, but it's possible, since TypeScript server supports analysis of JSDoc. @pi0 > So...
@chrisvfritz I was thinking along the line of using TypeScript to extract the data and use it to supplement the html completion, but actually it doesn't have to be this...
I made a proposal: https://github.com/octref/vuetypes. Feedback welcome! My proposal is only about the "JSON format" and the "Editor Behavior" part. I don't know how each library is building the current...