mmkathurima

Results 10 issues of mmkathurima

Kindly provide support for structs and enums. When compiling code with enums, enum variables/objects are treated like javascript `[Object object]` while structs and typedef structs are undefined.

It would be great if you thought of adding snake case to transformed `pyqtSignal` rather than having to go through every variable and remove spaces in between the words. Otherwise,...

Hello, can you create a Jupyter Notebook replica such that I can send a string in an in cell to the backend and return an output in the out cell....

You did a great job with this editor especially adding Visual Basic .NET support, in my opinion, a rather overlooked yet essential language. I suggest adding basic code completion, reformatting,...

Is it possible to implement stacking of toasts where rather than replacing an existing toast, it is pushed down or up (depending on the toast positioning set in the code)?

A follow up issue has been encountered upon deployment of the default template project to Linux. Exception stack trace is as follows: ``` Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HN9IVAHRNA9A", Request id "0HN9IVAHRNA9A:00000001":...

Included: - Fixed inconsistent file separators across file systems as Linux combines path separators with its separator `/` to the incorrect `Views\Shared/_Layout.cshtml` when it should be `Views\Shared\_Layout.cshtml`. This incorrect path...

This first picture of a small demo application is running on a Windows server ![image](https://github.com/user-attachments/assets/52a67ea0-cce0-4488-a3aa-1740e2630223) This second picture is the same application but on Linux server ![image](https://github.com/user-attachments/assets/76d0781e-d64d-46a6-af4f-565c7a255448) As can be...

Even though Microsoft is no longer developing Visual Basic, there are still developers using it, myself included. My suggestion is to add Visual Basic support similar to LINQPad.

enhancement

Using the following code: ```java @Override public XmlNode deserialize(JsonParser p, DeserializationContext ctxt) { if (p instanceof FromXmlParser) { XMLStreamReader reader = ((FromXmlParser) p).getStaxReader(); while (reader.hasNext()) { switch (reader.next()) { case...