kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
NwS has quit [Ping timeout: 246 seconds]
nicooo has quit [Ping timeout: 240 seconds]
nicooo has joined #sandstorm
nicooo has quit [Read error: Connection reset by peer]
nicooo has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
TC01_ has joined #sandstorm
TC01 has quit [Ping timeout: 264 seconds]
michaeln3 has quit [Remote host closed the connection]
<kentonv> oh nice, Node 12 has a bug where it can't start if /proc/meminfo doesn't exist.
michaeln3 has joined #sandstorm
<kentonv> looks like if I put an empty file there it might work
michaeln3 has quit [Remote host closed the connection]
michaeln3 has joined #sandstorm
michaeln3 has quit [Remote host closed the connection]
michaeln3 has joined #sandstorm
michaeln3 has quit [Ping timeout: 256 seconds]
<kentonv> TypeError: hasOwnProperty is not a function
<kentonv> at LDAP.ldapCheck (imports/server/accounts/ldap.js:49:8)
<kentonv> I'm going to revert for the release since it's pretty unclear to me what the problem might be.
<kentonv> weird...
<kentonv> Welcome to Node.js v12.16.1.
<kentonv> Type ".help" for more information.
<kentonv> > x
<kentonv> undefined
<kentonv> > let x = Object.prototype.hasOwnProperty.call
<kentonv> [Function: call]
<kentonv> > x({}, "foo")
<kentonv> Uncaught TypeError: x is not a function
<kentonv> seems like a node bug. :(
<kentonv> or rather a V8 bug. Same behavior in Chrome.
michaeln3 has joined #sandstorm
xet7 has quit [Read error: Connection reset by peer]
xet7 has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm