Jan Küster
Jan Küster
Thank you for your response @brianjmiller I am evaluating several technological choices for the next projects which is why I wanted to know if this is already abandoned. As long...
@theodorDiaconu @SimonSimCity I got the same issue with my repo. Got it finally running by using ```javascript api.mainModule('myPackage.tests.js'); ``` and imported all the tests files relative from this file (no...
A follow-up on this issue - I have reproduced this issue and it turns out that when I run the package tests as in the constellation in grapher (using a...
@jirikrepl just some questions for testing it - do you run your tests in the browser or do you do headless testing with puppeteer or similar? Just want to focus...
Yes, standard is available with semicolons, named `semistandard` we could use that as well.
Hi @ellukesmith and thank you for reporting this! What exactly means > causes certain strings to hold up the queue Can you give me a short code example of your...
Thank you, this is interesting, since the `resumeInfinity` was specifically added to fix issues on Chrome with long texts. I will see if I can provide a fix that won't...
Hey @ellukesmith I finally got a mac under my hands and can confirm this. Interestingly this is not an issue in Safari and if you use the uppercase text in...
I'd like to add one more thing: please do not forget documentation. I know with TS the code is so much more self-explaining but it can sometimes also be much...
Hey @jacksongazin2022 there has been a pull request, that added variable bullets to cvevents in the classic cv: https://github.com/jankapunkt/latexcv/pull/37 Maybe this helps you further?