Kemal Afzal
Kemal Afzal
have you pushed your changes to Github?
https://github.com/firewolfgames/craftus_reloaded/blob/master/source/blocks/Block.c#L22 Problem solved! The problem was that you missed the `.png`! But what's mysterious about it, is that no error was thrown, eventhough there is proper error handling there. It...
It took some time to decide whether I should merge this or not. I decided on doing it, if you maintain the maps repository. I don't think you will get...
you can ftpd: https://github.com/mtheall/ftpd/releases it's a ftp server which runs on your 3ds, you only need a ftp client for your computer(like Filezilla) I already thought about an auto updater....
the [Nim VSCode ext](https://github.com/pragmagic/vscode-nim/tree/master/src) sources might help you, since the LSP was originally designed for VSCode, so the APIs share many similarities.
it works if the tile size is set to fixed one gob
https://github.com/RSDuck/deko3d/commit/f3a1249dde681c035d642cb0b30767b724729d71 is what I've come with as a fix for it and I've been running this successfully for a while now in melonDS (though I haven't tested some things like...
> this extension not handle win32 it does: https://github.com/pragmagic/vscode-nim/blob/d708f9b41387aa784c765044704d5d8153e80c90/src/nimUtils.ts#L94 and it works on my machine The error has to lie somewhere else or the linked implementation doesn't cover some cases...
the intended way to use nimsuggest is to only have a single instances. To allow this nimsuggest may be started without a project file and tries to give results to...
I've already done some experiments with `--lineDir:on`, `--debugger:native` and this extension with both the official C/C++ extension and [NativeDebug](https://marketplace.visualstudio.com/items?itemName=webfreak.debug) and it kind of works. First of all settings break points...