Pirate Praveen Arimbrathodiyil

Results 114 comments of Pirate Praveen Arimbrathodiyil

What do you think about XEP-0389 in this context?

@hantu85 I think sasl2 update is published now https://xmpp.org/extensions/xep-0388.html

Not that simple, will try a different fix.

This looks like a bug in gitlab now, as https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/initializers/time_zone.rb?ref_type=heads sets `Rails.application.config.time_zone = Time.zone` ``` puts Time.zone (GMT+00:00) UTC ``` Which is not a valid identifier.

how about jquery and plugins? Since they are already served via rails-assets.org as gems, why do we have to embed them? gemspec already has those dependencies. sprockets will find them...

@Zauberstuhl can we at least remove minified js from jsxc.dep.js immediately? Currently strophe.min.js is used in jsxc.dep.js. Also can you document how this file is created (which are the dependencies...

Also why do we need to create jsxc.dep.js? Doesn't assets:precompile step do concatenation already?

On 2016, സെപ്റ്റംബർ 26 4:10:45 PM IST, Lukas Matt [email protected] wrote: > All dependencies with the correct license is documented here > https://github.com/diaspora/jsxc/blob/develop/dep.json Thanks, I will check this. > Why...