-
> @luser: for S3 we support IAM roles coming from the EC2 instance metadata, which is super useful because it's very easy to assign an IAM role to an EC2 instance, and then you don't have to deal with…
-
Try out a small arbitration logic using `ref` cells.
This will be a component that takes two `ref` cells as input, but itself exposes the interface of one memory. Internally, it logically bridges t…
-
Actual result when using qalc:
```
> Maugmented := [[ 1, 2, 3 ];[ 4, 5, 6 ]]
save([[1, 2, 3], [4, 5, 6]], Maugmented) = [[1, 2, 3], [4, 5, 6]]
> rref(Maugmented)
rref(Maugmented) = [[1,…
-
Low Code Schema Refactor Phase 1
## Tell us about the problem you're trying to solve
We are currently auto generating the low-code component JSON schema based on the dataclass definitions using …
-
I have a program with several demos, each requiring a different delay, so I've been using something like this:
EVERY_N_MILLISECONDS(thisdelay) { run_nextdemo(); }
Although I can change the value…
-
I see that only ranges and slices can be converted into parallel iterators.
i wonder how to best utilize rayon while reading from a file.
ATM I read files into buffers, then parse them using an …
-
### Description of the new feature / enhancement
User can press short cut like `Shift twice` to draw in their screen using the mouse , and when they done, they can press shift or any other keyboard k…
-
We should generate completions at least for `zsh` and `bash`.
Status update:
- [x] #105.
- [ ] Add completions to releases.
- [ ] Install correctly via the installation script.
-
`windows-sys` is still moving far too quickly resulting in churn and duplicate dependencies, the usage in this crate is quite limited, so it makes sense to just bite the bullet and handwrite the bindi…
-
Hi! Just wanted to start off by saying that the library looks great 🎉. I'm trying to assess the feasibility of Tyro for my use-case, and there are a couple suggestions that maybe you'd consider:
1.…