sandstrom

Results 466 comments of sandstrom

Adding to what @jelhan said. If it's only about co-locating files, it sounds like it might be a build-level concern (Embroider configuration), where a webpack plugin (?) would be used...

I think this is something that Ember has inherited from Handlebars: https://handlebarsjs.com/guide/builtin-helpers.html#if I don't know how far Ember templates has deviated from Handlebars, so maybe going further away isn't a...

![image](https://user-images.githubusercontent.com/122287/206137750-f2a13b09-10dc-4efa-8036-cd2bbd5392e6.png) The PR section used to be browsable (for new RFCs). Now it's mostly noise. Maybe add a label to all actual RFCs? That way the label filter can be...

Thanks @kategengler! I noticed there is also a [project overview](https://github.com/orgs/emberjs/projects/11), maybe we should link that one too from the README.md?

There seems to be some kind of support: https://smallstep.com/docs/step-ca/templates/#adding-name-constraints But I don't know certificates and these extensions in enough detail to discern if this support is enough, or how much...

I know this library is well alive. But there are also a few other good search engines for JS, but maybe joining efforts would make it easier than maintaining several...

For us it's mostly reducing weight of old/stale records, but I'd say a few common ones (on the top of my mind, you can find many more if you google...

Happy to help! There are more details on what ElasticSearch is doing in their documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html Obviously it doesn't need to be implemented exactly like they've done it, but since...

Would this be solved by this one? https://github.com/typesense/typesense/issues/376

I'd like to chime in with an example of where `biometryCurrentSet` would be great. For a company with many machines, a SSH key is easy to replace. We can just...