sandstrom

Results 124 issues of sandstrom

Added timestamps, makes it easier to understand if there are recent changes one should know about. I only backfilled the past few releases. But would be great with timestamps going...

I found this excellent gem! 💎 It seems like there are a few ruby gems for string matching: - https://github.com/kiyoka/fuzzy-string-match - https://github.com/flori/amatch - https://github.com/GlobalNamesArchitecture/damerau-levenshtein - https://github.com/tonytonyjan/jaro_winkler/ Would it make sense...

Would it make sense for this addon to switch to [{{in-element}})](https://github.com/emberjs/ember.js/pull/18867)? Perhaps this addon serves another purpose and it doesn't make sense.

help people find the new location

I like this helper, unfortunately it's spamming my console to the point where it's unusable. This will only show the deprecation for people on 2.0, where built in support actually...

Great library! 1. Would be neat with non-minified code, so one could inspect + suggest improvements. 2. Have you considered publishing as ES6 module to NPM? So one can include...

When generating a CA cert via caddy and putting that in the trust store, those private keys can also forge certificates for any other domain. We're only using this for...

feature :gear:

ElasticSearch has something called "Decay Functions", which can be used to e.g. gradually phase out certain records from search results. Very useful for e.g. entries that should gradually grow stale....

enhancement

I wanted to open this in the discussion tab, but it's not activated on the repo. This isn't a bug, just a thought I wanted to share. A lot of...

api
unrelated to 1.0
discussion

The current install flow requires sudo: ```sh sudo netbird service install sudo netbird service ``` Ideally we should be able to run netbird without root. Some inspiration and potentially relevant...