Seven Du

Results 10 issues of Seven Du

First thanks to the great mind and great software. similar to https://github.com/gera2ld/markmap/issues/66 , I'd like to render to svg/png in node.js, but I tried jsdom and svg.js, all failed, maybe...

**V version:** `V 0.3.1 dd78620` **OS:** `Linux adf6cd4e2dff 5.10.47-linuxkit #1 SMP PREEMPT Sat Jul 3 21:50:16 UTC 2021 aarch64 GNU/Linux` **What did you do?** code: https://github.com/seven1240/vcrash a little hack to...

Bug

is there a way to resize a window after created dynamically? e.g. `win.resize(width, height);` thanks.

proposal
sokol-app

fix error: ignoring return value of function declared with warn_unused_result attribute [-Werror,-Wunused-result] Apple clang version 15.0.0 (clang-1500.1.0.2.5)

this is the same patch as in https://github.com/signalwire/freeswitch/pull/1956 which was accidentally deleted. It works for me on the latest macOS as of today.

**Is your feature request related to a problem? Please describe.** `` works in #762 but when a table has a title, the inserted `` might cause trouble on some markdown...

sometimes I get an error when I immediately call play on a connected call. the call is successfully connected but looks like the state is not updated before I run...

I found a few issues on collecting. steps: - make an outbound SIP call, the other side automatically answer and play audio - collect Problems: - it returns `no_match` when...

- [ ] 确定默认编译和不编译的模块 - [ ] 确认版本号 2.0 - [ ] 包名称 rts-2.0-amd64.tar.gz - [ ] 增加符号链接 rtss -> freeswitch, rts -> fs_cli - [ ] 确定特性列表 发行范围: -...

enhancement

``` from signalwire.relay.consumer import Consumer import os import time class CustomConsumer(Consumer): def setup(self): self.project = os.getenv("SW_PROJECT") self.token = os.getenv("SW_TOKEN") self.contexts = ['office'] self.devices = [ ] async def on_incoming_call(self, call):...