sandstrom

Results 579 comments of sandstrom

@gettalong I've updated the PR, trying to match your comment.

> Pointers and references are both forms relationships where the related resources are presumed to have been loaded previously via a separate request. Pointers presume that the related record MUST...

Instead of making the library a singleton, I think effort should be put into something like this instead: https://github.com/plausible/analytics/discussions/2414 That way, the library would be just that, a library (and...

Alright, I'll have a look and get back to you with a suggestion!

The recommended way of extending the backend per the wiki seems to be this pattern: ```ruby module I18n::Backend::IcuPluralization def translate(locale, key, options = {}) # need to put in the...

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. This seem like more of a question than a bug report/issue, and therefore better suited for the discussions...

We're having trouble with peers that need some alises (extra DNS labels), for example we might have: - `my-machine.internal` (main name) - `api.my-machine.internal` (alias) - `other-service.my-machine.internal` (alias) https://docs.netbird.io/manage/peers/register-machines-using-setup-keys#allow-extra-dns-labels But the...

Related to this issue. Does Embroider + Vite support some mechanism for injecting content into index.html during build-time? Similar to e.g. `ember-cli-inline-content` or the `{{content-for}}` blocks?

Thanks @simonihmig 🎉