Sam Critchley
Sam Critchley
Aye I've run to this just now. The concept that bundles will cleanly map to folders of scripts is a bit... bleh. In order to make use of bundle descriptors...
I resolved this by installing the library "PciManager".
No I gave up 🤷♂️
@jrhouston in answer to your question -> https://dotnet.github.io/orleans/docs/deployment/kubernetes.html
I had this same problem... it went away. I think i did a reboot after entering credentials. I also ssh'd to the pi to confirm the settings were stored correct...
If I pass an absolute path to attach instead: ``` error TypeError: The header content contains invalid characters at validateHeader (_http_outgoing.js:494:11) at ClientRequest.setHeader (_http_outgoing.js:498:3) at Request._end (C:\Users\Sam\source\rateit-testset-publicapi\node_modules\superagent\lib\node\index.js:1102:11) at Request.end (C:\Users\Sam\source\rateit-testset-publicapi\node_modules\superagent\lib\node\index.js:858:8)...
The error doesn't occur if I omit the attach so I dont think its due any other headers. The only other header is an Authorization: Bearer header. If I use:...
Ok this is my fault. I was adding something to Object's prototype and it was affecting things. That said you have code that does `for (x in p)` like ```...
Should anyone else be doing oddball stuff in their prototypes I was able to make a my property a non-enumerable ftw. ``` // Object.prototype.getSafe = function (expression) { // return...
I saw this immediately after adding `mode=max`. I'm caching to/from registry,