Vincent Rubinetti

Results 268 comments of Vincent Rubinetti
trafficstars

Just had a chat with Tim. Here is my understanding of this issue. Please correct me if I'm wrong. What we are essentially doing here is starting with a disease,...

Realistically, I don't think this is something that will be possible. I don't think Jekyll is really set up to do this cleanly. Perhaps other SSGs would be.

Turns out, the above happened. We are switching to an Actions-based build, which allows us to use any plugins we want. Yay! This plugin is a huge thing to set...

> Thanks for the template, so useful! This is my lab website https://nvl-lab.github.io/ Added! Also, for the "under construction" note, you can use the new alert component: https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/alert https://greenelab.github.io/lab-website-template/testbed#alert

Instead of this crazy `sed` nonsense, I'm just going to include the `testbed.md` right in the repo, and remove the file with Actions when the user clones the repo. See...

Also a progress bar at top of page like https://alshedivat.github.io/al-folio/cv/.

> ```dockerfile > ARG GET_PYTHON_VERSION="python3 -c 'from sys import version_info as i; print(f\"{i[0]}.{i[1]}\")'" > RUN echo "Detected Python $(eval ${GET_PYTHON_VERSION})" > ``` @diegoferigo Do you or anyone else know how...

I think this is related, but I have an SVG like this: ``` Some Text ``` And I'm looking for the tspans to be "continuous", but Prettier puts them onto...

There's also https://github.com/MatteoGabriele/vue-analytics to make things even more confusing. 3 overlapping libraries by the same person. Gonna try out this: https://github.com/gtm-support/vue-gtm https://www.npmjs.com/package/@gtm-support/vue-gtm

Using the [ESM config example straight from the docs](https://prettier.io/docs/en/configuration) (from my default config in my home directory) throws this error: ``` ["ERROR" - 2:38:44 PM] Error resolving prettier configuration for...