Eric Guan
Eric Guan
Relevant issue: https://www.reddit.com/r/Enhancement/comments/l1boqd/comments_duplicating_in_never_ending_reddit/ Tested in browser: chrome, firefox To reproduce: 1. scroll to bottom of page, wait for `/api/morechildren` request to send 2. scroll up until the red `loading...` text...
I downloaded this plugin from the vscode marketplace, expecting it to "just work", sadly this isn't the case. I'm quite new to coala so please excuse any ignorance. My project...
See if there's anything pertinent in the nginx error log that should be reported.
``` ❯ curl -I -L http://strn.pl/ipfs/QmbW8E85XV584KEAGqBoVSty4VJTmiFujtoUASAEoaRKHp/1 HTTP/1.1 301 Moved Permanently Server: nginx Date: Thu, 18 May 2023 18:34:33 GMT Content-Type: text/html Content-Length: 162 Connection: keep-alive Location: https://strn.pl/ipfs/QmbW8E85XV584KEAGqBoVSty4VJTmiFujtoUASAEoaRKHp/1 curl: (35) schannel:...
Config is currently set with environment variables. Env vars are set in the docker compose file. The docker compose file is basically locked since we don't want to force node...
Shouldn't this be `tx2.Sign` instead of `tx.Sign` https://github.com/algorand/go-algorand/blob/0e7087bb75efb14fe0d03009212a8c1111014102/data/txHandler_test.go#L2673 The resulting txn has an empty `ForeignApps`, and the txn gets dropped by the `handler.msgCache` instead of the `handler.appLimiter`