Lars

Results 4 issues of Lars

I'm trying to replace a value in an ArraySchema at a certain position. The obvious choice was the `splice()`method. After looking at the [code](https://github.com/colyseus/schema/blob/6213126d4e3cc88469bbb457f5ab078978931b0f/src/types/ArraySchema.ts#L289), it seems that the third argument...

enhancement

It seems that there is a hard limit of 24h being enforced on the jobs runtime (https://github.com/mcuadros/ofelia/blob/master/core/runjob.go#L221) Is there a specific reason behind this? I have some backup jobs that...

This PR adds support for case insentive regex filtering (postgres and sqlite). It also adds support for the REGEXP sqlite module (needs to be installed in sqlite to work). ##...

**This PR depends on the changes from [this PR on tortoise/pypika-tortoise](https://github.com/tortoise/pypika-tortoise/pull/11), which does not have a release yet.** So this cannot be merged until then. If you have feedback on...