George Shaw

Results 11 comments of George Shaw

Working with my company on the CLA. I may be able to do an individual one, but am double checking with legal first.

gPanel is nearly production ready. I would say the only things preventing it from being production ready right now are the following: * Linux User Permissions [issue #123] * HTTP...

@KipOmaha I wanted to do that, but it says in their guidelines not to post questions in the user contributed notes, that they'll just get flagged and deleted :/

@KipOmaha Yes you're right it should have been `pkg/public/httpserve.go` I'm using the newest version of the CGI, I just think that there has to be some sort of a shell...

@ctd1500 I was wanting to use fastCGI but when I was looking around for documentation concerning it I couldn't find anything other than webpages telling me that it was deprecated/not...

@ctd1500 Okay thank you for this information, I'll look into the libraries when I get the time and play around with it and see how it can work itself into...

@KipOmaha I'm definitely open to any sort of progressive framework as long as I can make sure that it will stay up to date. Does x-tag have a bright future...

@ShawnMilo I've actually considered Vue.js because of some talks that I've attended talking about it. I'm pretty sure its actually more performant that react/angular, on top of those other reasons...

Yeah you're completely right @ShawnMilo , and that's one of the reasons I tried my best to refrain from using any unnecessary open source packages as dependencies. Thank you for...

Currently it is the following... ```shell PREFIX :: path::status_code::error_message ``` And the following prefixes exist: * server_errors.log * `SERVER` * `API` * account_errors.log * `ACCOUNT` * `API` * public_errors.log *...