Vincent Rubinetti

Results 268 comments of Vincent Rubinetti
trafficstars

I think this endpoint could be used: https://docs.github.com/en/rest/pages/pages?apiVersion=2022-11-28#get-the-status-of-a-github-pages-deployment You can pass this argument: > `pages_deployment_id` Required The ID of the Pages deployment. You can also give the **commit SHA of...

Working on the new 3.0 UI, and it's quite jarring to see variant names like `Shh`. I can easily make it such that `something` gets transformed to `somethingblah` and gets...

> but the API should definitely return a representation that can be unambiguously formatted Yeah this is my concern, this is what I need. > Returning HTML for a variant...

If you're trying to get an input while using [actions/github-script](https://github.com/actions/github-script), as I am, you can work around this by just using normal expression substitutions (orwhatever they're called): ``` // const...

I have an odd issue. If I keep this package as `6.0.0`, I get a `no-undef` eslint error `'SubmitEvent' is not defined`. If I upgrade this package to `7.0.0`, that...

For now, I'm working around this like this: ```vue ``` This is in Vue. In React I guess you'd attach a ref and set the style on that.

@falquaddoomi Can you take a look at this? The main changes of note are in `orcid.py`, and the more possibly questionable changes involve issue https://github.com/greenelab/lab-website-template/issues/258. Summary: not sure which ORCID...

That's great, thanks for testing that out. None of my ORCID entries had multiple work summaries to test that with. With that extra data point, I feel confident enough that...

@andrewsu Do you have time to give this code a quick look and these set of issues one last think?

Related to #258 . From that response, you can see how painful the schema is. There's duplicate dates, and three distinct ones, in different formats: ```yaml last-modified-date: 2022-05-23T23:38:16.840Z created-date: 2014-08-28T23:46:45.243Z...