Flat Eric

Results 6 issues of Flat Eric

Hi! First of all thanks for this library, I am a long time user and I love it !!! I have a question concerning the device id that is returned...

_Originally posted by @ClearScriptLib in https://github.com/microsoft/ClearScript/issues/260#issuecomment-833759613_ Hello and thank you for your reply! I am not quite sure how you achieved that. I connected to my host through the DevTools...

question

Hi, have you ever tested the StreamDeck Mini? It seems it's not recognized when using StreamDeck.EnumerateDevices(null).

Hi there, I am currently trying to figure out who to debug and ideally modify my ClearScript code through Visual Studio Code. I am surprised to find that it does...

question

I am having an interesting issue to report. I am using OpenTK within a windows WPF application. It works perfectly fine and I am doing very basic OpenGL stuff in...

Hi, I am using AvalonEdit to display JasvaScript code. I stumbled upon those fancy string interpolation like: ``` let bla = 42.0 let hello = `The meaning of life is...