Matt Mc

Results 149 comments of Matt Mc

Ouch, yeah this was first noticed 3 years ago. As far as I can tell this is the most popular decimal library for Go so would be good to have...

I believe this is now done with #130 but feel free to reopen if you disagree.

Wow, this was done in #130 that is awesome!

Is this still a legit PR, or does it need to be updated in some way?

Removing the "--enable-automation" flag from `ui.go` did solve the problem for me, although I'm concerned about Lorca popping up Save Password dialogs. Ideally this gets a solution which doesn't break...

Another good set of options is: https://github.com/Shopify/goluago - crypto (aes, hmac, md5, sha256) - encoding (base64, hex, json) - fmt - net/url - regexp - strings - time - uuid...

To avoid caching modules: ```lua -- loadscriptdir.lua local r = require local pp = package.path require = function(m) package.loaded[m] = nil -- Added this package.path = scriptdir() .. "/?.lua;" .....

...Actually, requiring that script in `serverconf.lua` does not accomplish it, because of Algernon's Lua State Pool. Monkey-patching the `require()` function only affects that Lua State and when another one is...

@adenvt this would be swell to have. Any idea how we get this merged?