Kevin Åberg Kultalahti

Results 47 comments of Kevin Åberg Kultalahti
trafficstars

To solve this you could use `SubtleCrypto.digest()` and create a hash that would be unique. As data you could pass in an object, the props that you take into a...

This works on Safari on MacOS. It sounds like this might be an Epiphany specific bug?

This came up in the Discord today, what would be needed to make this work? Intuitively I feel like this should work out of the box.

I suspect you want to keep the search locally on the client, but if you're looking for an alternative to algolia there's meilisearch: https://docs.meilisearch.com - though 11kb minified+zipped

Going to merge this. PS. Seeing this PR makes me sad :(

Here's some more external inspiration: https://hexdocs.pm/phoenix/overview.html Scope seems good. Maybe adding a bit about how to do authentication using things like auth0 as the last recipe? I think most tutorials...

Async Library Loading is probably a better candidate than auth, seeing the list that @antony linked to.

> @kevmodrome Not sure why you think `_layout` and `_reset` needs expanding. The docs are here: https://routify.dev/guide/introduction/structure . Isn't this already covered? Expanding might be the wrong word. I think...

This most likely will not happen. It has been discussed to death already. I don't see why you expect this to change. I know you have already read it but...

See, I was even confused by the naming convention. I assumed all the `useX` were actions, but looks like they are stores. Call them what they are, custom stores, not...