Khoa Nguyen
Khoa Nguyen
Hi, I'm trying to install the Nuget package in a .Net Core 3.0 project. But the content of the package is not copied to the project directory. It's working with...
Hi, I'm using Windows 10 Pro. The screensaver doesn't work after installation. So I decided to download the code and play around. I've disabled most of the mouse, key events,...
Hi, Thanks for sharing the amazing tools! I am facing below error using Set Admin Mode: true action. I was using System Admin user and tried passing static values to...
Hi, I can import the Primary Build definition, but I got below error when saving. `The request specifies project ID 40e7ae05-db93-41cb-9334-ad0db7b87821 but the supplied pipeline specifies project ID 7895651c-7f1a-466c-aa8f-0352510e6c2c.` Looks...
Irish fadas reference: [https://en.wikipedia.org/wiki/Irish_orthography#Vowels](https://en.wikipedia.org/wiki/Irish_orthography#Vowels) ## Checklist - [x] PR contains only changes related; no stray files, etc. - [x] README updated (where applicable) - [x] Tests written (where applicable) -...
Added missing DeleteAsyncOperation flag in code instrument. Check for null DeleteAsyncOperation flag. Changed boolean value generated code to lower case. Updated CreateAsyncPluginAttributeCode test.
Hi, I'm using dataverse-ify version 2.0.7. I'm trying to send a batch request using the `executeMultiple` function. When the target object contains a lookup field with undefined/null value, I get...
- added unit tests for null/undefined value - passed all tests - fixed #47
The `sdkifyField` is not checking for null value before parsing to correct attribute type. https://github.com/scottdurow/dataverse-ify/blob/0c8321d10b69556b2941aa2f330611ff67b020b6/src/dataverse-ify/sdkify/sdkify.ts#L211-L234 For example, an attribute is of type datetime and `entityRecord[attributeLogicalName]` is `null` (line 228), parsing...