Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement client-only layout. #195

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

NiklasRentzCAU
Copy link
Member

Hardcode to use it for now, switch between modes missing yet.

@NiklasRentzCAU NiklasRentzCAU added enhancement New feature or request klighd-core requires server change This change is linked to some change on the server side implementation in KLighD hackathon A ticket that could be solved in a hackthon labels Sep 28, 2024
Copy link
Contributor

@Eddykasp Eddykasp left a comment

Choose a reason for hiding this comment

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

We should import all of elks algorithms not just layered

@NiklasRentzCAU
Copy link
Member Author

Before merging, this PR needs to include a way to switch between server and client layout, with the default being server layout for now.
For further improvement, this PR could also include a new message part in the "capabilities" messaging that asks the server if it supports server layout (to which the Java server would reply true) and automatically adapt its setting to the supported one (client layout if the server does not support it, server layout otherwise)

@Eddykasp
Copy link
Contributor

Eddykasp commented Oct 9, 2024

  • add json schema for our lsp messages
  • mark correct fields in schema as required
  • add validification using the new json schemas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hackathon A ticket that could be solved in a hackthon klighd-core requires server change This change is linked to some change on the server side implementation in KLighD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants