dallasbeek

Results 14 comments of dallasbeek

Same issue in Chrome using Iron PDF to generate PDF from html string. Any hack workarounds?

ran into issue when binding the autocomplete in a vue for loop and dynamically adding a new record to my array on button click. Changing the below corrected. ``` inputValue:...

This was my reason for not using this lib and creating my own. Check out dapper.database https://github.com/dallasbeek/Dapper.Database

Yes, this is the first thing I saw missing in the generated code. Thank you alixisread. Please accept this merge.

Don't merge this, needs to undo the class naming. for those peeps that have table names in multiple schemas they can use the tables["tablename"].ClassName = "newname"; but I do agree...

For the hidden issue I have a hack-around (I feel a little bit dirty doing this but it's acceptable ). It appears the minimum height to load the document is...

thanks, visibility: hidden helped fix the flicker. I have a couple places in my app where I'm using the pdf and one of them is to display the pdf and...

Pretty sure my print issue has something to do with the fact I'm rendering it inside a vue bootstrap modal window. When I did a code pen it rendered properly...

I'm tripping on this as well. I'm running this in a docker container and have a memory leak. I've narrowed this down to UseMemoryCache(). I think I have an idea...

So what I was seeing was that every generated html document added to the memory. Our simple fix was to register the memorycache as singleton, inject it into our service...