-
Notifications
You must be signed in to change notification settings - Fork 7
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
Removing Xranklin dependency #4
Conversation
…d warnings. The issue related to variables arbitrarily set to 'nothing' persists. You must run 'serve' twice for it to work. Is this a bug in Franklin?
I think checking in the manifest would be good in this case |
According to (tlienart/Franklin.jl#937), this bug exists in the current version of Franklin (0.10.x) and will not be fixed until the next version. They say "We're still at beta-testing stage so if you'd rather stick with something that works most of the time (even though Xranklin should, you'll have to adjust a few things, there's also a few features missing), I'd suggest sticking with the pinned version of Franklin for another couple of months" @jpsamaroo @giordano, if you can think of a way to solve this issue in the meantime please give it a shot :) I will revisit this issue in the next few days. |
I started with a fresh Julia installation, version 1.7.3
If I repeat serve, everything works:
This issue seems to be reported here The first recommendation is using
But the issue persists. The second recommendation is to pin Franklin to 0.10.58:
I re-run Julia and repeated the process (with and without @delay), but I got the same result.
Hi @tlienart :) Am I doing something wrong?, could you help us with this? Thank you :) |
Could you elaborate on this? Thanks :) |
@emmanuellujan this repo is a fixed copy from yours with Xranklin that works. I'd suggest you start from there repo: https://github.com/tlienart/juliaparallel-xr/ Notes:
Some Franklin specific things are dropped or deprecated:
I think the easier way forward is that you would close this PR, copy the repo I made into a new repo you own, add me as collaborator, open issues when you have problems, and when you're happy with it, replace the Alternatively, I've invited you to the repo above and can transfer ownership to you. |
Adding new commits from main repo
Hi @tlienart thank you for your answer :) The code I am working on (about the new template) is in this branch: https://github.com/emmanuellujan/juliaparallel.github.io/tree/new-template (I replaced @def by +++ and removed @delay. ) I added you as a collaborator. Could you give this a shot? We can continue there :) |
I'd strongly suggest (*) you start from my repo (or a copy of) to avoid chasing issues twice. (Sorry if I misunderstood but it seems you still encounter issues which suggests you did not do that) (*) maybe more explicitly (sorry if it's blunt): I won't look at repo that didn't start from it as I already invested time to fix stuff and demonstrated it works. |
@tlienart thank you very much for your reply, I appreciate your willingness to help :) I would like to explain that I mentioned the new-template branch because that's where the issue emerged. However, since you tell me that you have already made several changes to your copy of the main branch, it seems good to me to start modifying it gradually with the information from the new-template branch to detect when the error occurs. I will start doing that. |
Add the |
Removing Xranklin dependency and adding two missing variables to avoid warnings. The issue related to variables arbitrarily set to 'nothing' persists (see tlienart/Franklin.jl#937). You must run 'serve' twice for it to work. Is this a bug in Franklin?