foreign-store icon indicating copy to clipboard operation
foreign-store copied to clipboard

Store a stable pointer in a foreign context to be retrieved later. Persists through GHCi reloads.

Results 2 foreign-store issues
Sort by recently updated
recently updated
newest added

https://github.com/ghcjs/jsaddle/pull/44 Could a segfault like this be prevented somehow from within `foreign-store`? Or made to provide some clues in an error message? I was quite confused when I've first seen...

Hello, I'm using foreign-store with ghcid to implement a hot reload feedback loop as suggested in . On first run, the window needs to be created, then on reload only...