skoppe

Results 58 comments of skoppe

12 think it is ENOMEM `Some of the specified address range does not correspond to mapped pages in the address space of the process.`

The problem could also be that the box I am running this on is memory restricted, and linux is already (or about to start) swapping. I am a proponent of...

OIDC would be lovely. Did you get anywhere with this?

I think it happened because I moved everything to `scope ref`, you can try to remove it from the `fillStyle` function to see if that helps. Another option would be...

You are probably right, I need to write out some more stuff and what it does. Spasm needs js glue code to function. `dub run spasm:bootstrap-webpack` generates the required js...

Can you try this one? https://github.com/skoppe/spasm/releases/tag/v0.2.0-beta.8 Probably need to release new tag.

Its been a while but IIRC you need `dub build --build-mode=allAtOnce --combined` on windows. See https://github.com/skoppe/spasm/blob/master/BUILDING.md

Spasm is a D library that provides bindings to web apis and it provides a SPA framework. I do not know what you mean with "a spasm backend". But to...

I have never used a debug build. Don't know if it even works.

I am upgrading to ldc 1.16.0 and am seeing the same issue. Investigating...