Hugues Stefanski
Hugues Stefanski
Hi everyone, I started using the ui-codemirror directive a few days ago, and I have to say it is great. I however stumbled upon some refresh problems in a page...
Hey, Thanks for the work, I am trying to start fiddling with it, but am very interested in the project. I was thinking about converting the readme to markdown format,...
This PR is in regards of issue #13 - build not working on windows. Though maybe not absolutely required, I think it can be useful for this to work, as...
Hi, I just forked this repository, and after `npm install`, the `pretest` script failed on my computer (Windows 10). This seems to be due to the `rm -rf build` command,...
Hi, Thanks for the project, it is awesome. As we are still stuck with EF6, I stumbled upon the same problem as in issue #180 while using Postgres in a...
Exectuing the following code in a basic Console app leads to the application consuming more and more memory: ```csharp Runtime.Runtime.PythonDLL = @"C:\ProgramData\WideTech\Python\python38.dll"; PythonEngine.PythonHome = @"C:\ProgramData\WideTech\Python\"; var count = 1000; for...