mech
mech
I am using Mac OS X as server and not Linux. I am wondering if using Homebrew to install rbenv, will it be supported? I can't seems to get it...
I am trying to limit the pagination using hits_per_page with Kaminari: ```ruby Candidate.search("", page: 1, hits_per_page: 5, sort: ["name:asc"]) ``` But was given this error: ``` MeiliSearch::ApiError: 400 Bad Request...
Not sure if this is related with the way I try to lazy load the editor to solve windows problem. In my Next.js, I load the editor like so: ```javascript...
Hi, I have a use-case where I want my model to still be able to perform basic saving to database even if MeiliSearch instance is not started or found. I...
I find that for `Invoice`, there is `has_errors` as well as `validation_errors` for us to loop through. Whilst for `Contact`, it is `has_validation_errors` as well as `validation_errors`. Is there any...
**Describe the bug** I imported 150K records and when I search for certain keyword, the totalPages indicate 733, but when I am on page=201, no hits returned: ```ruby o =...
Hi I am using Next.js hosted on Vercel and encounter this fairly recently: rP.set is not a function. ``` framework-a2363dd3c3dbe572.js:9 TypeError: rP.set is not a function at r8.setSelection (3368-52c29b4eaf262153.js:1:101239) at...
Hi, Is there a way to upgrade the Trix from v1.3.1 to v2.0.8 as it fix quite a bit of Safari bugs. Regards
Hi, I am seeing this on the validation code ``` _.isEmpty(this.get(’email’)) ``` I am wondering, why not using the passed in `attrs` that Backbone provide. I asked this because when...
I have a text! to load my basic HTML template to use for my Backbone Require.js project at here - https://github.com/mech/front_end_demo If you run the server, the template will get...