Dan Rose
Dan Rose
It seems `predicate_property` can resolve some predicates even though they are *not* executable as goals. Regardless of whether or not these predicates are visible, I think `predicate_property/2` and `clause/2` are...
### Bug description It seems BlueOS is overwhelming the CPU with repeated abuse of `lsof`. ### Steps to reproduce Run BlueOS core 1a44a7a23907 Ssh into the machine and run `top`...
Switch to a current github windows image. Previously, all CI test runs would fail with a message like: > Windows Server 2019 has been retired. The Windows Server 2019 image...
It would be nice to have non-locked files available. Unfortunately this doesn't work. Set dwShareMode to zero per documentation of `CreateFile`. https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea#communications-resources
Exports are already declared in `deno.json` and/or `jsr.json`, but are required in `BuildOptions`. It would be nice if `build()` generated the entry points list. This is what I have in...
When trying to prepare a package with dnt, I found an error like "TypeError: globalThis[Symbol.for(...)] is not a function" It seems to have been caused by this code: ```ts const...
Dnt chokes when trying to process this package: https://jsr.io/@rotu/structview/0.6.1 Deno handles the file fine, and it publishes to jsr. ``` deno run -A ./scripts/build_npm.ts 0.6.1 [dnt] Transforming... [dnt] Running npm...
Without this change, after a clean install, running `apk-autoupdate` as a non-root user causes this error: > apk-autoupdate: file '/etc/apk/autoupdate.conf' does not exist or not readable! Now it will find...
### Description Creating a non-RGBA texture and using the partial texture update via `addUpdateRange` doesn't update the intended part of the texture. ### Reproduction steps See fiddle https://jsfiddle.net/vx3u16zj/2/ ### Code...