Fabian Engelniederhammer
Fabian Engelniederhammer
### Q&A (please complete the following information) - OS: Ubuntu 22.04 - Browser: Firefox - Version: 122 - Method of installation: `org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0` - Swagger-UI version: `5.10.3` (at least that's what...
**Describe the bug** ```javascript import dayjs from 'dayjs/esm'; import isoWeek from 'dayjs/esm/plugin/isoWeek'; import advancedFormat from 'dayjs/esm/plugin/advancedFormat'; dayjs.extend(isoWeek); dayjs.extend(advancedFormat); const firstDay = dayjs().year(2020).month(1).date(4).isoWeek(1).startOf('isoWeek'); firstDay.toString(); // Sun, 29 Dec 2019 23:00:00 GMT...
resolves #980 The very large collection 24 (~1000 variants) will otherwise fail to load in Chrome with "net::ERR_INSUFFICIENT_RESOURCES" With this fix, both collections successfully load in Chrome: https://cov-spectrum-develop-git-980-improve-collec-dc213c-cov-spectrum.vercel.app/collections/127 https://cov-spectrum-develop-git-980-improve-collec-dc213c-cov-spectrum.vercel.app/collections/24
resolves #979 I didn't find anything from #895 that we would need to clean up, now that we don't use LAPIS 1 anymore.
Improve CoV-Spectrum collection’s performance and support very large collections reliably. E.g., https://cov-spectrum.org/collections/24 works in Firfox, but in Chrome the page crashes with "insufficient resources".
We use a self-written `useQuery` hook for fetching data from servers. This has several drawbacks: * Caching does not work properly. On the first call, it still returns old data,...
There is a lot of untested code with huge React components that contain both, display and data processing logic. It would be good to split those, such that the data...
## PR Checklist - ~~[ ] All necessary documentation has been adapted.~~ - ~~[ ] The implemented feature is covered by an appropriate test.~~
Tasks that need to be done when we release the first version with a major version > 0: * remove `bump-minor-pre-major` and `bump-patch-for-minor-pre-major` from `release-please-config.json` * add "major only" tags...