Tyler Hogan

Results 8 comments of Tyler Hogan

Would love to see this get merged in! Any chance non-`ActiveSupport` can be added soon so this can merge? I'm having a problem right now with a Rails app I...

@dcosson You may be able to use this gem: https://github.com/tzinfo/tzinfo You could make that a dependency of IceCube and use it for parsing dates using whatever timezone is passed in...

@dcosson @seejohnrun Put some more thinking / console testing into this and I may have a solution. We can modify the time zone parser to use `Time.use_zone` instead: ``` ruby...

@seejohnrun Ya I edited my post above to say that. I didn't realize it was an extension on `Time` from `ActiveSupport`.

For what it's worth, I have pg2k4j working with pg 11.5. It's possible < pg 11.5 had an issue that has since been resolved? Either that or some config is...

Linking these two issues together: https://github.com/serverless-heaven/serverless-webpack/issues/494 There is a half workaround available in a comment I posted over on that issue, but it's not a true fix and has a...

I have also been running into these same issues the past few days. I think I've solved the internal package not found issue but whitelisting it in `nodeExternals`: ```ts externals:...

:+1: Would love to see this merged in. My test suite gets spammed with these deprecation messages atm!