Tobias K

Results 9 comments of Tobias K

I do have this problem as well (see: https://github.com/michaelficarra/CoffeeScriptRedux/issues/22) I did make sure to just have 2-spaces for indentation

I have a similar problem: ``` some_service .def "test", -> 123 some_service # should not be needed .def "test2", -> 123 ``` Test with my command line inside my project...

I just found out that my problems I have on github actions is related to this: ``` lhci12: name: Lighthouse runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js...

Hi, When iterating through a link list you should know what node you are working with. ```typescript const linkDirection = (node: Node, incoming: boolean) => node.links.filter(link => node.id === (incoming...

@saiichihashimoto I am actually not using this anymore either. If there is interest you could move it yourself, however I think I would be best if someone takes over this...

Hi @MathRobin, @jhiemer, As the co-writer of this project I already begun a rewrite, quite some time ago... It also stopped as I did not have the time to complete...

https://github.com/blai/grunt-express/issues/28 is closed now

Currently neither I nor @romgrk are writing features. For both our use-cases the current state is enough. Do you have a proposal how an API could look like?

Basic testing is enabled, still todo: - [ ] Add github Actions to display test results for each PR - [ ] Add more tests to create a reasonable test...