Yury Zhuravlev

Results 348 comments of Yury Zhuravlev

It should be easy to implement by a library like http://www.paramiko.org/

I will try but it complicated, I just have some bunch of code after bundler and I don't know what exactly causes it.

It's really important feature but I think you should also keep "default" params.

yes but for default we should return ([a-zA-Z0-9]+) instead '[a-zA-Z]+': ``` const getPathRegex = (sections) => { return sections.map((value) => { if (value.match(new RegExp(`:${DYNAMIC_PATH_REGEX}`)) !== null) { return `([a-zA-Z0-9]+)` }...

For example, https://github.com/TehShrike/svelte-state-renderer exist very useful function: "asr.stateIsActive" it solves most of the problems with navigations.

I am worried about an activity of this project, also it does not have full feature set what needed for routing system. The solution from @TehShrike more acceptable but you...

I think you right, in PG12 they change internal API.

Probably I will make fork but I don't know what name should I use.

I added a timeout error for wait_for_terminate into my fork. https://github.com/stalkerg/aiosip

> Do you plan on implementing aiortp into your fork? good question... currently I am using RTP implementation (without network level) from https://github.com/aiortc/aiortc project and it works perfectly. (at least...