Kyle Jessup
Kyle Jessup
swift --version should report `Apple Swift version 3.0 (swiftlang-800.0.33.1 clang-800.0.31)` The Xcode > Preferences > Locations CLI Tools should say: Xcode 8.0 (8S162m) The Xcode app menu "Toolchains" submenu should...
Are you using a global MySQL connection or sharing them amongst threads in any way? Sharing one connection is definitely not thread-safe.
I want to make sure that http server doesn't barf out potentially sensitive information by default. I know that error message needs to be fixed (as you did) but I...
Ensure you are passing `allowResponseFilters: true` when you make the `StaticFileHandler`. If you are using TLS or compression then this needs to be true. I think it does this automatically...
Do you have content compression enabled? If so, remove that filter and see if it has an effect. I'm just trying to eliminate certain causes at this point. If you...
I'm at a bit of a loss here. I don't know of anything that would cause what you are experiencing and was unable to reproduce the issue with your code....
That was very helpful, thank you. I am able to reproduce the problem and will report back when I get to the bottom of what's happening.
So… still not sure exactly what's happening, but I have been able to eliminate several possibilities. It's not mustache; I removed that and just serve the static index page and...
update: no way to get default value from type. user will need to specify