Orhun Parmaksız

Results 729 comments of Orhun Parmaksız
trafficstars

Hello! When I look at the git history, changelog makes sense. First, `v1.0.0` is created and it has only one commit. So this part is correct: ``` ## [1.0.0] -...

Hello! > After some research, adding `-r .` did the trick for me. Although I thought this would be the default setting? Yes, "current directory" is the default setting for...

That's true. We will consider this issue for the next version. That would be great if the modules are more explanatory like you said. Thank you for the suggestion.

> However, as grapheneX modules are habitually ¨Setup once, and forget about it¨, I suppose this isn’t really needed. That's so true. You can change the default port in a...

A few other potentially low/medium priority tracks might be: - Continuous Integration (e.g. build for different architectures) - Continuous Deployment (e.g. automate GitHub releases) - Packaging (e.g. there is [fishfight](https://aur.archlinux.org/packages/fishfight)...

I created the following build-related issues for now: - #127 - #128

> @orhun any opinions on this? Should we just replicate the Theta Wave approach? Yup, it seems applicable to me. Not relevant to the CI job but maybe we can...

It looks like there is some extra work needed here due to limitations of our game engine (macroquad) to handle the states for walking/jumping/crouching etc. So I will be unassigning...

Hey! If those dependencies are the only problem, I think they can be excluded from the build with using feature flags in `Cargo.toml`. Although I'm not sure if it's easy...