jacereda

Results 42 issues of jacereda

I can't find any reference to evaluation order in the docs. Is it specified somewhere?

docs
beginner

My Amiga past makes me expect more than 'copy' when I read 'blit': https://en.wikipedia.org/wiki/Blitter

under discussion

I thought I might raise this issue to discuss the possibility of evaluating via `Traversable`. One of the stumbling blocks I found is the `Set`s we have in the AST....

under discussion
haskell

I was wondering if it would be possible to replace the dynamic language with plain Carp. AFAICS we could have something like a compilation cache to reduce the amount of...

under discussion

Shouldn't this be using GENERIC_ALL? According to https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkExportSemaphoreWin32HandleInfoKHR.html looks like those flags shouldn't be DXGI flags... https://github.com/NVIDIA/cuda-samples/blob/1f76a2d110b1d251896b7a4d20998328761ad168/Samples/simpleVulkanMMAP/VulkanBaseApp.cpp#L1461

If I use something like this: ``` [ HH.video [ HP.src $ base "../resources/videos/nescafe.mp4" , HP.autoplay true , HP.loop true , HP.muted true ] [] ``` It's shown in the...

needs investigation

I have a key that acts as `CTRL` when held and `Space` when tapped. On Chrysalis 0.7.9 with its firmware: Let's say I make a mistake when trying to type...

bug
kaleidoscope

Maybe I'm missing something and this is possible right now without resorting to Kaleidoscope... If so, I'd appreciate a note on how to do it. I don't want to use...

enhancement