Munawwar

Results 9 comments of Munawwar

I'll let you decide that.

If there was a way to detect intermittent errors vs permanent errors I could implement this I guess here are some ideas to filter them for retry: - TimeoutError, ConnectionError...

Are you using elasticsearch 6 or 7? This was happening with 6.. now recent PR fixed it (on master now.. didn't release yet).

What should happen when a request is made when instances are zero? Currently (if service is paused) the root url gives a http status code 404. Do you want the...

@syrusakbary ^ do you think it's a wasmer issue rather than quickjs issue?

Latest wasmer 0.6.0, wasmer python library 0.3.0 (or ruby wasmer 0.2.0). quickjs runs succcesfully through wasmer-cli. But the python or ruby libraries cant initialize qjs.wasm. Maybe it's a issue with...

Thanks for the tip, but I still get the same error :(

@tngan I have a fix at https://github.com/Carriyo/samlify/tree/xml-entity-escape (though tests werent working for me. There is an issue with test setup, which is topic for another discussion. once tests are running,...

How about this? https://github.com/architect/tap-arc/compare/main...Munawwar:tap-arc:main Before: ![before](https://github.com/user-attachments/assets/bd713a35-c3c6-421a-9766-15de7d28b499) After: ![after](https://github.com/user-attachments/assets/952f8088-9c2e-4a66-8b5b-235798307a49)