Blake Kostner
Blake Kostner
No rush on the review. Take your time. As for something like `metadata_mappers`, that sounds like a great idea. It should keep the logger pretty easy to extend for everyone's...
No rush at all! Let me know if you want some assistance on adding metadata mappers and I can make some time.
I second this. Right now there is no way (that I know of) to add more information to the user model besides overwriting the passport.connect service.
@Tahul Because it's a slide out navigation, I'd include on the menu buttons (and the back button): ```html aria-label="open navigation" aria-controls="id of the aside" :aria-expanded="$menu.visible" ``` I'd also add something...
It seems you can have it stream twitch by putting it in the autoplaylist file, but because it recognises it as a track it will play forever until you use...
The `url` field is designed to be a homepage link, which may or may not be a donation link, but it would be best to keep them seperate. While the...
For this issue, I would assume the best place to put the cache would be at this function https://github.com/unjs/ipx/blob/main/src/ipx.ts#L72. - Add some sort of maxSize option to https://github.com/unjs/ipx/blob/main/src/ipx.ts#L45 - Check...
@ohbob I did not get to this, but it looks like @ascorbic did. Look at the attached draft PR for progress.
Alright, I have deployed this to [elixirschool.fly.dev](https://elixirschool.fly.dev/) on the elixir schools org right now. I am noticing some odd libcluster connection issues that I'm going to look into.
I think @kinson still wanted to check some some deploy stuff, and I still needed to work out a cluster communication issue.