Wittawat Manha

Results 5 issues of Wittawat Manha

``` $ uname -m aarch64 ``` Install script treat `aarch64` (arm) as `amd64` ```shell #find ARCH if uname -m | grep 64 > /dev/null; then ARCH="amd64" elif uname -m |...

add `X-Forwarded-For` in nginx note (fix error in app.js:86) fix: eslint problem in app.js apply: https://github.com/TannerReynolds/ShareX-Upload-Server/pull/90

This pr use same implement of nodejs but use python 3.8 (because today node version < 10 is very hard to download) + Tested on + Raspberry pi 3 model...

Currently to achieve it I can do this ```rust #[rename_future(HandleProtocolFuture(!Send))] pub async fn some_fn() {} ``` But I don't want my fn to public can you allow something like ```rust...

- Added `allocator-api2` as optional dependency - Fix Allocator implementation for latest nightly rust - Fix test for nightly / allocator api - use `Vec::with_capacity_in` instead of rely on global...