Kris Avi
Kris Avi
 Did some magic with automatic detection of return.
Did struggle with testing. Not sure if i can make it work. During the test, it has not done the visitParameter it seems, so it has the type declared as...
@ScottJWalter This PR seems to be merged, ~but still the same issue~. nevermind, just read the PR, it added new file with _v3 suffix and it seems to work. https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates_v3.json
I took a stab in my fork convert them to be v3 compatible... Kind of worked, but I would guess that there are bugs, just ChatGPT vibe coding bulk of...
> There needs to be two version of Lissy93, one for arm7-8 and x86, the issue is, users have a choice to pick from based on the user architect to...
~When I ran agh in debug mode then it appeared that the issue is ParseAddr, like it is unable to parse IP of the request.~ That is not the issue....
RegExp is your friend with current problem. In your current case probably something like: `/^ALERT-.*/` should help you. Example with this filter and some of example matches shown at: [regexr.com/61bns](https://regexr.com/61bns)
That last one seems to be solution for Linux, it matches also known issues on PDK page, however what would be solution for Windows? Chown is not the same there....
Looking at codebase of PuTTY then there was huge change in how functions are called. There are a lot of wrappers that call either windows or UNIX UI functions. (I...
Got it past pg_upgrade, ``` psql -f update_extensions.sql You are now connected to database "template1" as user "postgres". psql:update_extensions.sql:2: ERROR: extension "pgaudit" has no update path from version "1.7" to...