Filipe Guimarães

Results 10 comments of Filipe Guimarães

+1 also here. Both solutions above were not working for me. I adapted @Fl4m3Ph03n1x code - maybe not be the smartest, but now it works. I now select the elements...

I did a small "hack" in js to move the slider (JQuery needed): ``` function move_slider(id,translation) { let slider = $(".rangeslider-container", `#${id}`) let regex = /\(([^)]+)\)/ let translate = regex.exec(translation)[1].split(",").map((val)...

Although the title is not about this, but since the message is about problems in syntax highlighting, I'd like to include another issue on the list: when I have more...

I also noticed that sometimes the "use module" is marked, as in the figure below. I don't understand why.

I get the same issue using `pip 22.0.4`, and the command pointed on the [README](https://github.com/NVIDIA/apex#linux): ``` # otherwise pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --global-option="--cpp_ext" --global-option="--cuda_ext" ./ ``` I noticed...

I'm also looking forward for this issue to be resolved. In my case, I want to plot a gantt-chart-like bar plot, and in my case the x-axis goes from one...

Indeed, here is an example (the argument is actually `--parsable`): ``` > sbatch --parsable submit.job 10663264 > sbatch submit.job Submitted batch job 10663269 ``` But I guess that will actually...

Hello, is there any update on this PR? We at JSC have a couple of issues that seem to be related to this fix.

@gleon99 Thank you for the feedback! It's important also for the discussions on our side. Good luck on the further changes, I hope it doesn't take too long. 🍀

Hi Matthias, the issue is not much on having private information, but rather that we have a very convoluted setup to get the information from GPFS. It involves appending the...