-
Notifications
You must be signed in to change notification settings - Fork 42
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
Use the local dockerfile over the image #334
Conversation
… document: './troubleshooting/working_with_resource_limits'
@escopecz sorry about that Were you able to get things to work already? Happy to chime in if you're still running into issues! CC @RCheesley |
@dennisameling we have been trying to get it working but it seems there's a bug with the Esbonio language server currently which is preventing it from running: swyddfa/esbonio#896 (comment). It seems to install fine, but never starts up. Any help you might be able to give would be awesome! |
Had to read up a bit on the current situation. Looks like the reStructuredText extension that we used has removed support for previews in version 190.1.17, back in January of this year. Apparently folks should now be using the new Esbonio VS Code extension, which is still a pre-release version, and seems to be lacking proper documentation. When I download the older So until Esbonio releases their v1 stable version, you may want to replace this snippet in vscode:
extensions:
- ms-python.python
- lextudio.restructuredtext ... with this: vscode:
extensions:
- ms-python.python
- [email protected] That would give a bit more breathing space to figure out the Esbonio extension setup. Hope this helps! 🙏🏼 |
@dennisameling Thanks for looking into it! Much appreciated! I'm getting this message now but from the language server output it seems like it's done: Also, do you have some idea how to avoid the failing CI with rate-limited link?:
|
Can you click "esbonio" in the bottom right corner of the screen? That'll trigger a rebuild. I just started a fresh GitPod instance based on your latest commit here, and it's working nicely 👌🏼
IIRC GitHub made a change a couple months ago to to prevent unauthenticated users from using the search page. If you open an incognito window on your local machine and go to the URL in question (https://github.com/search?q=repo%3Amautic%2Fmautic+Dashboard+menu+language%3AINI), you'll get the rate limit as well. Apparently there's an option in |
I went with that route after some checks. There's no easy way to generate a session cookie for the GitHub UI for this purpose, so let's ignore it. @escopecz can you add this commit to your PR here? That should fix the build. The broken 404 links should be replaced sometime. |
@dennisameling thank you! The CI is green now. I'm not sure what I do wrong or where to search for an error message: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working OK for me - I can now preview the files without a problem and Esbonio is loading! Thanks so much @dennisameling and @escopecz for looking into this issue!
Let's get this merged if it works for the 2 of you :) |
No description provided.