Juan L
Juan L
Maybe I'm missing some thing but let's say I have the following layout where I have `:text` in a nested field using `as: :html_editor`. This does not work. It only...
is there a way to limit `f.add_nested_fields_link` to a number? Meaning, let's say someone clicks the `f.add_nested_fields_link` link, I only want the person to add 1 nested object. How can...
Not sure what I am doing wrong or if it's the module but, with the below code ``` $authProvider.configure({ apiUrl: 'http://localhost:3000', tokenValidationPath: '/admin_auth/validate_token', signOutUrl: '/admin_auth/sign_out', emailRegistrationPath: '/admin_auth', accountUpdatePath: '/admin_auth', accountDeletePath:...
Hello Example: Say I have this redirect ``` { "redirects": [ { "source": "/some/old-path.html", "destination": "/new-path", "type": 301 } ] } ``` The result is ``` HTTP/1.1 301 Moved Permanently...
Problem with using window width from what I can see is the dynamic width of the grid is dependent on the window width not the parent so this causes items...
Hello, after I run the compiler I try to execute the file `./a.out` but I receive the below error for gem `tty-prompt`. I've also received the same for `pry` in...
On a new install of Vuejs 3, I cannot get this to run. ```ts ... ... ... import VueCropper from 'vue-cropperjs' import 'cropperjs/dist/cropper.css' ... @Component({ components: { VueCropper, }, ......
Cannot init because bundler is static to bundler version 1.9.9 Error Message: > Unable to activate rumbda-1.1.0, because bundler-1.13.6 conflicts with bundler (= 1.9.9) (Gem::ConflictError) Shouldn't it be `bundler (~>...
Hello, on fresh install (`transmission-2.94-x64.msi`) on Windows 10, I get this error on any attempt to add torrent. > Error: Unable to save resume file unknown error
How do I change the size of the section and canvas cropping area? It defaults to 450x450 pixels and I need to make it smaller to fit my div.