mbroedl

Results 29 comments of mbroedl

The last section of **week 9**, on "Interpreting Spatial Lag Coefficients" could probably be cut down by two thirds, because most of it was repetition. Also it still uses language...

NB: I was just told by a student that `data_frame` here throws a warning and should be replaced with tibble: https://github.com/maczokni/crimemapping_textbook_bookdown/blob/85b5c56223ba87ba3260edc2daacce7f3bda9347/07-week7.Rmd#L432

I believe the difference is that your ´ln´ links the java library with a symbolic link, while `javareconf` takes environment variables and writes them system specific into the loaded R...

This code is a bit nicer. Now keeping line breaks. ```javascript // ignoring comments, quotes, and fenced code, not ignoring punctuation let scopes = ['comment.*', 'quote.*', '!punctuation.*', 'fenced.code.*']; let editor...

@X-Raym Although I prefer out-of-the-box packages, I see the point of your suggestions. But could you explain how you would want to use services here?

I see, yeah. I haven't implemented something like that yet, but it shouldn't be too bad? Here's the logics in pigments, I suppose: https://github.com/abe33/atom-pigments/blob/master/package.json#L20 https://github.com/abe33/atom-pigments/blob/master/lib/pigments.coffee#L121 https://github.com/abe33/atom-pigments/blob/master/lib/pigments-api.coffee Yes, my proposition gets...

I envisioned something like that on rightclick, although this'd be a lot of effort to implement. ![image](https://user-images.githubusercontent.com/19365355/40837148-55ed578e-6591-11e8-8d5a-702ca0b3f0ea.png) They'd probably be stored as which should be changeable in the settings, as...

Yeah, I suppose your suggestion would be a first implementation. And only then comes the UI to it, when it's needed and someone had time to implement it. But that...

Mhmmm... do all the things you want to exclude have some kind of grammar structure in common that it'd be easy to exclude them? For Markdown (and other grammars I...

I just realised that if you go via _inclusion_ you could only ever count words in your fountain file (assuming other grammars do not have dialogue.* markers, for example)? Would...