jazoom

Results 53 comments of jazoom

> Does it still happen without use strict? Yes > I think if you use const you get a different error spammed joyjoy had same issue Yes, this error: ```...

Removing `export let segment;` entirely leads to this being spammed in the browser console: ``` was created with unknown prop 'segment' ``` so either way, you get spammed.

> This will get marked as off-topic so another 10,000 developers have to waste their time on it I imagine. Such is life. I don't know whether it's off-topic or...

> hmm,, > may be if you don't need the prop, you can do this? > > on `_layout.svelte` use this two line code > > ``` > export let...

@PedDavid using the `ksuperkey` program you can bind the `super` press in the way you wish without affecting other sxhkd bindings. I agree it's annoying sxhkd can't do this itself.

This would be great to be able to get something like an at-most-once guarantee over a certain time window.

@kishorenc This is a blocker for me too moving over from Elasticsearch. The use case is exactly as @sandstrom has explained. Your example of an operation on sort_by looks nice.

It might be worth making that more clear in your docs and blog post? Litestream works on a local file SQLite database.

Can confirm, vue-meta seems to work well.

I'd say it's about as necessary as a server-side-rendered app, which is officially supported.