Sudip Bhattarai

Results 42 issues of Sudip Bhattarai

It doesn't handle resizing the terminal window, It accommodates the terminal size in the beginning and then doesn't care about the window resizing. P.S. I suggest starting the timer from...

It's already reported in #621 that the multi platform build fails with OutOfMemory error. I noticed on the log that the build for both platform is running in parallel ```...

I have configured the registry v2 and when i go to the images tab, nothing is shown. As per the logs, it's clear that images are fetched from the registry....

I am tring to index cip25 assets using aura to elasticsearch v8.3.3. Container was once restarted and now container stops everytime with `Document Already Exists` error. In case of elasticsearch...

bug

Docker version 20.10.17, build 100c701 ``` .........................................................++*++*++*++* [ERROR]Couldn't determine container ID of this container: ('list index out of range',) Is it running in docker environment? Falling back to default network...

The blockchain download part gets stuck for no reason when starting the application. * This error is random and gets reproduced after 10-15 restarts. * It occurs only on start....

**Summary** The playground is hosted at `http://172.31.6.0`, with nginx reverse proxy. When I try to access the openfga playground, I get the following error **Error message on browser console** ```...

bug
Stale

CBOR map keys can be number but this library converts them to string. As a result `encode(decode(data)) != data` if there's a number in map. I wanted to modify a...

### Relevant log ``` location /api/ { - client_max_body_size 200M; - proxy_pass http://10.0.2.158:8080/api/; + client_max_body_size 200M; + client_max_body_size 400M; + client_max_body_size 0; + proxy_pass http://10.0.2.167:8080/api/; proxy_redirect $scheme://$http_host/api/ $scheme://$http_host/api/; } location...