Tim Hårek Andreassen

Results 26 comments of Tim Hårek Andreassen

> @timharek the browser version you listed is a link to a book on goodreads. I think you pasted the wrong information Thanks for letting me know, for some reason...

Thanks for the reply! > Is it possible a popped out window of the extension was open or Bitwarden was open in the Firefox sidebar? No, I regularly quit my...

A workaround while inside `photos/original/` is to run this command: ```sh for img in *.JPG ; do mv -- "$img" "${img%.JPG}.jpg" ; done ``` This takes all images with the...

Has there any development regarding this issue?

Any updates on this? I just bought the book and was excitied to try out the testing with local VMs 😅

Thank you, @DrakeTDL! That worked great, been looking for something like this for a while! 😊

This is for Deno's standard library, and is not Fresh specific. https://github.com/denoland/deno_std Docs for how to use it: https://deno.land/[email protected]/dotenv/mod.ts?s=load