-
-
There's a few Gameboy emulators for Playdate already. May be a fun challenge to get SameBoy working on the Playdate hardware given that the maximum frame rate is 50 fps. Some of the other specs:
- …
-
upon make there are MULTIPLE errors of the form:
> In member function ‘int ydlidar::core::base::Thread::join(long unsigned int)’:
/home/ubuntu/YDLidar-SDK/./core/base/thread.h:118:18: warning: fo…
-
So when my brother saw I had newton working with python via swig, he asked if it worked with CSharp. So I duplicated the `newtonPy` sub-project to `newtonSharp`, changed the swig options, removed the…
-
It would be nice to have an example for strings as function parameters or returned value.
Thanks, amazing project!
-
I change some codes like following:
```c#
Bmp = new WriteableBitmap(vi.Width, vi.Height, 96, 96, PixelFormats.Rgb24, null);
VsHelper.BitBlt(Bmp.BackBuffer, Bmp.BackBufferStride, plane.Ptr, plane…
emako updated
4 months ago
-
I have been trying to run the application to generate markers in a docker container running `Python` as base image and `node 18` as additional dependency. But it stucks on
```javascript
Module._crea…
-
## Issue Description ##
*All* components get an error `Found markup element with unexpected name 'xxxx'. If this is intended to be a component, add a @using directive for its namespace.Razor(RZ10012)…
-
Im probably an idiot ...
Cant get csharp to start the omnisharp lsp
Running omnisharp in terminal starts the cli tool, i have it installed via Mason and have the location linked to my zshrc file…
-
### Intro
After weeks of being stuck on error after error on this project, I wanted to share a complete guide on how to make this project work for Hololens 2 + Android, so that others don't have to…