Chris Rickard
Chris Rickard
Facing the same issue, the problem is this creates invalid HTML. A ul or ol can only contain li's - where currently the output is nesting the second level list...
Hi guys, im on webpack 3.0.0 - and still can't seem to get this to work. neither "$" or "jQuery" are being exposed on the window (although my DLL is...
@bsbodden I did yes, I found out that I had to include the jquery alias in my main webpack.config (even though it was being included from my webpack.vendor.dll.js). ``` resolve:...
Hi guys, I had this in the CSS which was causing it for me; ``` .page { page-break-after: always; } ``` Changing to this fixed it: ``` .page { page-break-after:...
hey @gehrisandro ah nice pickup, that PR should at least stop the error from being thrown. Annoyingly I cannot seem to find an example prompt that replicated this behaviour without...
Hi @gehrisandro, that's a good question - I know OpenAI and MS [have a partnership,](https://openai.com/blog/openai-and-microsoft-extend-partnership) and I hazard a guess that is because MS has invested 18+Billion, but I don't...