Matthew Peveler

Results 298 comments of Matthew Peveler

I've tried reproducing this, but haven't been able to to. If you remember, was it that the "Create statement" right click menu was not providing enough information? What database server...

Maybe this is related to the error affecting #6933?

Closing this as it'll be fixed by the same thing as what'll fix #6933 (updating app-builder) from my tests.

I was running into a similar issue (reported as #7029), but with yarn, and had a similar root cause where the `.yarn/releases/yarn-*.cjs` file we had checked into our repo had...

How well does playwright handle different versions of electron? Is there a need for a similar compatibility table as spectron has for different versions of electron?

You've flipped the table versions. Spectron ^13.0 supports Electron ^11.0.0. Support for electron ^15.0 has an open PR though https://github.com/electron-userland/spectron/pull/1047.

For the former, are you looking to change the `CONF_DIR` for `testasciidoc.py` uses for its data directory stuff or the `CONF_DIR` in `asciidoc.py`? For the later, would using the `--attribute="asciidoc-confdir=/path/to/path"`...

There's also probably a broader question of is there any particular reason to not rewrite `testasciidoc.py` into something like [pytest](https://docs.pytest.org/en/latest/) and not using this custom conf setup other than manpower...

Are you able to install the latest version (10.1.0) and print out the full `a2x` output? I tried to reproduce, and it looked like `{srcdir}` was replaced properly, though I...

When you execute a2x in 9.x, what's the output look like? I'm guessing the discrepency is that `'-a', "srcdir='/home/user/code/osmo-dev/src/osmo-bts/doc/manuals'"` is getting parsed down to `'-a', "srcdir=/home/user/code/osmo-dev/src/osmo-bts/doc/manuals"` on 9.x at some...