own2pwn

Results 20 comments of own2pwn

Hey, I've implemented it like `aeidelson` have. But that leads to deal with optional values (because of Swift's dictionary subscript). E.g. ``` let items = json.array for item in items...

Also, overriding sajson's subscript leads to dirty way of handling non existing keys in json: we should return malformed ASTNode or we throw preconditionFailure

@chadaustin wouldn't it be better to prefer optionals rather than throwing? If I recall correctly Apple recommends using throwing funcs when dealing with hardware or when we want to describe...

I guess you are using Facebook's pop? I haven't any experience with animation and I'd like to see how do you got these. Also I made a simply analog for...

> In my own experience, the issue here is the expected type of something is wrong in the JSON blob. Checkout #389 27.0 seems to me to be a valid...

I'm mapping an API response which have several fields with big ints in them. And the main problem is that they're mostly greater than 2^53. (`415712305605158664` for ex.) Sadly, they're...

Can't we use for now `#define` style way? E.g. use defines to add breaking changes and pass them while compiling? No, I don't care about 32-bit platforms. I haven't seen...

Так а в чем проблема? Хотя бы на тестовом окружении. Ну и хорошо бы было увидеть там ws. Ещё не понятно про подтверждение по смс, если потом снова включить, отвалится...

Маржинальная торговля? Вход для сторонних приложений через моб клиент(ios)

hey @karliatto , it came from `@solana/wallet-adapter-wallets`. not sure though how it resolved in 0.0.32. ``` ❯ yarn add @solana/wallet-adapter-wallets ➤ YN0000: · Yarn 4.0.1 ➤ YN0000: ┌ Resolution step...