Ulf Gebhardt

Results 99 comments of Ulf Gebhardt

Tooling happens here: https://github.com/bundestag/gesetze-tools Data happens here: https://github.com/bundestag/gesetze The data is not reproducable since the official websites do not provide a history, do they?

> I can help with GitHub Actions workflow setup if we decide we want that. We want that! Please reference https://github.com/bundestag/gesetze-tools/issues/16 Consider to implement the workflow on the https://github.com/bundestag/gesetze-tools/ repo....

Send seems to work with https://github.com/cypht-org/cypht/releases/tag/v1.4.1 Side note: The trash folder is no longer part of the menu. Same applies to Junk & Archive: ![image](https://github.com/cypht-org/cypht/assets/1238238/1f727da1-a8f3-4c40-9d6c-0ccbbfd87222) ![image](https://github.com/cypht-org/cypht/assets/1238238/4c58ed46-8617-4774-b2df-3727d8237468)

ok I get that - your choice to close this issue - i will live with the ctrl+click ;-)

![image](https://user-images.githubusercontent.com/1238238/114631115-4d52f880-9cbc-11eb-84c9-a0c8f5e42faa.png) While the original fails with "... 65536 characters" the version of @mszlgr fails with "no PR" which is untrue. Please publish your code @mszlgr so we can have it...

I do not report the coverage on the PR, but have a github action check & enforce it - its my chosen solution: https://github.com/webcraftmedia/coverage-check-action See it here in action: -...

@klausbadelt I did not write the `coverage-check-action` tool. Its a fork from https://github.com/devmasx/coverage-check-action with a feature `report_name` to allow multiple coverage reports in one workflow. The original tool made all...

In component: ``` const slide = ref(0) defineExpose({ slide }) ``` In test: ``` it('has slide value 0', () => { expect(wrapper.vm.slide).toBe(0) }) ``` Not sure if proper solution, but...

@wodka Hey how can I help here? I'd like to contribute, but find there are several obstacles to do so. For example this tool is split into 3 repos which...