Jeffrey Faer

Results 28 comments of Jeffrey Faer

Just poking through this repo. Looks like this was originally done in https://github.com/apex/log/commit/d1cd28bae5c4ede2cd78119e562f9675b3a4e597, and it still seems to be the case today: https://github.com/apex/log/blob/v1.9.0/entry.go#L154 https://github.com/apex/log/blob/v1.9.0/entry.go#L53

What about comparing `this_command` to `BASH_COMMAND` in `__bp_preexec_invoke_exec`? ``` $ tmux tmux $ foo() { > if [[ -z $i ]]; then > i=0 > else > ((i++)) > fi...

Hmm, I wonder if the contact form is overriding the `Content-Type`: https://github.com/hectane/hectane/blob/master/email/email.go#L43 Is there any easy way for me to verify this in hectane's logs? I'm not seeing anything obvious

Yeah, looking through the source for the contact form, this is almost certainly what's happening. hectane should fail more gracefully in this situation (potentially just ignoring the `Content-Type` header that's...

Setting `DISABLE_SSL_VERIFICATION: 1` allows the mail to be delivered

Ah, I'm guessing the problem is something around https://github.com/JamshedVesuna/vim-markdown-preview/blob/master/plugin/vim-markdown-preview.vim#L62,L65 ``` :echo expand('%:p') scp://me@computer//path/to/README.md ``` I'm guessing `grip` doesn't know how to read `scp` URIs. There's a `b:netrw_tmpfile` variable that seems...

I ran across this the other day. This isn't just limited to whitespace, but all characters that need escaping in bash. My completions were using `>`, which is kinda unfortunate...

I ran into this issue and the fix I found was kind of hacky: Instead of running the nodejs_binary script directly, do `bash -c "source \"${nodejs_binary_script}\"" "$0" "${additional_args[@]}"` the script...

Oh weird, that's probably the same issue I'm in. My Documents folder is a symlink