Xavi Caballé

Results 9 comments of Xavi Caballé

I'm "implicitly" using node-webkit through Light Table. In its `package.json`, Light Table uses `"chromium-args" : "--enable-webgl --ignore-gpu-blacklist"`, but I also found that these options don't seem to be honored. I...

I have the same problem, i.e. "trampoline" doesn't work with ":hooks [leiningen.cljsbuild]'". I think it's the same problem reported in https://github.com/technomancy/leiningen/issues/956 . Could it be that the latest versions of...

I don't know if it breaks something else, but I can confirm that ccfontes fork fixes the issue with trampoline. I also hope to see this in lein-cljsbuild main repo...

@cemerick I _was_ using `trampoline` with cljsbuild (through hooks) when deploying to Heroku because at the time Heroku docs were recommending the use of `trampoline`, and OTOH I didn't want...

Hi @tkporter, sorry for the late reply, I was busy with other things. I can't check if `instance` is null when `getInstance()` is called because I can't reproduce it. This...

Is the line `SendSMSPackage.getInstance().onActivityResult(requestCode, resultCode, data);` in `MainActivity#onActivityResult` really necessary? That's the line that leads to the crash, so I tried deleting it, and SMS sending still seems to work.

MissPlete is now published to npm, transpiled to ES5 and UMD. Does this make it Browserify compatible too? (See https://github.com/xavi/miss-plete#installation)

By loading the CSS in the bundle, the CSS doesn't have to be separately included in the page. No, there's no need to set up Babel or webpack to use...

Ah, so it's already possible to upload files using `cljs-http`, it's just a matter of putting the `FormData` object in the `:body`. Thanks @myguidingstar .