Sam
Sam
Yep! Certainly a spanner in the works 😄
@denniske I imagine most people are using SLX studio for working with the game assets. Which features are you interested in? With regards to caching in-memory bitmaps of rendered assets,...
Never ended up implementing a tool to slice out orientations, no. Given your requirements, it may be easier to export the specific images you require from SLX studio.
I needed this working in Cypress 10 and also needed a handful of other bug fixes and changes, instead of patching this project I created a new one here: https://github.com/Sam152/cypress-replay...
I ended up rolling a new library, which addresses this bug: https://github.com/Sam152/cypress-replay
I am using IE8 and I tried the latest version of master and I can confirm that the dropdown menus are not clickable.
Can we get this into a pull request? I had a similar problem where the relocate was sporadically moving elements around at widths anywhere within 10px of where I'd asked....
I seem to be able to reproduce this with 12.5.1 with the following test case: ``` context('Waiting on cancelled requests', () => { it('waiting will resolve when a request is...
This can also be reproduced directly with OpenAI credentials, without azure: ```php $client = $container->get(\OpenAI\Client::class); $client->chat()->create([ 'model' => 'gpt-4-0613', 'messages' => [['role' => 'system', 'content' => 'call my_function']], 'functions' =>...