Evandro Myller

Results 20 issues of Evandro Myller

## what * Disables SSL-only requests restriction at S3 static-website settings when Cloudfront will handle TLS given an ACM certificate. ## why * There is a conflict when setting up...

needs-discussion

**Description** Having the chat text box focused, one can't paste images from the clipboard in it. For now, the user has to attach an image and select one from the...

help wanted
upstream

The official Telegram app window is unresponsive to Hummingbird's amazing functionality. Also when I forget about it and try to move or resize Telegram's window, Hummingbird ends up moving or...

Even though this library is small, it still lacks unit testing. Pytest might be the best choice to pick due to its simplicity.

Webhook [signing](https://github.com/Flagsmith/flagsmith/blob/5a3d12d9406c5125bc9184561323fe9bb962da34/api/core/signing.py#L5) is missing test coverage. Need to verify the resulting signature works as expected. The exact same algorithm is used across multiple webhook integrations in the industry. Suggestion of...

improvement
api
tech-debt
integrations

### How are you running Flagsmith - [ ] Self Hosted with Docker - [ ] Self Hosted with Kubernetes - [ ] SaaS at flagsmith.com - [ ] Some...

bug
front-end

Many deployments, especially in AWS, prefer pulling images from https://gallery.ecr.aws/ because it's closer to app servers (in AWS) and avoids Docker Hub rate limits. Searching for "flagsmith" leads to a...

Adopt shared mapper test data from engine-test-data repository. ## Changes - [x] Enable cross-SDK mapper test portability - [x] Standardize segment key generation across language implementations > [!NOTE] > Segment...

Users without specified trait appear in segment, evaluated using identity key instead. ## Acceptance criteria - [ ] Return `false` when trait is undefined instead of falling back to identity...

Whenever [PHP dataclasses](https://wiki.php.net/rfc/dataclass) are available, we should use them as foundation for our custom code to support `EvaluationContext` and `EvaluationResult` data structures.

tech-debt