VeteraNovis

Results 13 comments of VeteraNovis

Is this solution still working? I'm able to modify the lines in HistoryGraph.js, but I can't find the duOptions.scale file.

@henrywhitaker3 Ah thanks for the clarification!

Is this change possible to make using the docker image without rebuilding the image? Or am I going to have to clone this repo, make the changes, and then rebuild...

I'm having the same issue as federicotorrielli, running Ubuntu 20.04. `cmatrix.c:837: undefined reference to waddnwstr` Interestingly enough, line 837 is `addwstr(char_array);` and so I'm unsure why it thinks it is...

@DanielNoord Ah, yep that's definitely something I overlooked. I would have to mark it as 0 until the grimoire is unlocked, as it makes sense that no spells could be...

Sounds like a good idea. I'll put some more time into it and update the PR.

I've created a PR to implement this feature. https://github.com/CookieMonsterTeam/CookieMonster/pull/1023

I'm experiencing the same issue. Does this still happen to you?

Hey mate. That's a good point. I'll see what I can do to do away with the external dependency, and update the PR. I've been using WeasyPrint for a while...

> Hi! > > Thanks a lot for your contribution, it’s nice and seems to fix the original bug. > > The only concern we have is adding a new...