Jan-Stefan Janetzky
Jan-Stefan Janetzky
I agree 100% with blacksmithgu tho, if parsing markdown was a thing, the following would actually be required: --- to be spec compliant, I'd recommend changing the regexes a bit:...
additionally I'd recommend moving the `complexViewPath` check above the markdown check. if there is a .js and / or a .css file present, markdown should not be parsed. (the markdown...
now that I read this, there is actually some truth to it. before I started actually using this codebase, I've ran `tsc -d --declarationDir dist/lib --declarationMap --emitDeclarationOnly` to generate myself...
small hint: could it be that some people use the current steam client beta? it also changes parts of the steamcommunity itself.
> Node 20 is the current, _**and designated future LTS**_ release. Node 18 is the _**current**_ LTS release and will be replaced as such by Node 20 when Node 21...
I think I found a hint.. I have this at the top of my homepage: ```markdown letzte Änderung am Index Template: `$= dv.current().file.mtime` letzter run: `$= ""+(new Date())` ``` ```javascript...
it uses the same port as you are using to connect to the website. websockets is http layer stuff. you could change that behavior in this line: https://github.com/chjj/tty.js/blob/master/lib/tty.js#L44
any specific logs I should look into to give proper support / debug this myself? I even have this issue in microsoft edge on windows desktop. unrelated.. I know.. but...
i noticed a relation to this issue: https://github.com/stefanpenner/ember-cli/issues/972 where this would result in an error if you run your production code: https://github.com/ember-addons/bootstrap-for-ember/blob/f20d921b4fc2e1b7e07669de8f142db03be39a60/dist/js/bs-core.max.js#L420
not so recommended close: does not work in chrome 37 on windows