Vimiso

Results 3 issues of Vimiso

### Current behavior If we have stacks of stacks we will have more than one header. I believe the following will only receive the most recent height: ```jsx import {...

bug
platform:android
platform:ios
repro provided

### Current behavior Even when setting custom styles on a header they are still wrapped in a view I need access to. ### Expected behavior In a web environment, simply...

bug
platform:web
repro provided

Take the given test: ```php $usage = memory()[1]; $provider = new \Yethee\Tiktoken\EncoderProvider; $provider->setVocabCache(storage_path('app')); $encoder = $provider->getForModel('gpt-4o-mini'); dd(memory()[1]-$usage); // 26mb! ``` 26mb seems a bit much no? Especially considering the cached...