Psi

Results 551 comments of Psi

This also affects new eslint keys like `ignorePatterns`. This is ultimately blocking on us using codeclimate & eslint (and honestly using codeclimate in any meaningful way).

@bnvk Any preference of license for the things already here?

Yeah, that's a fair. From my experience with CSV files, it's fairly common to let users use [tabs, semi-colons, or spaces](https://en.wikipedia.org/wiki/Comma-separated_values) as well, and many programs export with tabs (I...

@valorkin where would you call `.toUTCstring()`? the date itself gets sent appropriately, but someone at +9 timezone sees a different date in the front-end than what we're storing. Maybe there's...

Looking at the API response that populates this particular playlist: ``` GET https://beta.stream.resonate.coop/api/v2/trackgroups/6a2ec571-3887-4ad5-9048-70d360ce1731 ``` It looks like the covers for all these songs actually are all the same (except for...

In Firefox: it looks like while this works fine in the `audio` tag inside HTML, when I reference that streamed file directly in the browser it does complain that the...

Firefox feels like it's going to be a more used browser than Brave, so I feel like tuning the dark mode to work in it makes sense? Looks like all...

FWIW, in my experience doing automatic reloaded front-end web dev inside docker can be pretty slow.

I'm trying one more thing, taking the step to generate a cert for `beta.stream.resonate.localhost` So I try to install `mkcert`, running the command for `beta.stream.resonate.localhost` as specified in the `README.md`...

@auggod thanks. I feel like ironing this out should be a priority. _I'm willing to help with this_ but just need to actually figure out getting it running first. If...