Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Tablets page will not support new configuration format #100

Open
InfinityGhost opened this issue Sep 25, 2022 · 2 comments
Open

Tablets page will not support new configuration format #100

InfinityGhost opened this issue Sep 25, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@InfinityGhost
Copy link
Member

After the merge of OpenTabletDriver/OpenTabletDriver#2437, TABLETS.md will no longer exist and this page will fail to load.

@InfinityGhost InfinityGhost added the bug Something isn't working label Sep 25, 2022
@vedxyz
Copy link
Contributor

vedxyz commented Sep 25, 2022

Could just point

public async Task<string> GetMarkdownRawInternal(ICacheEntry entry)
{
entry.AbsoluteExpirationRelativeToNow = Expiration;
var repo = await repositoryService.GetRepository();
using (var stream = await repositoryService.GetFileFromRepository(repo, "TABLETS.md"))
using (var sr = new StreamReader(stream))
{
return await sr.ReadToEndAsync();
}
}

at TABLETS.md permalink if you don't plan to update this repo soon.

@InfinityGhost
Copy link
Member Author

That's definitely a workaround if it doesn't get done in time, however I'd rather do a proper implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants