wildfire

Results 11 issues of wildfire

reconnecting_websocket_1.default is not a constructor

more info needed

请问如何把自己业务里的权限管理和项目结合在一起呢? 我们现在如果越过项目里的权限管理就不能自由的跳转页面,但是调整这块的配置和相关函数的入口找得我们焦头烂额。 如果有更详细的文档就好了。整理出基本功能的使用。

![image](https://user-images.githubusercontent.com/17704611/96240606-affc5d80-0fd3-11eb-8b96-05ab169ccdcd.png) json = program.to_json() '{"sdkVersion": "Python 1.0.0", "head": {"usingQRegList": [0, 1, 2], "usingCRegList": [0, 1]}}' If I use to_dict,I need to use include_default_values. If I don't use include_default_values, it miss...

bug

data = bytes(circuitLine) ret = PBCircuitLine().parse(data) # type: 'PBCircuitLine' circuitLine: ![image](https://user-images.githubusercontent.com/17704611/97098538-f5e2b100-16b8-11eb-810d-890682d80371.png) ret: ![image](https://user-images.githubusercontent.com/17704611/97098545-0430cd00-16b9-11eb-95ea-e6f7cf6005fb.png)

oneof op { FixedGate fixedGate = 1; RotationGate rotationGate = 2; CustomizedGate customizedGate = 3; CompositeGate compositeGate = 4; string procedureName = 5; Measure measure = 6; bool barrier =...

因为我在cocos creator中使用,不同的发布环境使用不同的对象。按照文档上的说法,需要载入不同文件。 请问能否内置这个功能呢?这样我就可以直接导入了

您好,是这样,请问可以更新一下底层的依赖库吗? 我这边对二进制消息包的功能有需求。 谢谢。

enhancement

I want to use this feature in my place. I think it's useful for anyone.

``readme.md中, consumer example config.json 这个文件格式显然不是json Name: kq Brokers: - 127.0.0.1:19092 - 127.0.0.1:19092 - 127.0.0.1:19092 Group: adhoc Topic: kq Offset: first Consumers: 1

我在生成字节码时,需要根据脚本载入所有模块,所以是否可以暴露载入模块的回调? 另外,我想要调用脚本内的函数,通过Value创建了参数,但是不管我是否手动free,都会遇到退出时gc泄露的情况。 请问我该怎么处理? 还有一些情况,我一些情况下无法用立即数传回需要的对象。用全局对象就可以读出来。请问有什么信息可以给我吗?

missing reproduction steps