B Schwarz
B Schwarz
I can try to create a patch for this, if you just can point me in the right direction.
All I did was add the following line to requests.js, line 247: `this.app._headers.allow = Object.keys(routes['METHODS']).join(',') || ''` So the whole else block looks like this now: ``` this.app._errorStatus = 405...
I had a WBS to display my resume (you can [see how it looks under the graphical tab](https://bschwarz.github.io/resume-dyn/)). And I meant to make it a full theme but I never...
Thank you for all your work on plantuml, it's great! I am fine with integrating into plantuml, in fact that is probably better. I think some of the themes might...
> Well, if you accept to manage https://github.com/plantuml/plantuml/tree/master/themes this would be really great. Yes, I can manage this, no problem > Another point, note that somehow we are deprecating skinparam...
> Thanks for the link. > We have started to copy their API in last beta version. We are just using integer instead of float. > For example: > >...
Sorry, one more question. For the FontColor: ``` root { FontColor #?black:white } ``` What will get chosen if the background is set to 'transparent'?
> Here we have a real issue. > > There is no way to guess if the real background color behind transparent is dark or light. (Well, I think, tell...
Ok cool. I will try this out this weekend.
Sorry for the late reply. I will take a look. Do you happen to have the plantuml file that generated the above image? So I can see exactly what you...