Hein Meling

Results 190 comments of Hein Meling

Thanks for the quick reply. Yeah, I thought there might be more to it with the `jsonparser`. I'm okay with keeping that, then.

`AutograderService` is now `QuickFeedService`. I don't have time to analyze what could be done. But the idea is that some things are needed in several packages and therefore could be...

Thanks for the analysis. A few comments. - Package names should not have underscores, so it must be just `core`. - The `core` package should be in `internal/core` if we...

Here is a new idea: instead of building a separate gRPC service for this, which may require other courses to implement a gRPC client in their score library... The idea...

I wonder how many of these older versions are actually using recent versions of Go? Seems to me that if people don’t or can’t upgrade to newer kernels, maybe they...

Here is a few more links regarding vanity URL for gorums.io. - [Vanity go import paths I Caddy](https://caddy.community/t/vanity-go-import-paths-for-caddy-2/9814) - https://gianarb.it/blog/go-mod-vanity-url

There is also the [goyek](https://github.com/goyek/goyek) task automation library approach. Not convinced it is worth it though.

@JosteinLindhom (Small change...) I have nothing to contribute to this PR; please confirm that it is okay and merge if so.

> For production, I'm not sure if you would simply just call Esbuild somewhere other than only after successfully creating an app in the manifest. We run this as part...

I think it makes sense to implement a generic node ID or a mapping from IP to a generic node ID, to avoid having separate Gorums IDs and application-level IDs....