D. Ror.
D. Ror.
@OlajideOgun See https://github.com/atlassian/react-beautiful-dnd#%EF%B8%8F-maintenance--support: > This library continues to be relied upon heavily by Atlassian products, but we are focused on other priorities right now and have no current plans for...
@rmunn I was hoping to try out a fix on my mac: https://github.com/sillsdev/icu-dotnet/compare/master...imnasnainaec:icu-dotnet:mac ...but I'm not sure how to build on/for macOSX to test it out. (Attempting: https://github.com/sillsdev/icu-dotnet/pull/188)
At least for its use in The Combine, the current hurdle is getting `icu-dotnet` to find my `libicuuc`. I'm not sure yet whether there's more required from the `icu-dotnet` side...
@AutomationPanda It is, though my work schedule has been changing and I don't expect to be able to work on it until next spring or summer.
@surma @RReverser Might one of you be available to bump the dependencies?
Wikipedia's copyright info (for `arwiki` and `arzwiki`): https://en.wikipedia.org/wiki/Wikipedia:Copyrights
`ar-php`'s [source](https://sourceforge.net/projects/ar-php/) is "GNU Library or Lesser General Public License version 2.0 (LGPLv2)"
@GCHQDeveloper314 Would you mind sharing the workflow with your solution. I've been able to use https://github.com/actions/upload-artifact in one job that generates a coverage .xml file and https://github.com/actions/download-artifact in another job...
I figured it out. I needed to check out the repository before uploading the coverage report: ``` jobs: test_coverage: runs-on: ubuntu-latest strategy: matrix: node-version: [18] steps: - name: Checkout repository...
@Ryang20718 See https://github.com/codecov/codecov-action/issues/926