Artem

Results 27 comments of Artem

Hi guys, that what I've used on server side just to get the app working: ```typescript import 'localstorage-polyfill'; (global as any).sessionStorage = (global as any).localStorage; (global as any).document = {cookie:''};...

It's only in watch mode.

Are you using textcolor plugin? I've initialised module with ```ts TinymceModule.withConfig({ branding: true, plugins: ['textcolor'], toolbar: "forecolor backcolor" }) ``` And form becomes dirty when style changes.

Can you please provide a reproduction repo?

Outputs in my roadmap, thank you for feedback

Currently have no time to do it, PR would be great

you must copy skin by yourself

Hi @takahirox! Did you have a chance to look at the code?

Hey, just wanna warn those who are working with this code. [This particular line](https://github.com/lukejacksonn/servor/pull/63/files#diff-2d6f8130e148d501d82b83c755089c413a252a07f9a6be3e3d8a07949d01ecaaR24) may cause script to fail, because the filename can be null and it isn't handled.