phil romanov
                                            phil romanov
                                        
                                    pls take a look @vitalets
Да, саму либу отдельно, просто хочу так: `import { Alice, reply } from 'yandex-dialogs-sdk` > dist/index.js ```ts ... export { reply } from 'alice-renderer' ... ``` Тайпинги я тогда закину...
#11 done
@caleblawrence it actually doesn't. So I had to rewrite this library from scratch so it could work over both HTTP2/HTTP protocols, but implements the same API. Do you want to...
yea, http2 works only in `https`, so you need to setup some SSL `letsencrypt`-like cert. But this `eventsource` client just didn't handle it, while native client in browser works just...
@wubzz heya! if you're using typescript, I can just share you a snippet. I'm gonna publish it as separate package in a next 30 minutes
@wubzz https://github.com/capturetechnologies/node-eventsource-http2 i finally published it. MIT, of course, it's working in production for half-year without any problem
@wubzz u're welcome:) if you need something extra e.g custom headers support or else, feel free to reply and i'll add it to lib.
Any updates?
@Jdowsett21 in your next.js config ```js // yarn add next-transpile-modules const withTM = require('next-transpile-modules')([ '@codetrix-studio/capacitor-google-auth', ]); return withTM(nextConfig); ```