Luke Prior

Results 51 issues of Luke Prior

Hi, I was wondering if there was any plans to add support for Mermaid, topoJSON, geoJSON, and ASCII STL Diagrams. https://github.blog/changelog/2022-03-17-mermaid-topojson-geojson-and-ascii-stl-diagrams-are-now-supported-in-markdown-and-as-files/ > When we encounter code blocks marked as mermaid,...

Hello, I was wondering if it was possible to show the day/night layer with a gradient edge like some other maps. I have attached an image of one such implementation...

Hi, I saw that you support C/C++ compilation locally using WebAssembly but I was wondering if you also supported any form of intellisense or static code Analysis locally?

enhancement

I think having a method to print some text to the terminal could be very useful to help communicate information to the user.

enhancement

The `fs` should be passed during steps when HeadlessRunning. See https://github.com/taybenlor/runno/discussions/188#discussioncomment-2519773

bug

`RunnoProvider` interface should have a `clear` method to clear the terminal. `runno-terminal` should also provide a helper method for clearing.

enhancement

The program will fail to compile if `stdlib.h` is included. Three errors occur all appearing to do with `wchar_t` ``` In file included from program:2: /sys/include/stdlib.h:83:13: error: unknown type name...

I've encountered an issue with detecting EOF (Ctrl D) as the web terminal doesn't seem to register this as a normal terminal would. DEMO: [here](https://runno.run/?editor=1&runtime=clang&code=I2luY2x1ZGUgPHN0ZGlvLmg-CgojZGVmaW5lIE1BWF9TSVpFIDEwMQoKaW50IG1haW4odm9pZCkgewoKICAgIGludCBudW1iZXJzW01BWF9TSVpFXTsKCiAgICBwcmludGYoIkVudGVyIG51bWJlcnM6IFxuIik7CgogICAgaW50IGkgPSAwOwogICAgd2hpbGUgKHNjYW5mKCIlZCIsICZudW1iZXJzW2ldKSAhPSBFT0YpIHsKICAgICAgICBpKys7CiAgICB9CgogICAgaW50IHkgPSAwOwogICAgd2hpbGUgKHkgPCBpKSB7CiAgICAgICAgcHJpbnRmKCIlZFxuIiwgbnVtYmVyc1t5XSk7CiAgICAgICAgeSsrOwogICAgfQoKICAgIHJldHVybiAwOwp9) **Suggested Solution** Implement a handler...

enhancement

**Examples** The current examples are available in PHP, JavaScript, Python, C#, and Curl. [EXAMPLES.md](https://github.com/LukePrior/Australian-Open-Banking-Data-Database/blob/main/EXAMPLES.md) **ToDo** - The current PHP examples need minor modifications. - Create new examples in Java and...

enhancement
good first issue