Markos Theocharis

Results 58 comments of Markos Theocharis

I started working on the project again and I will close once I have a good enough tool

I will call this done since probe is now in a good state

> After a few days of using clue a lot in the project, I feel that this feature is useless if we implement our own language server and debug server....

I had mentioned this before. The syntax is ```lua local var = "foo" ```

This is not a duplicate usage of `actions/checkout`. The first one check outs this repository, while the second one checks out the [msvc420](https://github.com/itsmattkc/msvc420) sdk repository, so your current workflow doesn't...

also `to dp` is also truncating but I don't what is the intended behavior of that

@printfn also should regular rounding be preferred over to truncation for the `to dp` rounding mode? If so, should a truncation rounding mode be introduced?

There is no `case` in clue. Also I am not sure how the `b-1` and `a*3` patterns would work, as they not supported anyways.

> Oops, fixed that. Also unknowingly removed the print parentheses. > > As for the latter concern, they do work and end up being `if (_internal0 == b-1)`, etc. The...