Kim Gustyr
Kim Gustyr
Async creep is inevitable when code is too dependent on I/O calls. Using `asyncio.run` or `loop.run_until_complete` is not acceptable since it adds way too much unneeded overhead for purely sync...
Apparently `pkg_resources` swallows `ImportError`s so should plugin code contain import errors, pytest will exit 1 in utter and complete silence. We use our own plugins located in the tested codebase...
As discussed internaly, the proposed operator should actually be `"NONE"` (and is already supported by engine implementations).
This has been implemented in https://github.com/Flagsmith/flagsmith-engine/pull/198 with the '$_' prefix for external values. Now that I think of it, I'm in favour of adopting OpenAPI's reference syntax for local references,...
Thanks for your feedback @graytonio! Do you think you'd benefit from [JSON Schema](https://json-schema.org/learn/getting-started-step-by-step#creating-your-first-schema) validation too?
Hi everyone, we have added ElasticLoadBalancingV2 TargetGroups support to our [fork](https://github.com/Flagsmith/serverless-plugin-canary-deployments) and published it to npm. We also solved #94 and bumped a bunch of dependencies. You can try `npm...
Hi everyone, we added this to our [fork](https://github.com/Flagsmith/serverless-plugin-canary-deployments) and published it to npm. We also solved #91 and bumped a bunch of dependencies. You can try `npm i @flagsmith/serverless-plugin-canary-deployments` and...
dotnet: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/97
### Current status Ready to merge: - https://github.com/Flagsmith/flagsmith-python-client/pull/72 Ready for review: - https://github.com/Flagsmith/flagsmith-java-client/pull/142 - https://github.com/Flagsmith/flagsmith-nodejs-client/pull/143 Up for grabs: - https://github.com/Flagsmith/flagsmith-dotnet-client/issues/89 - https://github.com/Flagsmith/flagsmith-php-client/issues/60 - https://github.com/Flagsmith/flagsmith-ruby-client/issues/42 - https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/11 and https://github.com/Flagsmith/flagsmith-rust-client/issues/17 - https://github.com/Flagsmith/flagsmith-go-client/issues/112
Hello @andreamouraud! We're not rushing to release the SDKs because the server-side implementation is yet to be released. Besides that, only pilot projects/environments will be able to use this feature....