George Antoniadis
George Antoniadis
Hey there, Let me start off by saying a big thank you for releasing this as open source. I really like the use of hashes for identifying vertices as it...
Quite new to artillery so this might be a user issue or misunderstanding rather than an artillery issue, so I have to apologise in advance! :D When running artillery with...
Flutter on IOS/Android/MacOS (at least) seems to be have the ability to automatically select between the [light/dark themes of a MaterialApp](https://api.flutter.dev/flutter/material/MaterialApp/darkTheme.html) based on system settings. Running the same app with...
Unless I'm missing something (a canonical package name maybe?), beam's structure makes it really really hard to `go get` any of its packages. Ideally I'd be really interested in being...
@metasoarous this is a very basic POC just to get a feel on the direction you are hoping for. The instructions in the README should result in a hopefully working...
Hey there, I'm trying to mock the bolt driver and I'm having some issues with the `DriverPool` interface. It has a non-exported method that takes another non-exported struct as its...
Right now every page load counts as a view, that means a user that refreshes the page multiple times will show up as multiple views. As a relatively easy and...
Hey @dominikbraun, sorry for the delay, managed to get some time to give this another shot. The pull requests lifts-and-shifts the storage part of the verticies and edges into its...
Minor update to remove the need for a user to manually update the `ldm/data/personalized.py` file and instead perform the update using `sed`. I've updated the `personalized.py` file to make the...
Is there any kind of documentation for the API? Anything in doc, blueprint, swagger, etc would be greatly appreciated. :)