test
Here are 6,835 public repositories matching this topic...
-
Updated
Apr 29, 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 30, 2022 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 29, 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 29, 2022 - Python
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 26, 2022 - Go
图像匹配错误
uiautomator2的版本号:2.11.1
使用device.image.match时匹配错误
匹配结果:{'similarity': 0.9961444735527039, 'point': [319, 673]}
直接使用findit模块测试也是这么高匹配度,估计是findit模块不给力,是
Describe the bug
Running vitest on any sample app from https://github.com/nestjs/nest/tree/master/sample won't run well with testing modules like this
const module: TestingModule = await Test.createTestingModule({
controllers: [CatsController],
providers: [
{
provide: CatsService,
useValue: {
create: vi.fn().mockResolvedVal
We have Arbitraries for LocalDate, LocalDateTime, LocalTime and more of these cute java.time guys.
I propose we also add a YearMonth generator, which would behave similarly (and can even be derived from the others if they contain a date localDateTime.yearMonth)
YearMonthArb
I propose this function:
fun Arb.Companion.yearMonth(
minimumYearMonth: YearMonth = YearMonth.of(19
-
Updated
Oct 27, 2018 - Go
-
Updated
May 11, 2020 - Vue
-
Updated
Apr 8, 2020 - JavaScript
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Oct 29, 2019 - JavaScript
The issue is based on the discussion in #559.
should we probably modify CI so that doc is published automatically on push to master? This way if we don't want doc to be released right now - just keep it in a branch. Otherwise, we have this non-synchronized docs and manual work..
😟
I'm not sure what to do about publishing docs. It would be nice to auto-publish,
-
Updated
Apr 27, 2022 - Erlang
-
Updated
Apr 14, 2022 - PHP
-
Updated
Apr 2, 2022 - SCSS
-
Updated
Apr 21, 2022 - Groovy
Improve this page
Add a description, image, and links to the test topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test topic, visit your repo's landing page and select "manage topics."


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