jamesej

Results 5 comments of jamesej

I'm experiencing the same Typescript error.

Hi it's not officially dead, it's just I'm the only contributor and I don't have time to work on it right now. Should for some reason that change, it could...

We're going to look at .Net Core 3 when a general release is made, we're still on Preview 5 (unless I missed something). However it shouldn't be tricky to use...

Sorry although at some point we aim to upgrade to .Net Core 3, there's no timeline as yet.

If you want to use the workarounds in Typescript you'll need to do this to set ace config: ``` import { config } from 'ace-builds'; config.set( "basePath", "https://cdn.jsdelivr.net/npm/[email protected]/src-noconflict/" ); config.setModuleUrl(...