Zach Ploskey

Results 20 comments of Zach Ploskey

JS compiled from library code in BuckleScript is not available in the browser context. We need to inject it somehow. Currently you could load the necessary modules manually into the...

I have started adding events in #93. You can try out that branch if you would like. It still needs some testing and polish and the types may change a...

The easiest alternative right now is to make a really simple binding to Page.on that takes a string (and we may provide that as an escape hatch in the API...

The most practical solution for users that want to write complicated logic to be executed in the page in Reason/BuckleScript might be to inject a compiled bundle. In general, it...

After a bit more investigation, I think this is due to some of my plugins using session data. I can get this to work by bootstrapping in the same order...

A couple of our plugins deal with the session, but the easiest one to reproduce it with is our fork on the Multilanguage plugin at https://github.com/zploskey/Multilanguage. It creates a new...

It looks like the dependency on flowgen and even checking if the file is a typescript file was removed in c18c12a60129b5e11daa0f69f3d287fdb97982cb. As it is, it is trying to parse the...

I've been writing a ton of bindings lately. If you can point me at the specific interfaces that are highest priority for you I could start with those.

In terms of ease of maintenance, a script that reads the markdown and replaces the contents of each ```` ```ml ``` ```` block with the output of refmt and writes...

Sure, I'll take a shot at it over the weekend.