Carlos I. Garcia

Results 21 issues of Carlos I. Garcia

I have the following relationship: ```javascript class Thing extends resourceLibrary.Base { this.belongsTo('multiWord') } class MultiWord extends resourceLibrary.Base { this.hasMany('things') } ``` `MultiWord`'s relationship on my backend is obviously declared with...

help wanted

My backend server is using PostgreSQL as a DB. For a specific field in my model, I have a JSONB column. When I call: ```javascript myResourceInstance.update({ jsonField: {stuff: 1234} })...

enhancement

### Bug description The documentation provides the following function assignment for the `create` setting: ```javascript create: function(input){ return {value:input,text:input} } create: function(input,callback){ callback({value:input,text:input}); } ``` However, when trying to use...

bug

Bumps rails/request.js version in order to stop warnings with the latest version.

Hello! The line `L=$HOME/bin/devstep && curl -sL https://github.com/fgrehm/devstep-cli/releases/download/v0.4.0/linux_amd64 > $L && chmod +x $L` appears to be linux-only. I've tried installing devstep using homebrew but it doesn't seem to be...

Hi, I just can't seem to be able to enable this plugin for my editor: https://www.tinymce.com/docs/plugins/textpattern/ Any pointers will be appreciated.

Hi! For some reason the view is not resizing on iOS for me. I installed `cordova-plugin-ionic-keyboard` and I already have `cordova-plugin-ionic-webview` in my plugins. I of course have the following...

needs reply

```bash $ plis start web && plis attach web docker-compose up -d web back-end-3_postgres_1 is up-to-date Creating back-end-3_web_1 ... done No container running for service web ``` however ```bash $...

If Docker is not running on the machine, all you get now is: ```bash Command: %!(EXTRA string=docker-compose ps -q)Error: %!(EXTRA *exec.ExitError=exit status 1)% ``` Where it should explicitly say something...

enhancement

After updating we started seeing our PDFs (UNIX-generated) stopped working in Windows machines. Apparently a font issue, but we did **nothing** other than update the gem version... See Expected and...