Luca Moschella

Results 17 comments of Luca Moschella

You can modify the cventry command as follows: ``` % Define an entry of cv information % Usage: \cventry{}{}{}{}{} \newcommand*{\cventry}[5]{% \vspace{-2.0mm} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt} \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}} \ifempty{#2#3} {\entrypositionstyle{#1}...

You can do it, I'm not very experienced with pull requests :)

Hello Sebastian, Thank you for your message! We are definitely interested in Lightning's ecosystem CI. Actually, I did already read something about it and thought our template would be a...

Thank you so much for your interest and offer! I opened a Draft PR https://github.com/PyTorchLightning/ecosystem-ci/pull/44, I also tried to highlight what I found difficult to configure :smiley:

I think I'm hitting this. In my setup I'm doing independent runs in parallel threads (not processes, since I'm using LevelDB and it does not support multiprocessing). Sometimes it breaks...

I think we can continue the discussion in https://github.com/Lightning-AI/ecosystem-ci/pull/44 Thanks! :smile:

I agree that would be great. Do you have any pointer to docs or examples on how to implement it?

@benjie thank you for the refactoring! Actually this mini script has been my first and only experience with Javascript, so I'm not experienced in the JS tooling and ecosystem. At...

I confirm I can reproduce the problem with the maximize/un-maximize shortcut. Unfortunately, I am not sure which is the cause of that and I do not have enough bandwidth to...

Hello, Is there anything we can improve upstream to get this integration smoother? Are there any blockers? Thanks, Luca