Cristian Molina

Results 67 comments of Cristian Molina

Yes, I think you should check the libsynapse code https://github.com/elementary/applications-menu/blob/master/src/Backend/SynapseSearch.vala https://github.com/elementary/applications-menu/blob/master/lib/synapse-plugins/ https://github.com/elementary/applications-menu/tree/master/lib/synapse-core

the gem fast_jsonapi from Netflix is no [longer maintained](https://github.com/Netflix/fast_jsonapi#since-this-project-is-no-longer-maintained-please-consider-using-alternatives-or-the-forked-project-jsonapi-serializerjsonapi-serializer). The recommended active [fork is here](https://github.com/jsonapi-serializer/jsonapi-serializer).

Just in case you want to move fordward with this fix, I have rebased this branch with master in my [forked repo](https://github.com/megatux/rails_api_base/tree/fix/webpack-version-on-heroku-deployments)

Same here. Looking at the code and debugging seems to work with js definition but not with data-attribute: ```javascript Typeahead.prototype = { constructor: Typeahead , select: function () { var...

My local ugly workaround, changed the `if(this.autoSelect || val) {` with something like : ```javascript if(this.autoSelect || val) { if(typeof this.updater === "string") { this.$element .val(window[this.updater](val)) .change(); } else {...

or valid Ruby code but for a commented line: ``` # I18n.with_locale(:en) do end ``` Shouldn't be so hard to omit commented lines, right?

Also seems like Pagy 3.x requires Ruby < v3 so it's blocked #126 > pagy-3.14.0 requires ruby version < 3.0, >= 1.9, which is incompatible with the current version, ruby...

Interesting. Maybe related to the merged branch called _tomato-as-dialog_.

The last commit on this project was on _5 Jun 2017_, AFAICS, more than a year old!. I'll create a fork and try to do a June package then a...

Created #52 for Meson build. Maybe we could use a _label_ for Juno's related tasks.