Cody Casterline
Cody Casterline
> In the meantime, one method for gaining better write concurrency may be to enable write-ahead-logging in your SQLite database. This was such a performance gain it's going to be...
In the meantime, you can work around this if you're serving FeoBlog through a reverse proxy. For example, here's how I have mine configured in Apache2: ``` ServerName blog.nfnitloop.com DocumentRoot...
I'm having this issue above. The real problem here is that it's not obvious at all what's causing the error. If the stdout/stderr output of the command was shown along...
https://github.com/toml-lang/toml/issues/413 was closed in 2017 and doesn't look like it's going to be a thing. Seems like handling actual TOML features should probably be higher priority. Diverging standards is not...
This "rounding down" behavior is especially strange when using `toRelative()` to show a countdown timer. With the default behavior, you'll see "1 minute" for a full 60 seconds before you...
I ended up implementing my own. If someone wants to fold that into Luxon as a feature, I'll be happy to use it from there. :) ```typescript function relativeDuration(duration: Duration,...
> What's the use case? In general, following the GraphQL spec? 😅 In particular, Shopify's GraphQL API uses [QueryRoot] and MutationRoot as root objects. [QueryRoot]: https://shopify.dev/api/admin-graphql/2021-10/objects/queryroot
Related: If I've got a companion object with a `@JvmStatic` method, in Javadoc I'd expect it to appear in the methods list for my containing class as a static method...
Related, see: #78 for showing status.
Sure! Was the current version causing issues? Or you just want a newer one by default?