Diederik van den Burger
Diederik van den Burger
@cmd-johnson Thank you for investigating this further. I will hopefully find some time these next few days to try your newest fix. I will report back. As a side note,...
I'll probably open a separate issue to raise this, but I'd like to reference it here too: There's some wacky things going on with Firefox (without using the fix in...
Same... Any update on this?
Also experienced this once.
Same here, but dev did work, prod did not...
Hi, I am sorry, this slipped off my radar. I indeed do think that adding user data is a bit tricky given GDPR. I think we better make this opt-in....
If this feature is supported by the GCP Logging API then we should be able to implement this here. Otherwise, no, since this is just a wrapper for their APIs....
I think this is outside the scope of this package. We simply listen for calls to the Laravel log method: ```php $this->app['log']->listen(function () { $args = Arr::first(func_get_args()); $this->app['Stackdriver\Logger']->log( $args->level, $args->message,...
I would love to see this reconsidered. I am looking at developing a PrusaConnect integration for HomeAssistant (I know there is a PrusaLink integration, but that does not allow controlling...
Having gone through the code for a bit, I don't think this SDK does what I would've hoped it'd do. The printer sends a request to Prusa Connect every second,...