Louis-Michel Couture
Louis-Michel Couture
Hi! It would be wonderful to have unit test examples added to the front and back-end, so new user can get started in the right direction with solid examples. Thanks!
Hello! I'm trying to access [this enum](http://libxlsxwriter.github.io/chart_8h.html#a78b7d07d421d5339d0e721e28d3dbf2d), but it does not seem to exists in the binding. Maybe they need to be regenerated? Do you still have the command you...
Hello! We are currently applying [CSP (Content Security Policies)](https://developer.mozilla.org/en-US/docs/Web/Security/CSP) to our app, and VideoJS-youtube breaks the policy by trying to add inline style (and a style tag) to the DOM,...
It would be nice to have an option to pass an element that would be referenced in the table of contents as a separator.
Hey, It would be nice to have sources from other languages / regions too. As an example, the Quebec government publishes open data for both boys and girl names: -...
The random password I typed on the field contained a `!`, which make the yaml parser unhappy. When quoting the string, everything worked flawlessly. ``` PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null...
I'd like to be able to use this with Guard, [like it's possible with to do](https://github.com/guard/guard-rspec#using-parallel_tests) with `parallel_rspec`. However this is not currently possible with because guard passes specific options...
Hey! Small (and first) contribution to the project. When proxying requests through a backend, the backend might return 204 No Content to indicate the request was processed but there's nothing...
The current generated SDK load so many files that it slows down our app boot by 3x. I ran a ballpark estimate with `find lib -type f | wc -l`...
When generating `with_#{attr_name}_translation` methods, include the table name in the query. This is to prevent a possible ambiguous column error when the model is joined with another model having the...