Théo Reichel
Théo Reichel
I believe [this module](https://store.webkul.com/Odoo-Amazon-S3-Cloud-Storage.html) is doing something similar. Instead of letting assets go thought the odoo pipeline (to forward them), it would make a lot of sense to answer with...
@simahawk well, the ecommerce is delivering document using the same principles, and the load can quickly grow. Anyways, Odoo website is just a toy, but delivering assets through a CDN...
Hi, I followed the _basic_ procedure from the front page and one of the scripts remove that file as well. I can't trace back where it happen in the `jumpstart.sh`...
Hi, the ATmega32u4 doesn't have the power to handle the security layer on its own. See https://arduino.stackexchange.com/a/11 You'll need a MCU with more power for that. Thus being said, it...
> I still need a source for this claim Hi danymat, sure thing. A quick `ruby implicit return` search yields the following sources: - https://jtrudell.github.io/blog/ruby_return_values/ - https://franzejr.github.io/best-ruby/idiomatic_ruby/implicit_return.html The following code...
Try calling `ColorizerAttachToBuffer` to see if tags are colored. If the function isn't available, then your setup lazy-load all plugins and you should provide and event to _lazy_ so it...
As a temporarily solution, we loaded the schema in a rails console with something like this: ```ruby ActiveRecord::Base.establish_connection(:queue) load 'db/queue_schema.rb' ``` You might need to adjust the database and file...