Piotr Zarzycki

Results 19 issues of Piotr Zarzycki

We need to update Moonshine license to [SSPL](https://www.mongodb.com/licensing/server-side-public-license) Each file should contains following header: > /** > * Copyright (C) 2016-present Prominic.NET, Inc. > * > * This program is...

enhancement

**Describe the bug** Script reports wrong Mac OS version. **To Reproduce** Steps to reproduce the behavior: I'm calling method `getOS()` and result is: **Expected behavior** My Mac OS version is...

Open Discussion

I know this is not the place to ask questions, but unfortunately I cannot find anywhere answer documentation/sof. I have asked on SOF as well [similar question](https://stackoverflow.com/questions/74960985/dynamically-changing-config-values-in-jodit-editor). Jodit is nicely...

Hi Folks, I've asked same question on one of the channel on Discord, but didn't get proper answer. I see there is several several tags of hxcpp - releases happen...

There is new requirement that we would export Royale Form Builder project over [Apache Royale Templated Application](https://github.com/Moonshine-IDE/Apache-Royale-Templated-Application). Apache Royale application which was exported out of Domino Visual Editor has specific...

UPDATE with example image: ![image](https://user-images.githubusercontent.com/24532731/211678490-c5be2578-015a-494c-bc5c-1d75d416775d.png) UPDATE: Example database [2023_01_10__TestKeywordFields.nsf.zip](https://github.com/Moonshine-IDE/Moonshine-IDE/files/10387413/2023_01_10__TestKeywordFields.nsf.zip) UPDATE: Generated DominoVisualEditor project: [2023_01_17__TestKeywordFields.zip](https://github.com/Moonshine-IDE/Moonshine-IDE/files/10439470/2023_01_17__TestKeywordFields.zip)

dominotoroyaleconversion

Support developer modifications to the generated code for features that are not supported by the generation logic (i.e. special buttons or controls, layout changes to better match the target application,...

enhancement

Another NPE in our application - it occurs much often when I'm clicking on Button. Code of that buttons is [here](https://github.com/Moonshine-IDE/Super.Human.Installer/blob/617dfed15a29e163c271a58c61eadb912e97f3c9/Genesis/Source/genesis/application/components/GenesisButton.hx#L36) - Button is created in [following way](https://github.com/Moonshine-IDE/Super.Human.Installer/blob/617dfed15a29e163c271a58c61eadb912e97f3c9/Source/superhuman/components/ServerList.hx#L232) ``` [2024-02-26...