Evžen Wybitul

Results 11 issues of Evžen Wybitul

Currently, all of the code diagnostics are of the lowest level, hint. It would be helpful to split them into error/warning/info. Is this a design decision, or just a temporary...

Hey, is the project alive? I'd love to get involved, but I don't have much experience with racket (nor LSPs, for that matter). Could you point me to some good...

I don't want to put IDs into my datatypes. I'd prefer to have a `WithID` wrapper type similar to the following: ```haskell data WithID a = WithID RowID a ```...

enhancement

I followed the instructions from [here](https://github.com/jason-lang/jason/blob/master/doc/tutorials/getting-started/shell-based.adoc), but I get the following error: ``` > gradle -b np30.gradle --console=plain FAILURE: Build failed with an exception. * Where: Build file '/Users/eugen/dev/university/multiagent-systems-nail106/np30.gradle' line:...

Preface: I write Haskell for living, and even though I probably won’t be using this, I love the idea! Great job! I’d like to discuss the syntax for executing effectful...

Hey, according to research, the ideal line length is around 90 characters. I'd recommend adding the following to the CSS to fix the max-width for very wide screeens. ```css .markdown-preview-section...

A small PR which resolves #1. Also fixed small bugs in syntax highlighting (sorry for coupling again, don't have time now to fix).

I know the traditional Pollen way of writing lists would be someting like this ``` ◊ul{ ◊i{first item} ◊i{second, multiline item ◊ul{ ◊i{first item} ◊i{second, multiline item}}} } ``` But...

Thanks for your great work! This is more of a question than a bug report. Say I have a short clip (8s) of a door being opened and another one...

I'm using the latest habitat-lab and habitat-sim and I've managed to get the one interactive example from README to work: ``` python examples/interactive_play.py --never-end ``` What would be the best...