Michael Klement

Results 7 issues of Michael Klement

Hi everyone, I just ran into a strange problem: I wanted to query a custom "Country" entity using XrmQuery Web API like this: ```js const country = await XrmQuery.retrieve(x =>...

bug
XrmQuery
clarify

Hi, I want to create a Post on the activity wall of a contact like this: ``` IOrganizationService service = new ServiceClient(new Uri(crmBaseUrl), clientId, clientSecret, true); var post = new...

bug
Server Platform API Fix\Change

Hi @JacquesLucke, first of all, great addon. Love it :) Been wanting something similar for some time now but unfortunately I've lacked the know-how to do it myself so far....

enhancement

### What version of `astro` are you using? 1.1.5 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

p3-minor-bug

Hi, I just noticed that `GetCountryByAlpha2` (and I assume GetCountryByAlpha3 as well) is case-sensitive. How about adding a parameter that allows this check to ignore case (or even make this...

enhancement

Hi, first of all: Cool sink. We recently introduced Slack in our company and I would love to output Error/Fatal log messages into a channel. I managed to do so...

enhancement
up for grabs

### Describe the bug The text in my Textblock is not visible when I run my application in Fullscreen. ![AvaloniaTextblockBug Desktop_xVb7Engf4P](https://github.com/AvaloniaUI/Avalonia/assets/1721211/f583b306-6df7-4efe-a536-7bcf5f2918f5) As you can see you don't see anything 😬...

bug
area-textprocessing