Sigmund Lahn

Results 9 comments of Sigmund Lahn

I havn't tested any other situation than mine. We use D365 on premises. When using connection string, I get: ``` CrmSvcUtil Error: 2 : Exiting program with exit code 2...

Would like to ping this issue. I have to use a custom build of the early bound generator, just to respect the 'UseConnectionString' setting. I don't see any reason to...

I've taken a closer look. On-premise 365works just fine without connection string, so I still don't see a reason to force it. But it works with the connection string as...

If you restructure your code a bit, this seems to work for me. First, you have a bug in that you will end up with a list of code points,...

Note that the inline element gets no height (takes no space) in FF/Chrome if it has no border. ``` div { border: 1px solid black; } aaaabbb ``` renders as...

The crash is at PDFMetadataEditWindow:390: `.getResource("/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif")));`. Appearently that resource isn't found under JRE 10. Just commenting out that line makes the program start.

I think this happens because of a unnecessary remount of the custom rendered component, which breaks the nested `ServerLoad` component - maybe because the event listener is removed and re-added?...

Currently working around this by not using a config file, and having multiple invocations with command line options in `package.json`.

Missing docstrings for new parameters, but I'd like feedback on the general approach. Maybe there's something I've forgotten? I'm not well versed in sqlalchemy internals.