-
Notifications
You must be signed in to change notification settings - Fork 22
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
Tweaked descriptions – part 3 #81
Conversation
Syncing fork...
Fixed strtexp naming typos
– Misc tweaks
It seems impossible to anchor a specific script trigger... I expected the following to work, but it isn't: Which is the correct way? |
No, they don't have anchors or ids defined. You'd have to fix them first. |
Do you mean something like this? EDIT: Yes, that's correct. |
– Fixed wrong offset references in some IDS files (e.g., SPECIFIC.IDS)
Pretty sure it's enough for the div to have the same id, eg |
<ul> | ||
<li>0 => Disabled</li> | ||
<li>1 => Enabled</li> | ||
</ul> |
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.
Really!? Do you know why they negated the meaning for some of the games?
Thanks! |
You're welcome. However:
|
Is there a concrete anchor you can point me at? The 2da list isn't generated (yet? #5 etc.), so you have to add them to the index manually: |
All opcode links in the EE file |
Got this: |
Probably mac version is different. |
Done via I got the IP and copy-pasted it into my browser. Some issues:
|
Probably too new jekyll, 4.0 has breaking changes. |
Do you recommend a particular version? |
If you want to use the same as travis, it's from the 3.8 branch. |
Correct syntax? I uninstalled it via
Why does it still mention |
Come on, you've got to put some effort. Your command says: "install gems 'bundler', 'jekyll' and 'v3.8.6'". |
Sorry man, I'm trying... OK, I ran one command at a time, i.e.:
After that, I ran Everything else seems to work fine... |
@4Luke4 did you uninstall 4.0? If not, it's probably still being used for generation. |
Might be easier to just go for 4 compat and change those iterators. |
4 has broken where filter, not sure if they fixed it yet. |
Yes, I ran
Is that somewhat relevant? |
No, looks good. You can check installed gems with |
So what's the issue then? Why is it that difficult? |
So when you run jekyll, what version is running? |
I reverted back to the latest version (i.e., v4.0.0...)
|
Like we pointed out, that can't work. |
What are you referring to exactly? I've already tried with a version from 3.8 branch (i.e., v3.8.6), but it didn't work... |
Yes, but it should, while 4.0 is known not to work for EVERYONE. |
OK, I ran @burner1024, @lynxlynxlynx Thank you very much for your assistance! |
Another question: Do I need to manually delete |
You shouldn't need to, but note it takes a while to build the site (~ 1 minute on my machine). |
Yeah, I noticed it takes a while, but if I don't do it, then new changes won't take effect... Am I missing something? |
Are you refreshing the page in the browser? |
Yes, it isn't working... |
well, you can try without --incremental |
So, this is odd... The Terminal window clearly rebuilds the site upon making changes – The first time I got But if I refresh the webpage, new changes do not take effect... |
Try opening the developer console in the browser, make sure having it open disables caching (not sure if on by default) and have it open while developing. Reloading the page will then ignore any browser caching. |
Still nothing... I clicked on "Show Javascript Console", then "Reload the page ignoring cache"... |
No description provided.