varon
varon
 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...
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?
### 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...
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...
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 ```...
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...