Maxime Thiebaut

Results 15 comments of Maxime Thiebaut

For anyone ending up here and needing modern ECMAScript syntax, here is a quick workaround (in TypeScript) wrapping a RegExp into a [Custom Token Pattern](https://chevrotain.io/docs/guide/custom_token_patterns.html). ```TypeScript import { createToken, CustomPatternMatcherFunc...

> i would recommend tweaking this to be accomplished with just ends in an integer. I think this could introduce false positives as same-domain hosts can end with numbers (i.e....

I thing this is indeed a less-expensive approach than relying on regex matches, however this wouldn't match decimal-noted IPv4 addresses as just a number is valid too.

But then again, there can be a balance between performances and matches.

As this PR relies on Kubernetes 1.20, a backwards-compatibility check could be introduced to rely on the current implementation for pre-1.20 clusters.

I am not that familiar with the testing suite. Do you have any advise on how I can ensure the testing suite behaves differently depending on the Kubernetes version? From...

I'd like to add that `docs/pages/cloud/vps/configure-ipv6/guide.en-gb.md` also states that the prefix (or netmask) of your IPv6 block usually is 128. **This is incorrect, a prefix of 64 is needed otherwise...

Hi @frontendphil thanks for the fix! Do you intend on maintaining that and enabling GitHub issues?

Adding the stack-trace here should someone need it for fixing: ``` (venv) PS C:\REDACTED\venv\volatility> python.exe .\vol.py -f C:\REDACTED\dump.dmp imageinfo Volatility Foundation Volatility Framework 2.6.1 INFO : volatility.debug : Determining profile...