ELLIOTTCABLE

Results 177 comments of ELLIOTTCABLE

After much investigation, it's become pretty clear to me that `nvim-lspinstall` is actually the correct place to fix this problem (well, at least, in the sense that all the other...

Possibly; but note that a lot of folks aren't actually using the latest tooling like that — and in fact, cannot. (I'm over here stuck on net472 for Unity, so,...

Wait, tho: can't you special-case typeof at the _syntactic_ level? i.e. anything else in JS becomes `expr(expr(expr))` to `capt(expr(capt(expr(capt(expr)))))` … of course, that makes sense; but typeof _is_ special, so...

Ah, immediately realized a problem with that, so pulled out my laptop after sending. Here's the two solutions I see: ``` // foo( typeof bar ) var _t; capt(foo( (((_t...

Resurrecting — any input on my suggestions, @twada? I wouldn't mind submitting a pull-request for one of my solutions (whichever you prefer), if this behaviour is welcome.

Christ @whitequark, a minute and a quarter — that's gotta be some sort of new record 🤣. Okay! I think that's good news! Let me know if you need any...

Also-see-also: ocaml-ppx/ppx_deriving#7. This is unfortunate; my particular use-case is that Menhir's [inspection API](http://gallium.inria.fr/~fpottier/menhir/manual.html#sec62) generates a GADT. Generating converters for that would be nice! ``` File "src/tokens.ml", line 24, characters 0-797:...

Some more suggestions in my dup on the atom/atom tracker: atom/atom#15895

Unfortunately, I'm not actively a parcel user — only ran into this while I was going through a "learn React" tutorial. If you can't reproduce, and suspect this will be...

Hi! I'm pretty interested in `gtm`, as it parallels something I've been thinking of doing for a long time. In my own planning, I was assuming I'd integrate with my...