Vimiso
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 {...
### 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...
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...