Nik Cimino

Results 5 issues of Nik Cimino

While working on a header artifact transform problem with @melix on this mvce: * https://github.com/ncimino/transform-extract-mvce/pull/1 He identified that I should not have been using the internal packages e.g. import org.gradle.api.internal.artifacts.ArtifactAttributes;...

I'm hitting an exception, and I presume it is because of my companies anti-virus/malware software is blocking Gradle from reading the registry key `\\HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir`. First thing to note is, I...

Using latest docker image with `VERSION=LATEST` attempts to download: https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.51.02.zip Attempt to manually override with `VERSION=1.21.51.01` results in the old URL being used: ``` 2025/01/14 22:49:48 stdout ERROR failed to...

can't reproduce

Removed crontab exclusion logic from task fetching. Filters were created to limit window to +/-2 hours for crontab, but tasks are never refetched - must either implement refetching protocol or...

## Description A critical bug exists in django-celery-beat v2.8.1 where the crontab optimization feature permanently excludes periodic tasks from execution if they fall outside a 2-hour window calculated at scheduler...