Nicholas Mistry

Results 5 comments of Nicholas Mistry

This may be anecdotal, but I found that zooming all the way out before deleting the chunks solves this issue on my end.

+1 - Adding DRO readout size/font configuration makes this software more accessible to users with different display / eyesight constraints.

Pulled the redirected url `https://objects.githubusercontent.com/github-production-release-asset-2e65be/205895782/1a8e3ee4-2218-427d-b235-deaa61abf9c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240716%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240716T215932Z&X-Amz-Expires=300&X-Amz-Signature=79248cb4e4bb719e6313ccfb1d063b71eba938f008ac8e194afbce0eeb585329&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=205895782&response-content-disposition=attachment%3B%20filename%3DBrogueCE-1.13-windows-x86_64.zip&response-content-type=application%2Foctet-stream` from the release download for windows and ran it through an online malicious file scanner. `https://www.virustotal.com/gui/url/c3913d84dc09e073544cd86726bc620756f30f28502298c0f312961a62c1ec08?nocache=1`. The file is being flagged by both Anity-AVL and...

On OSX 10.9 xcode 5: Does not execute properly when specifying non standard homebrew install location. ``` $ brew install libconfig $ brew install readline $ export CFLAGS="-I/usr/local/homebrew/include -I/usr/local/homebrew/Cellar/readline/6.2.4/include" $...

@dannluciano, this is what its set to: ``` $ echo $LDFLAGS -L/usr/local/homebrew/lib -L/usr/local/homebrew/Cellar/readline/6.2.4/lib $ echo $CFLAGS -I/usr/local/homebrew/include -I/usr/local/homebrew/Cellar/readline/6.2.4/include ```