Islon Scherer

Results 24 comments of Islon Scherer

@translatenix I'm not working on it and your help is appreciated. I'd create a discussion for it first where we can discuss the goals and design. Just so we are...

We are discussing the possibility to create recursive type aliases. But, indeed, this is not currently supported.

It's not clear how one would want a `List`/`Listing` rendered to properties. A `foo = List(1, 2, 3)` could as well be rendered as `foo=1, 2, 3`. That's why you...

Inded pkl-go is a good example for you to base your implementation on. Also, take a look [here](https://pkl-lang.org/main/current/bindings-specification/index.html) for the message passing specification.

I ran in the same scenario. What I did was just creating a route for favicon `(GET "/favicon.ico" [] (resp/redirect "/"))` and now it correctly redirects to / but that's...

Agree that throwing an error seems like the best solution, as there's no consensus on how to handle host names in files.

I can't reproduce that (Windows 11). I can download the exe through chrome and run it on cmd or powershell with no problems. Running Windows Defender on it, also says...

I wasn't too keen on this change initially. But the library is tiny and allows us to further improve on performance (not only partial evaluation). Was discussing some other day...

We eventually want to improve our `EconomicMap` implementation, the question here is how we go about it: vendoring or implementing our own class and stop using `EconomicMapImpl`. The pros of...

@thomaswue Good to hear! In which version will this be released?