Mihai

Results 29 comments of Mihai

I have the same issue on latest Manjaro. I'm using this package: https://aur.archlinux.org/packages/cloudcross/ ``` [mihai@manticore ~]$ ccross -v CloudCross v 1 . 4 . 7 for Linux ``` Managed to...

I assume the Amazon is really focused on the GOV projects where the $ is at. This thread is one example of why I usually don't recommend to anyone to...

> Does that help anyone? Sadly, no. IMHO that's another problem that AWS needs some complex scripts to use even the token code. I use the 3rd party `aws-mfa` python...

@jakubch1 yes, actually downgrading `Microsoft.NET.Test.Sdk` to `16.9.4` made code coverage work again.

This is an example of working output. And yes it's an opencover report. ``` /opt/hostedtoolcache/dotnet/dotnet test /home/vsts/work/1/s/tests/Redacted.Tests/Redacted.Infrastructure.Tests.csproj --logger trx --results-directory /home/vsts/work/_temp --no-build -c Release -s /home/vsts/work/1/s/CodeCoverage.runsettings --collect:XPlat Code Coverage /p:CollectCoverage=true...

I may be doing something wrong, but it doesn't work for me ``` $ export URL_WHITELIST='^http(s)?:\/\/(.+)?redacted\.com\/?.*$' $ archivebox add --depth=1 'https://redacted.com' [i] [2022-12-12 00:28:42] ArchiveBox v0.6.3: archivebox add --depth=1 https://redacted.com...

@JustGitting I got around this by actually using [browsterix-cralwer](https://github.com/webrecorder/browsertrix-crawler) which is awesome and does this out of the box. It also has the ability to create WACZ files directly which...

Either that, or it simply crashes rapidly by itself, and not sure if this is a Unifi bug, or something else: ``` Jun 14 01:51:29 pi node[1757]: 2023-06-13T23:51:29.604Z - [app]...

no, I did not. I just pulled the image and added some small changes to the docker-compose.yml along the way trying to fix it. my docker-compose.yaml: ``` version: '3.8' services:...