Nathan Sorenson
Nathan Sorenson
You are right, this is a great feature of React and I'm definitely planning on taking a crack at it! One of the advantages of the tagless-final style is you...
I have thought about working on a really nice tool-chair using CMake to build XCode projects. Perhaps branding this workflow stuff could make the iOS connection more explicit
Hmm! I just tried 7.6.3 on a clean Ubuntu VM with the latest Haste and everything seemed to work. I'm not entirely sure what could be the issue here... Is...
You can take a look at `require` in core.cljsm, to get an idea of the simplest-thing-that-could-possibly-work way I implemented a pseudo classpath and library loading. You can see that it...
If the repl successfully built as per the project README, the problem is probably that the core lib isn't loaded when running your sample project. We don't have good dependency-chasing/classpath...
Thanks for pointing out the behaviour with case. I'm translating directly to Scheme's "case", but you've highlighted that this may no longer be possible, as vectors can be values in...
Sorry for the delay in responding-- I don't actually know about the 10.8 SDK situation. The best place for help would be the Gambit Scheme mailing list at [email protected] which...
Hi! I'm Nathan from CircleCI. We're just starting to roll out the ability to configure the `aud` claim in OIDC tokens at a fine-grained level. It's used in CI like:...