Simon Hardy-Francis

Results 57 comments of Simon Hardy-Francis

More info here [1]. [1] https://www.notion.so/dapperlabs/Comprehend-logs-forward-port-debug-logs-804323ea1973438ea0671998df2484bf

More info here [1]. [1] https://www.notion.so/dapperlabs/Comprehend-logs-forward-port-debug-logs-804323ea1973438ea0671998df2484bf

Thanks for the comments! > This will be quite hard to support given that it should be impossible to parse a context free grammar with a regex. It does a...

Some comments based upon own experiences running the loader for localnet load tests: Somehow this needs to be calibrated to the variance of the TPS output from identically configured run...

FYI I upgraded to a newer NVIDIA graphics driver; 450. This increased the FPS substantially, even up to 100 FPS or so. However, during a game then the FPS very...

* Run `helloworld` and ask `cwrap` to run with full verbosity, and we get to see the "noisy" `PreMain()` function: ``` $ CWRAP_LOG_STATS=1 CWRAP_LOG_NUM=1 CWRAP_LOG_TIMESTAMP=1 CWRAP_LOG_THREAD_ID=1 CWRAP_LOG_CURT=1 CWRAP_LOG_VERBOSITY_SET=1 ./helloworld cwrap_log_init()...

* Turns out there is a way to tell Nim the exact path and executable name of the `gcc` 'binary': ``` $ ./Nim/bin/nim c --gcc.path="`pwd`/cwrap/" --gcc.exe:"cwrap.pl" --gcc.linkerexe:"cwrap.pl" --forceBuild:on -r --verbosity:2...

@techee Thanks for the quick response. Yes, I installed Geany like this via MacPorts: ``` $ sudo port install gtk3 +quartz $ sudo port install geany +quartz ``` I tried...

Also, created a MacPorts issue here [1] :-) [1] https://trac.macports.org/ticket/65660#ticket

Also, I had to add this #ifdef in this other example of using mpaload / printf() otherwise it seg fault. Presumably this is linked to not understanding the comma syntax...