Nico Prananta

Results 20 comments of Nico Prananta

I tried using the latest monika @hyperjumptech/monika/1.9.3 darwin-x64 node-v16.14.2 using the following notif config on macOS 12.4 (21F79). ```yaml - id: unique-id-smtp type: smtp data: recipients: - [email protected] hostname: smtp.gmail.com...

I could reproduce this, but seems like it happened because the incidentThreshold is 1. When I set to 2, I got notification.

@herenacreative still need to update the probes config, especially need to format it so that it's clear that there are multiple requests in a probe. Currently, ``` Probes: - Probe...

Seems like just need to update the regex in `lib/xcpretty/parser.rb` to handle the new xcodebuild output. This works for me locally. ```diff diff --git a/lib/xcpretty/parser.rb b/lib/xcpretty/parser.rb index 103e36f..f298010 100644 ---...

@lyndsey-ferguson ```shell Testing started on 'iPhone 7 Plus' Test suite 'Selected tests' started on 'iPhone 7 Plus' Test suite 'UangkuTests.xctest' started on 'iPhone 7 Plus' Test suite 'TopupMethodViewControllerTests' started on...

@eneko sorry forgot to mention I added `-jobs 1 -maximum-concurrent-test-simulator-destinations 1` when running xcodebuild. Had problem with my tests running parallel. ```shell xcodebuild -workspace Uangku.xcworkspace -scheme UangkuDemo -configuration Debug -sdk...

What's the problem you encountered? If all you want to do is to host your Jekyll website in Digital Ocean VPS, you just need to upload the generated files in...

Can you try following instruction for nginx [here](http://jekyllrb.com/docs/permalinks/#extensionless-permalinks)?

> Thanks! could you run prettier for fix up the CI? `pnpm prettier-fix`. I did it.

I haven't got the time to fix the CI errors, sorry!