Stuart Farmer
Stuart Farmer
Added Lamden
Why can't Sanic accomplish this in a more straightforward and default fashion? I actually was able to solve this problem without a new process. Sanic is just using the native...
@ahopkins If I have some more time, I can file a PR. It will make Sanic a lot more usable in more complex applications where you need more control over...
@mikepurvis I'll try to accomplish this in a more elegant way than a try-catch. Any requests for how it should look?
@ahopkins are you saying that this is fixed in 3.7?
I might have some free time to dig into this, but no promises immediately. If I do start a branch, I'll make it known here. Similarly, if anyone makes a...
I have the same problem where limit orders say they get filled but at a different price per share than the limit order price I set. IE: it's not guaranteeing...
Is there a potential solution in designing the CR layer where each transaction outputs a set of 'updates' but aren't applied until it succeeds? That would make it easy to...
Another option would be to introduce a new programming language. This is probably not ideal. However, for brainstorming purposes, let's assume it is... LuaJIT is a variant of Lua that...
More problems: * Rewritting the metering functionalities might require core changes to the LuaJIT codebase. * C programmers are harder to come by and C programming has much higher room...