Jason Schilling
Jason Schilling
> > I just noticed that `renotify` is not supported in Firefox and Safari according to [developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Web/API/Notification/renotify); and there seem to be more properties than just those 4. > >...
@ernie76 You don't need to create new ones, just modify it, that's what PRs are about, they are evolving. I really like the initial idea, as it gives more control...
Hey @ernie76 a bit busy the last days, only one thing, everything else looks good. 👍🏼
A short look inside the small code base shows that the API of ollama supports sending chat messages. [https://github.com/ollama/ollama/blob/main/examples/typescript-simplechat/client.ts](https://github.com/ollama/ollama/blob/main/examples/typescript-simplechat/client.ts) and that the ollama-node do not use one of them. Also...
Hey @DrEsteban are you still working on this; or do you need someone else to take over?
Hey @Chris53897, I might wasn't explicit enough. I especially talking about the scenario in which the `WorkerStoppedEvent` won't get called. In my case the `xxx_worker` service container is just a...
I understand that. I created the "Schedule" with the maker command and subsequently renamed it to `DefaultScheduleProvider`, as this more accurately describes its purpose. For me, it's simply about maintaining...
I am aware of PR #80 which allows to run on newer php version. Is there any deeper reason for that? IMHO do an upgrade to 2.0 and migrate the...
Is there any plan when that should be fixed?
Hey @Nyholm, the workflow currently only runs on "master." To test everything properly, it'd be helpful if it also ran on the 2.x branch. I'd like to support 2.x for...