Joel Anderson

Results 309 comments of Joel Anderson

No formula indicates that the default value should be "" or unset (for numbers/DateTime/keyword). Looking through the PerformanceStats database, I actually don't see an example of a default value. I'll...

While discussing a [separate issue](https://github.com/Moonshine-IDE/Moonshine-IDE/issues/1064#issuecomment-1201261592), @feather812002 reported that the Value property is currently only used by Domino Visual Editor to set the hint text on the field (if this is...

Sorry @piotrzarzycki21, I haven't been seeing your updates, and it took me longer than intended to revisit this. With the current strategry, the current "Value" property (`this.defaultValue`?) should not be...

@piotrzarzycki21, to clarify, are you seeing errors for the formulas on the Domino Visual Editor side? I see that the code snippet is invalid for Royale because of the unescaped...

@piotrzarzycki21, sorry for the delay. @feather812002 is still working on debugging this issue - it is currently failing on one Base64-encoded defaultvalue attribute. I removed that value for now, and...

I did a quick test with the above code and the logic from #1074, and I see that the default values are not populated now. This is fine for the...

In this case, @JustinProminic was testing with a Java Gradle project. I did a test myself and saw that the `build/` directory is deleted as expected by Project > Clean...

I import my Gradle DXL Importer example to GitHub here: https://github.com/Moonshine-IDE/DXLImporter-Gradle-Demo/issues

I released the new Moonshine-Domino-CRUD template (0.2) with DXL Importer scripts (and also JSON and API documentation). @rat-moonshine, I tested the new template, and I see that Moonshine failed to...

Once we have the DXL Importer scripts working, my plan is to run them against this example FormBuilder project (I may put this in a repository later): [2022_07_20__AuthorBookFan.zip](https://github.com/Moonshine-IDE/Moonshine-IDE/files/9172611/2022_07_20__AuthorBookFan.zip) I'll import...