akio-sone
akio-sone
Phil, is there any **official** document that explains the update/support policy of Dataverse or dvn? In the future, if the release cycle of Dataverse is expected to be much shorter...
Just FYI: A usual tutorial to containerize a React app assumes that node-ecosystem is locally installed and then a baseline project structure is locally created with CRA (Create React App)....
As of 2023-05-05, the following Dockerfiles work * Starting from the official node image based on Debian ``` FROM node:19.9.0-bullseye WORKDIR /app EXPOSE 5173 EXPOSE 6006 COPY package*.json ./ RUN...
@donsizemore While node version 20.x is not offered by dnf, you can manually install it on the official image of rockylinux version 8 or 9 as shown in below Dockerfile,...
As of version 5.9, the `setVersionNote()` method of `DatasetVersion` class is used only for deaccessioning a Dataset `(DatasetPage#setDatasetVersionDeaccessionReasonAndURL()).` The GUI input-combo design (pre-specified reason list + input free-text box )...