Evert Pot

Results 340 comments of Evert Pot

Yes and just to be clear, I am down with having implicit support. Just not interested in writing it myself because it's on its way out for a while and...

This feature request is for increasing ergonomics/ DX. Especially when dealing with routes there's a fair amount of repetition. Of course helper functions are possible or as you say just...

A specific example is that I want users to be able to build controllers as such: ```typescript class MyController extends ResourceController { get(ctx: Context) { /* ... */ } }...

Sure, let's see what the maintainers say. Your approach doesn't really make a difference in terms of cognitive overhead.

Just to add another data point: I switched to Jellyfin about a year ago, but new files not being detected was a big usability issue. I'm pretty familiar with linux...

hey @beuss , does `ShortCache` works for you? `NeverCache` only really exists for niche cases like testing. If not, i would be interested to understand your use-case better. It's true...

I've considered this, but probably the approach I would take is to add a `.get()` to `FollowResource`, so you could do: this.ketting.follow('current-user').get() The awkward thing here is (and also with...

Thank you, this is helpful. Webpack will actually use a browser-specific build of Ketting that doesn't have the sax dependency, but it looks like Vite doesn't do this. We do...

Hey, this looks reasonable... but a bit scary. The Javascript module world is weird and I'm slightly worried I might break something for someone else. If I were to release...