Steven Deobald

Results 13 comments of Steven Deobald

Hi @blackqueentech > Would it be that when you link to a note , there is a linked reference to the source at that note? Yes, that's roughly how this...

In the interest of helping our M1 users, since the resolution isn't necessarily obvious from the above thread: As of this post, this problem still exists. RocksDB runs on ARM...

You can try switching from libgcrypt to OpenSSL or SHA1. For example: ``` XTDB_ENABLE_BYTEUTILS_SHA1=true ``` This sets a flag here: https://github.com/xtdb/xtdb/blob/013cdfd599795183efef82d58d61ad9fb8155115/core/src/xtdb/hash.clj#L10-L12 ...not ideal, but it does work around this problem...

Should this be called "chained `with-tx` call failure"? It's not actually the case that successive calls fail in some circumstance — just that you can't treat the return value of...

In the interest of helping others who stumble on the workarounds described in this thread, here's a concrete implementation wired into `reitit`: 1. [Muuntaaja instance with custom writer](https://github.com/pariyatti/kosa/blob/7b472e9f0e521fbacfa91d858575298d4b9f7973/src/kutis/dispatch/json.clj#L28) 2. [Configuring...

That's totally fair and makes sense. Thanks for the reply! Feel free to drop this issue if it feels like something SS can't support.

Hey folks. I'm not sure if this is related to the transfer of the domain or not, but the Rails mapper script is no longer available on GitHub Pages. This...

Cool! Thanks Amit. I had created an app with the -O flag and worked through the docs. I have a basic setup working now. On Fri., Apr. 3, 2020, 20:24...

The complete list of methods which should fire the `after_find` callbacks: - `#all` - `#first` - `#find_by` - `#find_by_*` - `#find_by_*!` - `#last`

Given that the only files in `docroot/legalcode` are HTML, it seems unlikely GitHub will properly recognize them (though maybe that's changed since I last tried). If that _is_ still the...