Andy Hayden
Andy Hayden
FYI all, I did a little the last couple of days, now `test_db` and `test_web` are the only remaining py3 failing tests files (also `test_examples`, but that's IMO a special...
@tom-de-smedt actually the vector thing is a little weird, it looks like that vector tests fails about 50% of the time on python 3 although it passes all the time...
@Zearin I used future to do the majority of the heavy lifting in the python 3 port, see the pattern3 repo. Please do try it out.
@ddibiase yes please!
I was trying to remember if this was the issue I was facing when running examples from node-postgres website. I think, separate issue, their examples should be copied as tests,...
@Luthaf IJulia.jl seems to have a slightly different policy (it uses the global, potentially incomplete, ipython i.e. even if it's without jupyter) https://github.com/JuliaLang/IJulia.jl/issues/363#issuecomment-220792927
You might like to look at [yapf](https://github.com/google/yapf) which uses lib2to3 to make a similar F-ishST (ast + spliced in comments). The objective there is not to keep the full syntax...
This seems like a recipe for breaking. I guess I am bias/prefer [udd-style fragments](https://github.com/hayd/deno-udd/blob/master/README.md#semantic-versioning) (where dependency urls are only updated explicitly by the maintainer, not randomly by a user). Despite...
Should this be config.denoVersion? Is that the way to do this?
https://github.com/hayd/deno-lambda/issues/20 is closed now: releases will match the deno version.