Sean Villars

Results 9 issues of Sean Villars

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. Hello, I'm not sure what's going on, but the component simply isn't working in my `create-react-app` setup. I...

Hello, I really enjoyed the blog post and your blog site in general. I thought it was really cool that it is in Vue but also seems to be static/server...

Would love to be able to start/favorite songs :) A simple version could be implemented using local storage? What do you think? I wouldn't mind trying to get something working.

enhancement
help wanted

Hello! Apologies if this is a dumb question as I am still getting accustomed to svelte. I would like to override `handleClear()` to additionally prompt the user to confirm they...

bug
enhancement

I'm attempting to clear the combobox input after selecting an item like so. ``` function handleSelect(e: Event) { ...select actions $combobox.selected = null; } ``` However I get the error...

Hello, I am on Big Sur and having some problems getting a custom resolution to work. I am on a 27" 1440p monitor and looking to either get 1920x1080 HiDPI...

**Describe the bug** This seems potentially related to https://github.com/testcontainers/testcontainers-python/issues/517 and https://github.com/testcontainers/testcontainers-python/issues/475 TLDR; I am able to connect to the PG testcontainer from within docker running locally on a macbook, but...

Originally posted in the discord group here, but wanted to repost as an issue in case any one stumbles on this as well. https://discord.com/channels/844816706231861248/844816707126296578/1248726228677034144 --- There appears to be a...

Resolves: https://github.com/rq/rq/issues/2099 - clarify usage of the various timeouts and their values in the docs - rename `default_worker_ttl` -> `worker_ttl` argument int he worker class - sets a deprecation warning...