Sebastian
Sebastian
Hi, `eflame:apply` fails for me with a segmentation fault on BEAM 19 (only tested on macOS) when executing a very simple [Elixir script](https://gist.github.com/zweizeichen/6554a0e179149e020faa8a38e12fc908). As my knowledge of Erlang is quite...
This is a pretty significant update, as all the migrations have been moved over to native Django migrations and some adjustments of the schema had to be made for Galatea....
We're [using CREST](https://github.com/EVE-Tools/vue43/blob/b1c88d95847adaaec6b38b96475b7743985f2d56/generateSitemap.js#L16-L35) for generating our sitemap. This is bad and we should/have to move to ESI before CREST gets taken offline this spring. The way [ESI is designed](https://ccpgames.github.io/esi-issues/CREST_to_ESI#markettypes) we...
We could generate and display some stats from ESI market's data store such as: - Most-updated orders for detecting unusual activity patterns/bots - Order 'velocity' per region (opened, closed, updated...)...
We should add [Prometheus metrics collection](https://github.com/grpc-ecosystem/go-grpc-prometheus) to jumpgate so we can analyze the system's usage and performance.
If someone is interested in a deep-dive into memory allocation internals, this one is for you. Statically built versions of esi-markets tend to use way more memory that their dynamically...
Vue43 depends on many NPM packages. It would be great if we could update them automagically by using something like [greenkeeper](https://greenkeeper.io/).
At the moment it is a ~1kloc blob of Go code in a single file which needs to be split up into individual packages in preparation for reactive stat generation...
Now that we have switched to gRPC for our cluster's internal communication we can generate OpenAPI docs by using [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) on which jumpgate is based. The individual service's Protobuf annotations...
The readme is pretty minimalistic compared to what is going on in the code. A section describing the structure of the service should be added.