-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Welcome to the ResearchEquals.com wiki!
We are still figuring out the structure, so in order to prevent making too many pages it's going to start out right here until we figure out what pages are needed.
Codespaces are virtual development environments that can be accessed remotely. All secrets (like database URL, API tokens) are stored remotely as well, which means you need to do less setup work. 😊 Moreover, you can access the interactive development environment from your VSCode locally as well as on the browser, meaning you can work in virtually any way you'd like.
We make codespaces available to our maintainers as a perk. To be able to access codespaces after becoming a maintainer, the following things need to be completed:
- Maintainer is a member of the @libscie organization
- Maintainer is granted access privileges to codespaces
Please note the following quirks while using codespaces:
- Your environment times out after 60 minutes of inactivity
- Codespaces are paid for by the hour - we have a spending limit to prevent unhappy accidents
If any questions come up, feel free to discuss this in the Discord channel. Nothing is set in stone, a lot of things have their reasons (see Chesterton's fence), and things change. So if the spending limit needs to be updated, timeouts need to be adjusted, raise it and we can revisit the thing.
You can find the latest on dependencies involved in this project below. We separate this just like the package.json
, based on main dependencies and developer dependencies (devDependencies
).
Dependency upgrades are managed using dependabot
, so pull requests will come in on a regular basis. Use the lists below as a starting point if something doesn't make sense 😊
🟥 🚧 This list is a work in progress at the moment
Candidate for deletion - unclear what functionality it serves over stripe
Used to send CrossRef XML data in a PUT request.
This is a candidate for moving to devDependencies potentially.
Needed for @react-pdf-viewer/core
to function.
When upgrading, please ensure the hardcoded links to pdfjs-dist
are update accordingly. For example:
<Worker workerUrl="https://unpkg.com/[email protected]/build/pdf.worker.min.js">
Used to run periodic jobs.
Before being acquired, we ran this through Quirrel.dev itself - now we host our own instance over at Railway.
Candidate for deletion - unclear what function it fulfills (but deletion needs to be tested).