Steve Korshakov
Steve Korshakov
i believe there was a readme! right now it is empty. Please, do not do the same mistake i had: do not move OSS documentation out of github markdown, this...
Work around: ``` let sourceRender = (Text as any).render; Text.render = function render(props: any, ref: any) { return sourceRender.apply(this, [{ ...props, style: patchStyles(props.style) }, ref]); }; ```
I don't think that this is the same. We are trying to avoid declare multiple classes and doing hacks for helping type resolving. While our problem can't be easily solved,...
We are also facing this issue and unfortunately it is a blocker for us( we are not using type-graphql.
I had same issue with test project, just added it to test project as dependency and issue goes away.
Do you have linux JVM?
I have released new version of Api with fat/shadow jar, so it is much easier to include to your project. For basic implementation you may investigate my telegram-bot project.
Recently i have updated my IntelliJ IDEA (same as Android Studio) with build tools and it stopped building( I'll try to fix this soon.
Yes, Telegram S branch is dead, use official one. Sorry, guys, i tries hard, but team decided to end development of alternative version of Telegram. Now i am working for...
v1.3.21 is not this edition