Marcel Märtens

Results 39 comments of Marcel Märtens

Hi @andreas-wolf can you prepare a PR that mabee adds a little block here: https://github.com/amethyst/specs/blob/master/docs/tutorials/src/13_saveload.md which says: `feature = ["serde"] is needed for saveload to work. Unluckily ouir api also...

I would also like to see a feature to modify ron files preserving the comments. (format would be nice-to-have). One option would be to edit the file directly. However preserving...

I contribute to a rust game called veloren (https://gitlab.com/veloren/veloren/) We are storing our settings file with the help of RON format. E.g. ```bash $cat server_settings.ron ( gameserver_address: "0.0.0.0:14004", metrics_address: "0.0.0.0:14005",...

@Boscop sounds like a feasible workaround. it would be cool if there exist a procmacro/Serializer or at least an example coding for that :)

Hi :) The @veloren-bot is already a member of https://github.com/veloren (See https://github.com/veloren-bot?tab=overview&from=2018-12-01&to=2018-12-31 it joined on Jul6 2018) I am unaware of any bridges between gitlab and github. But we would...

@bbhtt It seems like github messes things up here. On the personal page its shown, but on the public veloren page it isn't.... I just updated it, didn't knew that...

+1 for summed up overview. IMO this toggle should be default. There is no advantage of a Ingredients overview if it just shows the exact copy from whats below in...

Hi @simonmichael thanks for the quick answer. marking it as `C` works. Agree, seems to be more like a documentation thing and it was announced 2 version earlier. Would have...

in the future it would be nice if such regex changes could be detected before they apply ``` WARN: Type C is currently detected via default-regex, this will change in...

@besok 3 potential API changes would also be: - get rid of JsonPathInst, just export the JsonPath (in case it changes in the future, we use semver anyways) - change...