Mark Avery
Mark Avery
Sure! i'll do that this week.
@ahhhndre well, it's not pretty, but this is what I ended up doing.. ```typescript function extendTheme(theme: UnifiedTheme) { return { getTheme(version: SupportedVersions) { const muiTheme = theme.getTheme(version) as Mui5Theme; if...
It would be nice to be able to just pass in the theme changes I would want to do. But I dont' know if that's a plan to do that...
we have yet to move to the new backend system.. :/ I was planning on wrapping the current scheduler in our own service. We do this in the way you...
```typescript export const backendTasksManagerServiceRef = createServiceRef({ id: 'backend-tasks-manager.service', scope: 'plugin', defaultFactory: async service => createServiceFactory({ service, deps: { scheduler: coreServices.scheduler, rootLogger: coreServices.rootLogger, config: coreServices.rootConfig, pluginMetadata: coreServices.pluginMetadata, }, async createRootContext({ config,...
it's a way to have an api/ui to manually initiate tasks, as well as drive their schedules from a unified configuration. It doesn't manage the tasks themselves, it's not a...
There's a separate router that uses the root service to look up the schedules and adds api actions to them. Right now that's a legacy plugin integration still, but will...
not sure if this is related, but there is no version for aarch64 for 3.19. https://pkgs.alpinelinux.org/packages?name=plantuml&branch=v3.19&repo=&arch=&maintainer= There is one for 3.18 however.
does anyone know what the process is for publishing the `aarch64` for Alpine Edge and 3.19 or later?
🤦♂️ course.. Yes. That makes sense. Thanks!