Amr Saber
Amr Saber
I am thinking maybe you can persist the queued requests using Redis. This is a feature that I needed several times and is not supported via an easy solution like...
I have a suggestion for the shortcut for the line (P), normally when you hold the mouse and have a hand on the keyboard, you hold the mouse with your...
This tool is currently broken! Attempting to run it with `gosearch marshal`, for example, gives the following error: ```plain > gosearch marshal panic: runtime error: index out of range [0]...
Why did you design the queue to require capacity, for the blocking model, this makes it equivalent to the build-in channels. And everyone would just favor channels over anything that...
Al salam alaykom, This issue is related to my comment on #648 but I think it should have its own issue. On Android ereaders, displaying a colored background (that gets...
In the frontend, this is the current [production dockerfile](https://github.com/awslabs/aws-dataall/blob/3b7e00ab157426b31f4bb963064ac538e12c275c/frontend/docker/prod/Dockerfile) ```dockerfile FROM public.ecr.aws/amazonlinux/amazonlinux:2 ARG REACT_APP_STAGE ARG DOMAIN ARG NODE_VERSION=16 ARG NGINX_VERSION=1.12 ARG NVM_VERSION=v0.37.0 RUN yum update -y && \ yum install...
Handles system exit signals and closes the server gracefully. Resolves #52 I remove the callback from the listeners as -by experience- the callback sometimes needlessly gets called several times if...