Jean Mertz
Jean Mertz
Adding the `with_same` columns to the `select` optimization from [ranker.rb#L226](https://github.com/mixonic/ranked-model/blob/master/lib/ranked-model/ranker.rb#L226) solved the issue and everything seems to be working still. This helps me to at least continue until you find...
@mixonic I do get deprecation warnings in my logs regarding the `.all` calls. If you'd want to get rid of them, I'd swap `.all` for `.to_a`. That one is cross-version...
Well, after trying to figure this out, I am kind of back to square one for now. Some things I tried: 1. adding :scope => :account_id to the is_sluggable options...
I kind of hacked around the find_using_slug issue by overriding the method to use find_by_cached_slug(). This obviously is bad as it no longer allows history or id's to be passed...
Has there been any news to report since a month ago? I do like @SalocinHB's suggestion of providing build instructions in the README for manual installation.
While I don't have exhaustive instructions, I did get it to run by: 1. Clone this repo. 2. Merge https://github.com/michaeldwilliams/toolkit-for-ynab/tree/safari-web-extension into the main branch of this repo locally. 3. Follow...
This would be a nice feature to have. Specifically, I'm interested in using the [`uuid.c`](https://sqlite.org/src/file/ext/misc/uuid.c) extension.
A closely related request mentioned on discord: doing a `whois` lookup.
@binarylogic I briefly looked into #5647. It would be fairly trivial to add "runtime state" to VRL. Basically, we'd initialize the runtime at boot, and then allow state to be...
> @jszwedko my intent of specifying the DNS server is to set up a local DNS cache to avoid overloading the corporate DNS servers. I guess when there is native...