varon

Results 20 issues of varon

![lang-fail](https://user-images.githubusercontent.com/1936994/156044350-a9b4d6af-0166-48f6-a4d9-946eb4351ac6.jpg) Language injection does not parse languages correctly with a space in the name. This makes it impossible to inject Shell Script into a string in EmmyLua, which would help...

enhancement

Supporting F# would be fantastic. [You can find a list of the operators here.](https://msdn.microsoft.com/en-us/library/dd233228.aspx)

Jetbrains has had the issue outstanding for 2 years now. https://youtrack.jetbrains.com/issue/RIDER-7172 Is there anything we can do on expecto's side to get stuff to work?

enhancement
question

### Description At the moment, the rendering is frozen during window dragging. If the window is dragged for a long time, `FrameEventArgs` can end up with insanely large time steps...

4.x

These seem to map pretty well to Streams. Any chance we could get some minor additions to the Interop module?

I believe this is occurring because the GL context and the DX context are running on different devices. We might need to do some fancy stuff to get them to...

bug
4.0

I commonly use a pattern such as this: ``` fsharp let someFunction = // expensive once-off initialization here fun x y -> // do stuff with this expensive data ```...

enhancement
up-for-grabs

It's probably worth explaining what font rendering technique you use (and perhaps why this approach was chosen) in the README. From what I can gather it seems to be traditional...

Current tasks: - [ ] Add debug extension/tool. - [ ] Discuss texture implementations - [ ] Add embedded resource loading - [ ] Add .obj importer - [ ]...

An incorrect query to the [Monday.com GraphQL API](https://developer.monday.com/api-reference/docs/basics) results in the following error: ```json { "error_code": "ColumnValueException", "status_code": 200, "error_message": "This status label doesn\u0027t exist, possible statuses are: {0: Working...