THOUSAND-SKY

Results 9 issues of THOUSAND-SKY

Prevents multiple consecutive starts from overwriting the timeout and leaving unwanted running timeouts in the background. Navigating through `router.push` multiple times in a row makes multiple `start` events before a...

### NextUI Version 2.2.9 ### Describe the bug The values should be coming from the `value` prop? E.g. in https://nextui.org/docs/components/select#custom-items , even if you change `textValue` to `value`, the `key`...

bug

I'm looking for a construct that sets up a lambda function with secrets before the lambda gets invoked. Something a la https://github.com/aws-samples/aws-lambda-environmental-variables-from-aws-secrets-manager ### Use Case In nodejs, it's a hassle...

feature-request
Backlog
addressed

The "edit" button on the top right leads to 404's, like https://github.com/nix-community/dream2nix/edit/main/modules/dream2nix/src/intro.md --- I discovered that, trying to edit a broken link [on this](https://nix-community.github.io/dream2nix/modules.html#deprecate-override-functions): > See htop module definition [here](https://github.com/nix-community/dream2nix/blob/main/examples/dream2nix-packages-simple/htop-with-flags/default.nix)....

This example displays the v1 legacy version, that is being shut down this month, or am I wrong? I expected an up-to-date v2 version.

I was trying out the the `.devcontainer.json` interop, and am wondering if sharing the host nix store is possible. It would save some bandwidth/disk space (and, most important, time!), and...

enhancement

Function URLs get cookies twice, in headers and the `cookies` array, which was causing them to duplicate. This will overwrite rather than duplicate. Ref: https://github.com/awslabs/aws-lambda-rust-runtime/pull/586 Function URLs use the same...

### Reproduction I don't have a repro, if the completed tutorial is somewhere then it wasn't linked in the tutorial. I wish it was. I'm using vite, I was NOT...

docs
bug:unverified