Matthew McMillan

Results 29 comments of Matthew McMillan

I don't have any experience with this, but does this look like a reasonable implementation? ``` def better_move(source : String, destination : String) begin FileUtils.mv source, destination rescue ex :...

@roycaihw I just wanted to follow up as I think this PR is important. Is it good to merge as-is or would you like to split it up between the...

Hello, I'm seeing this as well. I see intros detected when they aren't at the very start of the episode, but they are not detected when the intro is at...

Postgres now has an official Docker image which you can find here: https://hub.docker.com/_/postgres/

@AlexPl292 and @Mishkun - how would you feel about doing the merge relatively soon? I understand that there are some improvements that could be made to the implementation. However, the...

Hey @Mishkun, are you still planning to submit a PR for this? If there is anything I can do to help with the process, please let me know! Thanks again...

I think you may be able to do this without using a Firebase store. In `recipes.tsx` you can move your fetching logic out of `useEffect` and into a function called...

The Docker version does have it, but not the one on Dockerhub, you can use `ghcr.io/dimitri/pgloader:latest`.