test
Here are 6,789 public repositories matching this topic...
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Mar 20, 2022 - JavaScript
Description of the feature request:
For better bash-less Windows support,ctx.actions.run_shell could add command_bat (with the same behavior as genrule's cmd_bat) and command_ps (with the same behavior as genrule's cmd_ps).
This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Jan 30, 2022 - JavaScript
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner-
Updated
Apr 16, 2022 - Python
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Apr 12, 2022 - Go
图像匹配错误
uiautomator2的版本号:2.11.1
使用device.image.match时匹配错误
匹配结果:{'similarity': 0.9961444735527039, 'point': [319, 673]}
直接使用findit模块测试也是这么高匹配度,估计是findit模块不给力,是
Clear and concise description of the problem
Error enumerable properties are not shown for test case:
import { test } from 'vitest';
test('throw error with context', () => {
const err = new Error('This is an error with context');
err.userId = 32;
err.companyId = 64;
throw err;
})




To reproduce:
Desired behavior: View App Data works, and errors with View App Data are gracefully handled.