Declan Kelly
Declan Kelly
On the Windows build, the Kernel and Tab menus are present in the menubar, but when clicked don't fully show up.
Some rambling ideas: In the [changes from v0.1.2 to v0.2.0](https://github.com/declanvk/incremental-topo/compare/f8f16d5948573e94e10decfba8ef9e1d9901ee4f..a5713ff28c51fc47497b2231d4711f7fe745c4e1), the signature of the `IncrementalTopo` type changed from `IncrementalTopo` to `IncrementalTopo`, losing the ability to store user-defined types. This was...
This PR is related to some of the comments in #108, but there is not a specific issue created separately for this. Please let me know if you want me...
### Describe the feature I would like to expose the [`CustomizableSend`](https://docs.rs/aws-sdk-dynamodb/latest/src/aws_sdk_dynamodb/client/customize.rs.html#8-13) trait that is used in the bounds of the [`CustomizableOperation::send` call](https://docs.rs/aws-sdk-dynamodb/latest/src/aws_sdk_dynamodb/client/customize.rs.html#106-110) as public. ### Use Case The reason that...
**Description** Add a lint which checks for a binop or cast where the expression is converting a Duration to a floating point number, and losing precision along the way. The...
@ellisonbg @willingc This is a brain dump of the various ways that the kernel should work, but may not currently uphold. I've attempted to define any terms that are important...
The current process for executing code involves a few stages. 1. The code is converted into an AST 2. If the last node in the top level is a single...
[RFC 9110 Section 5.6.2](https://www.rfc-editor.org/rfc/rfc9110#section-2.5) defines the grammar for field value tokens as ``` token = 1*tchar tchar = "!" / "#" / "$" / "%" / "&" / "'" /...