bmitc

Results 66 comments of bmitc
trafficstars

For what it's worth, I got this working by following the original suggestion. I am using WSL2 on Windows with the Ubuntu distribution (20.04.3 LTS). I already had Erlang installed...

I don't believe you can do drag and drop within a frame with the normal GUI controls. If my understanding and recollection is correct, you need to use a pasteboard...

Thank you for catching that. However, I disagree that there isn't a bug here or at least that there isn't something else going on beyond your explanation. Please see the...

I have learned that this bug does not occur on Mac OS X but still occurs in Windows 10 for Racket 8.1. I'm not sure about Linux.

As a note, I have realized this only happens when creating `.dib` notebooks and not `.ipynb` notebooks.

This may be related to https://github.com/dotnet/interactive/issues/1324

As mentioned above, I could have debugged this more when I first reported it over a year ago, but I am no longer working at the company with the large...

Another error reported to the console is: ``` Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Repeat 2...

I have tried debugging this a million ways, and I have not been able to solve this or workaround the issue. There are several seemingly related issues in this repository...

`use` is used in the attached reproduction using Silk.NET's GLFW bindings. I was playing around with `let` to let things try and stay in memory as long as possible since...