James Kerr
James Kerr
Might be a bit domain specific, allows for environments to support token replacements. Used to allow me to have container images specified via data, close if unwanted
Didn't see a response to this via discoirc, so I'll put it here: The issues here are uncategorised, and I personally have appetite to run through them and implement a...
Frequently performance issues are cause by anemic hardware, being able to display the CPU model along side some other metrics like cores available to the JVM, enabled mitigations and current...
**Is your feature request related to a problem? Please describe.** The `Content-Disposition: attachment` header causes files to always be downloaded (at least in firefox), this isn't always the desired behaviour....
I'd been running into the issue described here https://github.com/scrapinghub/extruct/issues/215 Adding `lxml>=5.0.0,
``` { var(func: eq(account, "100")){ client{ cid as uid } msg as message_limit } messageCount(func: uid(cid)){ count(messages) messages(orderdesc: timestamp, offset: val(msg)){ uid payload timestamp } } } ``` `message_limit` here...
Since FUSE Passthrough landed with [Kernel 6.9](https://www.phoronix.com/news/FUSE-Passthrough-In-6.9-Next) and [has been available for a little while](https://www.phoronix.com/news/Linux-6.9-Released), I was wondering if there are any plans to update this crate to support it?...
### What component does this affect? SurrealDB Rust SDK ### Describe the bug https://github.com/surrealdb/surrealdb/blob/43e2f05814d3b43e291069913b13b489f3a30fdb/crates/core/src/sql/statements/select.rs#L38 https://github.com/surrealdb/surrealdb/blob/43e2f05814d3b43e291069913b13b489f3a30fdb/crates/core/src/sql/mod.rs#L134 `SelectStatement.order` relies on `sql::order::Ordering` which is not exposed in `sql::mod`, unlike `sql::order::Order`. ### Steps to...