Mr. Python
Mr. Python
### 请选择: - [X] 我已经读过了 [F.A.Q.](https://oi-wiki.org/intro/faq/),进行了搜索,但没有得到答案 - [ ] 我正在着手修复这个问题 ### 我遇到了这样的问题 在点击“使用 GitHub 登录”后 页面不会重定向到github 只会自动刷新且无法加载评论  ### 我确认这个问题可以这样复现 _No response_
Luogu_P_5653_gen.py ```python import cyaron as c N=10 K=3 while True: io=c.IO("1.in") n=c.randint(1,N) m=c.randint(1,n) k=c.randint(3,K) io.input_writeln(1) io.input_writeln(n,m,k) a=c.Vector.random(n,[(1,k)],2) io.input_writeln(a) c.Compare.program("./Luogu_P_9653.bitfile",input=io, std_program="./Luogu_P_9653_std.bitfile") ``` 使用该代码对拍时发现 `Vector.random` 的参数 `mode` 未生效。 经测试,似乎是由于枚举 `VectorRandomMode.repeatable` 不能直接与 `int`...
See: https://github.com/luogu-dev/cyaron/issues/109
``` mrpython@MP-ThinkPad:/System/Applications$ ./komorebi Welcome to Komorebi Reading config file.. [INFO]: loading Gst ** (komorebi:10877): CRITICAL **: 14:01:08.411: file /home/cheesecakeufo/komorebi/build/src/OnScreen/Icon.c: line 294: uncaught error: Unable to load image data (clutter-image-error-quark, 0)...
**Description** My desktop:  currect video:  **OS and Shell Information** - OS: Ubuntu 23.10 - GNOME Shell: 45.2 - Session type: Wayland My vedio: https://github.com/jeffshee/gnome-ext-hanabi/assets/89737170/40d8a551-25b0-430e-9169-59f99ec96c4c
### Check the following items before submitting this issue. - [X] I am sure that this bug happens in the newest version of Enclosure. - [X] I am using the...
I tried: ```json { "name":"test", "match": ["*://localhost:54220/"] } ``` And got an error in console: ``` Error matching script "main": TypeError: Invalid pattern: *://localhost:54220/ at urlMatch (utils.js:23:15) at eval (client.js:27:60)...
I want to import [normalize.css](https://github.com/necolas/normalize.css/), but there is a "`" character in the CSS comments, which is causing the browser to fail to parse it. https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L28
### 请选择: - [x] 我已经读过了 [F.A.Q.](https://oi-wiki.org/intro/faq/),进行了搜索,但没有得到答案 - [ ] 我正在着手修复这个问题 ### 我遇到了这样的问题  显示在中间是不是不太对 ### 我确认这个问题可以这样复现 _No response_