aligator
aligator
As I also had some problems configuring this lib for keycloak, here my findings: 1. Android API level >= 28 Forces to use http**s** by default. So you cannot use...
* Could we add something like an "index" file for each project where all files are listed that are part of the project? * It would be easier if the...
@dominikbraun Added it to the readme and refactored it a bit by just setting the value to 'today' instead of passing a new date.
@dominikbraun I re implemented GoPlug using json rpc over stdin / stdout. This simplifies the communication logic a lot. Updated this experimental timetrace version to use that. I also added...
@dominikbraun I now experiment with code generation to generate the api out of normal functions to reduce the api-maintenance overhead: https://github.com/aligator/goplug/tree/code-generation These methods are basically also just callable as lib....
@dominikbraun @FelixTheodor Updated goplug to do the code generation. Also updated the example timetrace plugin to use that. Now it is nothing more needed than the annotation to `LoadLatestRecord` to...
@obnoxiousnerd also an interesting idea, but I think in this case it is much more overhead than needed. If we support plugins I would prefer any more native way than...
I would say we should add an automatic conversion which is run the first time someone uses timetrace in the new version. (we can add something like a file with...
> @aligator Any updates on the extensions architecture? As I have currently broken internet, I did not do much. What I did so far is using timetrace as lib and...
Just found https://github.com/hashicorp/go-plugin Seems to be stable and widely used. But I am not sure how good it works with a one-shot comand such as timetrace. The idea with stdin...