Bronley Plumb

Results 24 comments of Bronley Plumb

I would like to see this arrive in TypeScript as well. I have a ton of unit tests that force me to cast my objects as `any` in order to...

I've been having the same issue for months now. https://github.com/rokucommunity/vscode-brightscript-language/runs/6864880864?check_suite_focus=true#step:10:38

This is the last time it worked for me ([email protected] in package-lock.json; on January 12, 2022): https://github.com/rokucommunity/vscode-brightscript-language/actions/runs/1689259345 And this is the first failure after that ([email protected] in package-lock.json: on January...

Any chance this could get merged and released soon?

For those who are interested, I worked around this issue in https://github.com/rokucommunity/logger/pull/3 by using the `replacer` 2nd argument. ```javascript const safeJsonStringify = require('safe-json-stringify'); const theObjectToStringify = { someBigInt: BigInt('123') };...

I've been having this issue periodically across my projects, and today I finally fixed it for one of the projects. I run nyc, mocha, and ts-node together on NodeJS `v16.20.2`....

This exact test passes for you? In slack you pasted a screenshot of a completely different test. **your screenshot:** ![image](https://github.com/georgejecook/rooibos/assets/2544493/da48d5af-48ad-4b49-ab55-8c996c9f5b7f) **my test:** ![image](https://github.com/georgejecook/rooibos/assets/2544493/90d8e5ed-3bc6-4a9a-b9fa-88d0604d4139)

I think I had proposed something similar here: https://github.com/fgsfdsfgs/perfect_dark/issues/255

@chrisdp you've done a lot of work on the tests lately. Thoughts on this? (Or an alternative assertion function)

If it's not too much of a lift to switch to v3 roku-deploy, that would be ideal. but don't waste too much time on it, v4 is pretty stable...