Joel Purra
Joel Purra
> `$dir` is whatever directory in the search path we're looking at. > `$mod_rel_path` is the relative path from the import directive. > `$(basename ...)`, well, you know, bash. There...
@nicowilliams wrote: > $ mkdir -p ~/.jq/utils/streaming/jq That's why I asked for a clarification. This is a user-global directory. I have been promoting the per-project `./.jq/packages/utils/streaming/` style, and it seemed...
@nicowilliams wrote: > Hmm, I like jq -P ... myself. I don't. It means so much more (repetitive) typing. > I don't want to always add "/packages/" to the search...
@nicowilliams: as far as I can tell, eval is evil -- in bash as well. While I'd like to refactor the calls to `jq`, I'd not use eval. To me...
@nicowilliams: implemented some package name checking earlier today. Turns out it has to be implemented in bash, as it's used as input. I'll implement a check for dependencies later, and...
Note that my phrasing is based on a single look at a single slow-loading part, which @MattiasJay showed me. I am not a Skjutsgruppen user. It can of course have...
The problem still exists in 1616bb5debad0e85410b53a9ed16e0ee7c74b7b8 from 2015-08-21.
@fin: thanks for the fix!
@mattiasaxell wrote: > @fin @joelpurra does this fix the problem that @robinharms sent an e-mail about with importscript to populate the site? While I haven't really dug into the contents...