Mark Bates
Mark Bates
I don't know why you're having connection limit problems. looking at that code snippet I'm guessing you're using websockets, or something based on the Hijack code. It's probably related to...
A PR to remove that dep would be fantastic and welcome.
We would. It’s used in a lot of places to take a path name and turn it into a package name. So /Users/markbates/go/src/foo/bar would become foo/bar or C:\WindowsPath\go\src\etc… inflect.Name is...
We would. It’s used in a lot of places to take a path name and turn it into a package name. So /Users/markbates/go/src/foo/bar would become foo/bar or C:\WindowsPath\go\src\etc… inflect.Name is...
It was but it’s been moved here because it’s being used in a lot of projects not just buffalo so it was moved here so there wasn’t a dependency on...
I think the problem is actually that it's trying to launch the files using the open command and they're not properly escaped. Check out line 37 of config.rb. Look at...
Sorry, was incredibly busy all day today. The point of the rake task is to bridge the gap between multiple tasks, such as specs and cucumber. Without it the data...
Please submit a PR. Thanks.
I don’t know. :(
Backwards compatibility is really important. A lot of people have Goth in production. I don't want to break that. I, honestly, don't really understand the issue, so it's hard for...