ND Sire
ND Sire
These kinds of errors have been happening for years. Everyone I know just uninstalls Spring from their Rails projects. We need a testing box that automates if all of the...
nathans-MacBook:www nathansire$ cd herbalizer/ nathans-MacBook:herbalizer nathansire$ cabal update Downloading the latest package list from hackage.haskell.org nathans-MacBook:herbalizer nathansire$ cabal install herbalizer Warning: --root-cmd is no longer supported, see https://github.com/haskell/cabal/issues/3353 (if you...
it is a namespace collision. Need to do something like this... import Text.Parsec.Indent as P line 417: case (P.runIndentParser id topLevelsParser1 s) of
I ran the react-native.sh script from within the directory. However, it is looking for a shared mount volume nathans-MacBook:docker-react-native nathansire$ sh react-native.sh init MyAwesomeProjet docker: Error response from daemon: Mounts...
error: connect ETIMEDOUT 51.254.103.155:443 Weird! Chrome never shows the error.
Woops! I see it was reported. https://github.com/peers/peerjs/issues/674
I just spent three hours today diagnosing a similar problem. The SSL protocal sslv3 was being used. The node server had never been updated. sslv3 is deprecated. Need to make...
I setup a signaling server on heroku to test it. peerjs.min.js is changing the protocol to ws (non secure) `var peer = new Peer('natusdrew2', { host: "wss://hidden-beach-54481.herokuapp.com/myapp", key: "natuskey2" }...
I sent LeetCode's customer service an email regarding their broken login. LeetCode wants me to send diagnostics and screenshots of the login problem. I will make time for troubleshooting their...
Ok, see this is the other problem. Because we use npm to manage itself, it's own installation and versioning. When NPM breaks, we cannot fix anything by rolling back. Just...