Brett Vickers

Results 5 issues of Brett Vickers

GENie currently searches for default script files named `solution.lua`, `genie.lua` or `premake4.lua`. It also searches the working directory or the `scripts` subdirectory for default scripts. What do you think about...

Path system rewritten. It now supports the '|' operator for selectors and filters. It also supports parentheses and strips unnecessary whitespace.

enhancement

Apologies for asking here if this is not the correct place. In your memory guidelines, you discuss the possibility of future work on an incremental mark-and-sweep algorithm for garbage collection....

question

I've noticed that the password stored in `settings.json` is an easily reversible mangling of the password that uses the machine name as a key. This isn't very secure, especially since...

In league 3.21, PoE appears to have changed their name hashing algorithm from FNV to MurmurHash. I added this function to `index.go` and started calling it instead of FNV. This...