Thomas Harning Jr
Thomas Harning Jr
Will need to investigate what access to LuaSocket internals I have... A fix would be to always read from the socket until you get a partial buffer and then wait...
Will review luasocket sources and propose a patch to expose this data if necessary.
diegonehab/luasocket#150 created - although technically I think that the existing method of reading while waiting for the timeout implemented in the copas-style wrapper would solve this issue. A raw example...
Thanks for the info, it looks like the necessary pieces are present to do this efficiently. Looking at copas (which the utility wrapper strives to emulate), the method by which...
I suppose I am omitting some items that copas exposes (such as the 'dirty' function) so I'll at the very least expose the missing relevant functions.
Looking at this, this would likely require an overhaul of the encoding library. The current generation mechanism may need to be replaced w/ a utility to perform encoding directly in...
App Passwords is what you'll want to use here. You can then later dispose of the password in the same page.
I think this method makes good sense in the user experience sense: not too many buttons and when it gets to post choices, there's plenty of space to show details...
I've noticed in many places that the context is not chained through (either processed from options list or from the parent observable). I've managed to work through most of my...
Another benefit for consul-template supporting the approle workflow would be the memory footprint should be a lot smaller. If I recall right - the memory used by vault running as...