Szikszai Gusztáv

Results 9 issues of Szikszai Gusztáv

This is the second set of big syntax changes, it's a separate PR, so we can do this in parts, and it's pointing to the `code-blocks` branch for readability purposes...

language

This PR aims to extend, standardize and clean up the standard library modules: - Standardized names - Standardized tests - Add missing functions (mainly from MDN) - Write documentation about...

enhancement
documentation
stdlib

This PR implements a syntax changes that I wanted to do before 1.0.0. These changes hopefully will make the language more understandable and more welcoming to newcomers. The main change...

enhancement
language

I am building an integration and testing it with WebMock and run into this issue. given I have this mock: ```crystal WebMock.stub(:get, "https://api.sandbox.paypal.com/v2/checkout/orders/ORDER_ID") .to_return(body: { "id" => "ID", "status" =>...

TODO

language
refactor

This PR implements highlighting for Mint language blocks in Markdown content in here documents.

enhancement