Airic Yu
Airic Yu
Created a branch for enhancing the controller factory(the solution 1 of above) at #122 . See if you guys think that this change is acceptable.
Actually what I want to do in my application is to make a middleware which when controller method is called, the middleware can know the operation definition's security setting. With...
I just try to run the hello world example and try access "http://localhost:9000/admin". I got the same error too...my machine is window 7. The golang is the latest version already....
Sorry guys, I just tried method mentioned by @fengde and it works somehow! Thanks very much! btw, it would be better if you guys can help to make a better...
Hi Qard, your fix is not work. I checked that the addQueue function has never been called in my code at runtime.
Finally make the workaround work. ``` var find = mongoose.Query.prototype.find; mongoose.Query.prototype.find = function () { var args = arguments; var last = args[args.length - 1]; if (typeof last === 'function')...
> which solana version are you on? > > I was on 1.15.2 and it was veeery slow. I installed 1.14.7 it got better. guys, i hit this issue as...