Vladimir Grichina

Results 117 comments of Vladimir Grichina

@anujism you should be able to subclass CXCalendarView and customize any styles / behaviors as you wish. It is designed for customization through subclassing.

В README надо показать пример изменения стилей

> В рабочей ветке нет никаких стилей Нужно продемонстрировать возможность кастомизации внешнего вида календаря, например с помощью Nimbus CSS. > Этот ридми актуальный. Не вижу причин отклонять этот пул реквест....

@ChrisJCraft hmm, I think you can just put it into scroll view then, maybe I misunderstand something?

BTW, if anyone is interested in BSON decoding/encoding in WebAssembly – check out https://github.com/nearprotocol/assemblyscript-bson

I have also created encoder / decoder for JSON: https://github.com/nearprotocol/assemblyscript-json/ It doesn't support floats yet (though not hard to add) + can still be improved performance-wise and probably needs some...

Bindings generation for JSON is also ready now: https://github.com/nearprotocol/assemblyscript/pull/12 However note that it's specific to our use case.

@nmaro if you are talking about binding generation – it has to be integrated into compiler for now, but `assemblyscript-json` package is usable as is.

@nmaro the real answer is that you should just be using NEAR Protocol where we already handled serialization :-P It's easy to get started – just go to http://studio.nearprotocol.com/, create...

> Is the transaction sent to the server in (1) or (5) it has to be sent in (1), otherwise we won't be able to display it in SMS (which...