Yoza Wiratama

Results 8 comments of Yoza Wiratama

but when i convert from `export class User extends Model {` to `export class User extends Model {` it works but that make me create manual interface, can somebody helpe...

> Got the same problem, solved it with this: > `export class Clinic extends Model {` This is one of solution for the problem, really good but I got error...

oh thanks for your suggestion. but i already fork that. i will try pull request, because i never do that before. :)

Hello @NavCore i tried `cordova build android` and I install the debug apk on my device, but still blank screen

you can try see this solution https://github.com/rdvojmoc/DinkToPdf/issues/183

I'm having the same issue, has anyone solved this problem? I already add this code ```cs builder.Services.AddSingleton(typeof(IConverter), new SynchronizedConverter(new PdfTools())); ``` and also I already add load library manually ```cs...

this issue happen because it cant find `libwhtmltox` you can find in git repo file the lib, there are 3 files ``` - libwhtmltox.dll

Finally I found it honestly we need better documentation for block level renderer: https://marked.js.org/using_pro#renderer for example `code` block, in marked documentation it using `code`, `infostring` and `escaped`. I already spend...