John SJ Anderson
John SJ Anderson
In particular, it seems like `$file->input_filename` is ending up as an absolute path on Win32, which makes `_build_url()` generate nonsense paths (like `C:\foo\bar\C:\foo\bar\baz.html`) which leads to other things barfing down...
there's a lot of `join '/' , @path_parts` crap in there right now...
Should it be? Figure that out.
Instead of doing this: ``` % bin/hid master ✗ ✹ 14:58:54 WARNING: Could not read configuration. Using defaults (and options). Attribute (layout_dir) does not pass the type constraint because: Validation...
Recent code changes don't have good tests -- write them (or at least get more specifics about what needs to be developed).
Develop a standard perltidyrc for HiD code.
Would you be open to a patch to `App::Cmd::Command::commands` that enables setting an option so that the `version` subcmd is displayed?
I use flycheck's perl-perlcritic checker. Flycheck works by making a temporary copy of a file (at a location under $TMPDIR). This copy has the same basename as the original file,...
So, based on this: ``` 15:39 (genehack) how about something like: ->clone( $repo , [ $path | %options ]); 15:39 * perigrin nods 15:39 (perigrin) that would work 15:39 (perigrin)...
### Context I use `nvm` to manage node versions, and in particular rely on some shell hooks to automatically activate Node environments on a per-project level. This requires an `.nvmrc`...