Eric Domke

Results 21 comments of Eric Domke

The reason that this isn't implemented yet is because I have yet to come up a way to accomplish this with valid HTML and CSS since tab stops are not...

By default, the library has some logic to not render styles if the style of a given HTML tag matches the parent. The goal here is to make the HTML...

That file contains shapes instead of plain pictures which is why it is not handled currently. I'm not sure how to handle shapes going forward.

While we are waiting on official support, I also attempted to [build typings](https://gist.github.com/erdomke/12d85175636df8589888dbcfedfb6961)

When you are first installing the package, there is a checkbox asking if you want to store the package in the database. It is checked by default to match Aras...

@broderickhyman I'll try and take a look in the near future. Ever since switching to .Net core, I have been lazy and have simply been building this using the Publish...

I'll have to do some more testing with that. In the meantime, if you use `uCommand.UploadFile` (instead of `uCommand.AddFile`), it definitely should work as I have been using that with...

Sorry. I finally got around to this. I tried something different that I am hoping is a bit cleaner in https://github.com/erdomke/Innovator.Client/commit/afcddad3e06d214cfae6875e8fad0a54cd6d0ad8. Would that meet your needs?

Unfortunately, I cannot replicate the problem you describe. No matter what I do, the [latest commit on the master branch](https://github.com/erdomke/InnovatorAdmin/commit/17e5ceee09b92998fe7f8268715c673c06ce0ffc) (which was made before you submitted your issue) seems to...

@broderickhyman Yeah, the code is a bit of a mess, and I would find that feature useful too. After a quick gander, I think the relevant code is in the...