Michael Grosser

Results 106 comments of Michael Grosser

One way would be to push towards coRoles, but usually the important things are your own role and the coAuthors not the other editors etc. So probably should be ok...

@mpourismaiel care to jump in?

We don't have a full theme working yet. There is a WIP theme PR that stalled due to a contributor leaving. Either someone takes it on or we have to...

The WIP PR was this one: https://github.com/resumic/schema/pull/101 The theme idea was to use Hugo as a static site generator. Instead of reinventing the wheel. The migrated theme is based on:...

Working on a Syna based fragment as a first visual representation. Currently updating the schema, while doing the representation. Hope to share more in the coming week.

Great idea. Will look into how this would be possible with a redirect as well. For the failing tests: We use go as the single source of truth and generate...

Everything schema specific is within https://github.com/resumic/schema/blob/master/schema/schema.go. It's mostly just around creating the specific struct within go that gets output to a json schema etc. Happy to help and take the...

We have a makefile that should test the integrity of the json schema as well as the overlap with the generated examples etc. `make test` should give some helpful output....

To add a clarification. The first PoC idea here is to have a string that contains a bibtex formatted string. That way the overview publication data is shown from our...

Overall it looks good. Should finish the full review tomorrow. Some notes already that most likely should be morphed into issues, if you agree to handle longer term: Make embedding...