James R T

Results 39 comments of James R T

Based on [this recent commit](https://github.com/lichengunc/MAttNet/commit/c66ae95cbe263af62553e344a5ba9ff980d69acf) by @lichengunc in another repository: > Announcement: some download links are (and will be) invalid for a while due to the webserver was down. The...

Hi @BattleCatsFanatic, for this I'm assuming that you are using the unpatched version of Battle Cats. Yes, it should be possible, as long as you have fulfilled the story-based requirements...

Hello @uuiip7878, just for you to be aware, this method seems to have been patched by PONOS by version v11.1.0. Thus, the error that you encountered could be due to...

Hi @jz-corgi and @SmalkiGroove, it seems that this method has been patched by PONOS. I am not sure of the exact version this method was patched on, but we can...

There are also many missing options from the newer IEEE 802.11 standard revisions/amendments (such as 802.11ah and 802.11ai). It seems that the `OptionTypes` enum is due for an update.

> It would be better at this point if this were targeting the prerelease branch that is soon to be released. @mvandervoord Sure, I have changed the base branch of...

Hi @PasVegan, you can add the following flags to let Valgrind exit on the first error and return a different exit code: ``` --exit-on-first-error=yes --error-exitcode= ``` In a CI context,...

> Hi, yes I think those flags should be on by default with the default exit code on error being 1 👍🏻 Done! Added the 2 aforementioned flags in the...

It seems that we can use Valgrind via `command_hooks`. The article linked by @ojousima also uses the `command_hooks` approach. That said, we can also add a Valgrind plugin to provide...