Can Poyrazoğlu

Results 21 comments of Can Poyrazoğlu

Same here. Why on Earth does the "working example for both iOS and Android" has child inside the blur view then?

There are no TypeScript typings for this library, but the actual error is something else. Without the actual code that you are using for the library it's very hard to...

I don't think disabling main thread checker should be the way to go. `recalculateViewGeometry` method dispatches code to the video processing queue (which is not the main thread) where it...

@dondonut Apparently it's not something we (as users) can fix by ourselves. However, it doesn't seem to cause any problem (other than the log in the console). I don't think...

It's (almost totally) fixed with the latest PR. See [My comment](https://github.com/simeydotme/pokemon-cards-css/pull/11#issuecomment-1297917452) with video demoing a small yet not super-important issue.

In my case, it also doesn't work for local variables even in the same contract. For example, I have a field in the contract: `uint private _revealBlockNumber = 0;` Yet,...

I've tried passing it as `{x: 0, y: 0}` yet I get "Property is not configurable" error. However, passing it as an array also has no effect at all no...

Hi @kadiraydinli when preparing to record I've noticed a few observations. Because of NDA I can't directly share my app screen, though when I commented out parts of my app...

Any update on this? Because of this reason I think I'll have to give up using progress value and fallback to displaying the text manually.