Skip to content

Conversation

n-mattos
Copy link
Contributor

  • Switched database from JSON to SQLite
  • Implemented filters in intra synchronization
  • Replaced 42connector with Fast42

n-mattos and others added 30 commits August 19, 2025 13:21
…. The functions are now also part of the DatabaseService class
…only display projects that are present on the given campus
src/wrapper.ts Outdated
let i = 0;
const pageItems = await Promise.all(pages.map(async (page) => {
let p = null;
pageFetch: while (!p) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no, I thought that we did not allow gotos
I think you should try to write this function without this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@FreekBes FreekBes linked an issue Sep 30, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find Peers not working with 503 Service Temporarily Unavailable
3 participants