Matej Kramny
Matej Kramny
What's the performance impact?
I had an issue like some others have pointed out when connecting through a custom certificate trust store. Using it resulted in a HandshakeException (CERTIFICATE_VERIFY_FAILED). Digging through my local files...
I just wanted to say that this principle is stupid and frustrating. My use case for broadcasting messages: - File changes, I want to know that `gin` acknowledged the change...
Hey, thanks for making gin! I'm having a little problem when importing local packages.. It complains with: `can't load package: /x/y/main.go:7:2: local import "./routes" in non-local package` Doesn't happen when...
Before the view controller was pushed outside every time, then pulled back. Now, when the previous view controller and the new controller is the same, it only pulls back.
line 189 modules/oauth2.js I am calling `/auth/facebook/callback?code={code}` from my mobile application. This in theory should work, i am simulating the facebook callback to the website.. Using node-inspector i found out...
``` Users/matejkramny/Developer/EventMost/routes/auth.js:70 .scope('r_emailaddress') ^ TypeError: Object # has no method 'scope' at Object. (/Users/matejkramny/Developer/EventMost/routes/auth.js:70:3) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at...
Hi. Just discovered a bug. If you add more than one operators to the config file, and then try the OPER user pass command, the server will respond with :You...
Hi is this possible? Alternatively, how can I include another view from within a view? It would be cool to support `jade`. It is originating from nodejs, but its also...
Could expand on different systems there, such as grunt with livereload (chrome plugin), or grunt on its own perhaps generating static websites on servers, although that may be for another...