Jordan Stewart
Jordan Stewart
``` docker run -it --rm docker:latest sh wget "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -O "awscliv2.zip" # curl not installed unzip awscliv2.zip ./aws/install # sudo not install ``` Errors with: ``` / # ./aws/install ./aws/install:...
### Description Added instructions on how to setup pyenv with nushell on MacOS, Linux, and Windows. For the moment this instruction are also found here: https://www.nushell.sh/book/configuration.html#pyenv
Feature request, porting it initially from here: https://github.com/derjust/spring-data-dynamodb/issues/138 It would be great having support for the reactive spring boot stack. Currently, i'm getting: ``` org.springframework.dao.InvalidDataAccessApiUsageException: Reactive Repositories are not supported...
Firstly, thanks for being great awslabs, but this library does not seem to be well maintained, and i get that these libraries don't exist for python, and JavaScript so I...
Hi, I was a little confused why setup instructions for `pyenv`, a python version manager was included here. So I removed it and created a PR for `pyenv` to include...
Hi, This is just a suggestion, and this might not be ideal as it changes existing error handling functionality. I would like to handle the errors, from the library, and...
vite hot reloading does not work with server side streaming with renderToPipeableStream [react 18]
### Describe the bug Bug/feature request: Vite hot reloading does not work with react 18 renderToPipeableStream (https://react.dev/reference/react-dom/server/renderToPipeableStream). `renderToPipeableStream` others very significant improvements compared to rendering to a string. The preamble...