Mike

Results 24 comments of Mike

I'm having a somewhat similar issue, it just appears at about 15% and then disappears. No animation at all.

Bumping this, this functionality would be amazing to have.

Any update on this? Trying to get this to work for me as well I haven't come up with much yet. Trying to see what direction the pages pick up...

Same issue. Dug into the code a bit and the command is running properly, but the delete is not happening. I believe its just the process of which the commands...

Getting the same issue for some reason. Cannot even login.

I got it working out of random. I just re-installed the module and it seemed to start working fine. If you don't have an index page on the Squarespace site,...

I am having a similar issue, it seems this library uses an outdated XML version according to Tiled. Trying to come up with a solution but so far no luck....

Getting the same issue with this shim, I think we might have to move this to the iOS shim repo.

I don't feel like this is efficient. Having to add more imports for constants sounds like bad practice. Having a place to define tokens and then use them as `xs`,...

It solves the problem but feels odd having to call up `theme` every time I want a custom value when I can already do `padding: 'sm'` elsewhere yea? Not the...