Marco Köpcke

Results 145 issues of Marco Köpcke

Currently for the scenes the `monster.bin` sprites are used, but those are actually the dungeon sprites. It should be changed to use the `m_ground.bin` sprites instead.

Allow the user to specify a path to the project directory on first project open.

Hi! I installed both this and Papirus Nord (https://github.com/Adapta-Projects/Papirus-Nord) through the Arch Linux AUR and was going mad trying to figure out why it didn't list any of Papirus Nord's...

enhancement

This will close #54 as it "borrows" the settings used for the Maven 2 repository for preemptive authentication. While those are made specifically for Maven 2, from looking at the...

cla:signed

The macOS PyInstaller build doesn't seem to copy over any GtkSourceView 4 themes, this results in no themes being available.

help wanted
MacOS

Here are finally all the changes I made to the XML files for SkyTemple so far :) I'm open for feedback! If you feel like something should be done different,...

I'm not much of an expert with gcc and C/C++ compilation, so let me know if you need more info, however I'm unable to install/compile ninfs in either the stable...

### Description Octotree keeps logging me out. This seems to be an issue with the API. I opened the inspector for the extension and can see that requests are regularly...

serde_json version 1.0.101 broke the following: ```rs use std::collections::HashMap; use serde_json; // 1.0.105 fn main() { let data = r#" { "01234": "foo" }"#; let _: HashMap = serde_json::from_str(data).unwrap(); }...

Hello! I'm sorry for opening this sort of "meta issue" but I couldn't really find any appropriate channel for this*. What is the state of the Nexus open source project?...

question