spmiller

Results 11 comments of spmiller

Hi @jan-molak, thanks for your hard work on both developing and supporting Serenity/JS. It really feels like a welcoming community here. [Allied Telesis](https://www.alliedtelesis.com/en) uses Serenity/JS to test its GUI products...

Hi maintainers, some more context in case it's not clear: `tsconfig.json` supports [paths](https://www.typescriptlang.org/tsconfig#paths), but this wasn't wired into the ts-node swc transpiler. I wired this in using absolute paths (as...

Hi @cspotcode, I see you're also working on swc support in #1802. Assuming you see the value in this PR, how do think it should progress? I'm happy to help...

@hex7c0 done. ~~I'm not sure why coveralls is reporting the coverage has decreased so dramatically -- when I ran the tests locally coverage stayed at 97.74%.~~ Edit: coverage decreased because...

I realised the way I was injecting the document store made it difficult to see what was actually changing in the diff. I have now changed it to be stored...

Hi @hex7c0, is there anything I can do to help get this merged?

Hey @hex7c0, is there anything more you need me to do before merging this? Our project is starting to have issues backing up large-ish databases, so I may need to...

FYI -- v1.4.0 with Node v12 is missing Windows binaries because the build failed: https://ci.appveyor.com/project/dainis/node-gcstats/builds/24916323 v1.5.0 looks like it will be ok once #49 is resolved. https://ci.appveyor.com/project/dainis/node-gcstats/builds/33597418 On MacOS support...

Hi @erfanium, thanks for looking at this patch. The `paths` attribute is indeed supported by `tsc` (I linked to the config above) but ts-node wasn't passing this part of the...

Hi @paulrutter , I'm away on holiday this week but should be able to take a look first thing next week. It looks like the Windows build can't find npm?!