Results 66 comments of 郑达里

Interesting, I took a look at Flow and the spec seems pretty reasonable. However, it is written in OCaml (why!? Lionizing academic languages is all the rage now, and seems...

Maybe on the documentation site? https://simulacra.js.org/simulacra.min.js It's hosted on GitHub pages, which is a pretty decent CDN itself.

There's also unpkg, which will let you get a specific version: https://unpkg.com/[email protected]/dist/simulacra.min.js

Is there any error stack trace that you can show me? My guess is that you are using a [`` tag which isn't even supported in IE](https://caniuse.com/#feat=template). You can work...

Hmm, that is extremely odd behavior. I'll try to investigate it in more detail when I get access to IE11.

Hi there, sorry for the late reply, I was on vacation. I think I could implement a "keyed" version but I don't see the motivation. If you look at the...

Macros originate from Lisp :) There are other things from Lisp that I want to use as well.

You forgot about me :( https://github.com/daliwali/fortune

Most users are using it in closed source projects. I built a [toy project](https://github.com/daliwali/imagenote) for a non-trivial example, though it is a little out of date now. There's also a...

There's no MySQL adapter because MySQL doesn't support array columns. Fortune.js makes extensive use of array types, especially for relationships. Besides that, there may be other Postgres features that MySQL...