alexwenbj
alexwenbj
**Describe the bug** [The link to JudgeServer API doc page lost. ](https://njuptaaa.github.io/docs/#/judgeserver/api) **To Reproduce** Steps to reproduce the behavior: 1. Go to '[...](https://njuptaaa.github.io/docs/#/judgeserver/api)' 2. Show 404 page **Expected behavior** Should...
If I use the `(answer)` block as the Custom Block(My Blocks) arg, the answer won't be translated in all languages. Expected Behavior: (answer) should be translated to corresponding language like...
When invoke doc.stringify(), i found 2 defeats: 1. in if...then...: ``` if < condition > then do sth end ``` there should be a space between the `
I exported the database from memory and save it on server.The next time,when i re-open the exported file via XMLHttpRequest,it said the file is not a database file.How can I...
Maybe we can use the PHP function `connection_aborted()` to check if user close the page,if page is close, we can break the loop ?
[http://s-macke.github.io/jor1k/demos/main.html](http://s-macke.github.io/jor1k/demos/main.html ) Clipboard input not accept `command+v` shortcut on Mac OS + Safari 13.0.2,I must use right click to invoke the context menu to paste.
Someone installed Python 3.x in this emulator?
几个建议和问题
1. 顶部菜单在手机屏幕分辨率中不见了,应该是没有做自适应匹配或者匹配不太好; 2. 表格,是否支持行分组?例如: -------------------------- 北京分 -------------------------- 张三 26 20000 ------------------------- 李四 35 40000 -------------------------- 上海分 ------------------------- tom 30 20000 ------------------------ jack 23 10000 ----------------------- 3. 好像没有下拉按钮? 供参考。谢谢! ------------------------ 环境:Mac...
Hi,in my self-hosted Judge0 Server, the judge0 works fine,but whenever I access the /workers to get Health Check,it always return: `[{"queue":"1.13.0","size":0,"available":0,"idle":0,"working":0,"paused":0,"failed":0}]`, what does it mean? I want to check whether...
如题。目前好像只能传递文件,如果有其他表单数据该如何传递?