Bob Matcuk

Results 7 issues of Bob Matcuk

## Describe the bug I have the following alias in my .bash_profile because I like the verbose output _most_ of the time: `alias rm='rm -v'`. However, sometimes I want to...

Thanks for vim-startify! I've noticed that if I have `let g:startify_session_persistence = 1`, load a session, `:SDelete` it, and then quit vim, the session is recreated - presumably because vim-startify...

I'm not sure why the MacOS builds are sometimes zip files, but this PR should handle those cases. `unzip` doesn't have a `--strip` option like tar, so it has to...

I dunno if things changed with flutter v3, but the MacOS downloads are zip files not tars: https://storage.googleapis.com/flutter_infra_release/releases/releases_macos.json When I run `asdf install flutter 3.0.1-stable`, for example, I get: ```bash...

In `src/utils.ts`, the [console methods are cached](https://github.com/logdna/logdna-browser/blob/2f42857457fa8be92fdc8583379b1bb3f9f7331c/src/utils.ts#L96-L113). However, in a JS worker, `window` is undefined, and, so, this code fails with "ReferenceError: window is not defined". It appears these cached...

`window` is not defined in workers