Tom Carrio

Results 14 issues of Tom Carrio

What's better than a good old flask reference anyway Flask Up! 🍻

enhancement

**Describe the bug** The README notes several key features to the project. From the README: > Features: > > Friendly API > No dependencies > 0.8 KB minified and gzipped...

documentation

This is in reference to the hooks evaluation order in [**Requirement 4.4.2**](https://docs.openfeature.dev/docs/specification/sections/hooks#requirement-442). This reads: > Hooks **MUST** be evaluated in the following order: > > - before: API, Client, Invocation,...

**Is your feature request related to a problem? Please describe.** An Android release! **Describe the solution you'd like** Godot has support for targeting Android with a build template. It doesn't...

feature

Utilizing [OpenFeature](https://openfeature.dev) would allow you to more easily support a variety of backends with minimal effort. It's an open specification with [a Go SDK](https://github.com/open-feature/go-sdk). Essentially your shared interface is already...

Was going through the example for the JS SDK and found this issue. Imported as `OpenFeature` but referenced by `openFeature`, so therefore `undefined` reference.

## This PR - adds 8.3 to test matrix

## This PR - [x] adds support for named clients - [x] adds support for flag metadata - [ ] adds support for initialization and shutdown - [ ] adds...

## This PR Updates the minimum supported version of the SDK to PHP 8.1 Introduces new PHP language features including readonly properties, enumerations, - minimum supported version of PHP is...

This includes upgrading to newer language offerings like native enums - [ ] Drop support for PHP 8.0 - [ ] Refactor to utilize native enums - [ ] Refactor...