aprp
aprp
hi, not sure if this is the right place to ask, but I got this stack trace when trying to create a GenericContainer in GitHub Actions that runs on `windows-latest`...
@ClaytonNorthey92 thank you for the explanation, I guess that's why I don't recall encountering this when running tests on my local machine. does this mean that as of now, the...
that sounds like a workaround I can try for now, thanks for the suggestion :+1:
sorry I haven't got the chance to check, as I am assigned to another task at the moment. I'll be sure to let you know when I've tried it @ClaytonNorthey92
i took a look at https://www.npmjs.com/package/cloc and from my understanding, it is not a JS/TS library that can be imported in code, is the idea here is simply to install,...
hi @adelkahomolova , haven't got the time to further try this, will likely try on the weekend. just one question though, other than via `yarn test `, is there any...
sorry for the delay in response, I've found out that for github, [this API](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#list-repository-languages) might be a lot simpler to implement, wdyt @adelkahomolova ? for gitlab and bitbucket, I have...
@k1m0ch1 sure thing, let me know if you have any question
sorry i'm a little bit busy at the moment, will try to take a look at it on the weekend
I would assume that while the goal is to add JSON marshal tests for all types having `String()` method, this issue is kept open to serve as an entry point...