guage
guage
* DRF OpenAPI version: 1.0.0 * Python version: 2.7.11 * Operating System: windows ### Description ``` urlpatterns = [ url(r'^admin/', admin.site.urls), url(f'{API_PREFIX}/schema/', MySchemaView.as_view(), name='api_schema'), url(f'{API_PREFIX}/snippets/', include('snippets.urls')), ] ``` String with...
* DRF OpenAPI version: 1.0.0 * Python version: 2.7.11 * Operating System: windows ### Description redoc.min.js should place in {BASEDIR}/static/drf_openapi/
Fix #272 Table: `CREATE TABLE test (id int, value json);` With data: id | value ---- | ---- 1 | {"string1":"string2"} But event's values in python3 is : `{"id":1,"value":{b"string1":b"string2"}` And...
Table: `CREATE TABLE test (id int, value json);` With data: id | value ---- | ---- 1 | {"string1":"string2"} But event's values in python3 is : `{"id":1,"value":{b"string1":b"string2"}` And when use...
fix handleConnect 1. Use default `AddrSpec` when target is not `*net.TCPAddr` 2. Wait for just one direction goes wrong
类似这样的url中,并没有url,u等参数,但确实是跳转的。 ``` https://lab.alipay.com/user/navigate.htm?goto=https%3A%2F%2Flab.alipay.com%3A443%2Fuser%2Fnavigate.htm%3Freferer%3Dhttps%253A%252F%252Fauth.alipay.com%252Flogin%252FhomeB.htm%253FredirectType%253Dparent ``` 所以应该判断其url参数中是否包含一个网址,与最终跳转网站是否一致/相似
"panic: unaligned 64-bit atomic operation" in windows 32bit ```txt Spawning 'C:\Windows\system32\cmd.exe' from C:\Users\admin\AppData\Local\Temp\2992344586 panic: unaligned 64-bit atomic operation goroutine 1 [running]: runtime/internal/atomic.panicUnaligned() runtime/internal/atomic/unaligned.go:8 +0x2b runtime/internal/atomic.Store64(0x1c62864, 0x17cef992dab2f618) runtime/internal/atomic/atomic_386.s:237 +0x10 github.com/ActiveState/termtest/xpty.(*PassthroughPipe).ReadRune(0x1c62840) github.com/ActiveState/termtest/[email protected]/passthrough_pipe.go:81...