gecko

Results 9 comments of gecko

So I ended up purchasing a WiFi-enabled SD card (Toshiba FlashAir), which is working an absolute treat with my Old 2DS! I was able to put it into "station" mode...

You can check/uncheck the currently selected task(s) by pressing "C". But I must admit, my intuition makes me want to hit "space" to do this instead. Also I guess it...

Hey, I'm getting this same issue when running `example_01_basic_app`. I'm using MSYS2, the problem occurs regardless of whether I build with mingw32 or mingw64. ![image](https://user-images.githubusercontent.com/569607/69000791-80ca0180-08d5-11ea-9b5c-d1a9a8f20cc1.png) Commenting out the call to...

Following up to this, I noticed that simply importing [Winim](https://github.com/khchen/winim) in the project causes the correct visual styles to be applied. Upon investigation it looks like they're doing something similar...

This is also an issue with nimscript files (which typically fill the same role as .cfg files) ![image](https://user-images.githubusercontent.com/569607/71773854-dbdab500-2f64-11ea-8e05-ae3f180d5175.png) Unless there is some way to make `nim check` understand the default...

> I guess it would only be for tile and image layers but not for object layers? I just realised this feature already exists for image layers! So this issue...

If `--import` goes away, what would be the correct way to guarantee certain source files are always compiled into a project from a config.nims? Right now I'm doing this: https://github.com/exelotl/natu/blob/090c044fd607b8eac74983fa0f852a99662693d5/natu/config.nim#L111-L113...

If you have to import it explicitly then wouldn't `--noSystem` prevent you from using 99% of libraries, even ones that were made with underpowered platforms in mind? I realise that...

Hey, I posted about this in https://github.com/flaskbb/flaskbb/issues/288 but now I realise that this issue was maybe the correct place for it. I've been experiencing this problem seemingly randomly, both on...