Quentin Rousseau
Quentin Rousseau
Hi i configured AA to work with webpacker but i'm seeing this at runtime. ``` 2020-10-08T02:20:16.469618+00:00 app[web.1]: [bb1d92c0-719b-403e-9e75-5b55800db3ee] ActionView::Template::Error (Webpacker can't find jquery.xdan.datetimepicker.css in /app/public/packs/manifest.json. Possible causes: 2020-10-08T02:20:16.469618+00:00 app[web.1]: 1....
## Fix ``` DEPRECATION WARNING: update_attributes is deprecated and will be removed from Rails 6.1 (please, use update instead) (called from update at /Users/user/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/bundler/gems/koudoku/app/controllers/koudoku/subscriptions_controller.rb:163) ```
Hi @ufukomer, thanks for this piece of software ! Would be nice to support TLS/SSL configuration as well Cf. https://www.cloudera.com/documentation/enterprise/latest/topics/impala_ssl.html Cf. https://github.com/apache/thrift/blob/c8e0207053a26f206d6515313747b7e1999a01d5/lib/nodejs/lib/thrift/connection.js#L249
Hi, Thanks again for this piece of software. When executing the following query: ```sql SELECT 1 as foo, 2 as foo ``` Data returned is: ```js [ [ '1\t2' ],...
Hi and thank you for this project! Error ``` PG::Error: could not open file "/tmp/puma20220411-14-1llyqd": No such file or directory ``` Backtrace ``` File /app/vendor/bundle/ruby/3.1.0/gems/active_storage-postgresql-0.3.0/lib/active_storage/postgresql/file.rb line 82 in lo_import File...
Duplicating this issue: https://github.com/facebook/fixed-data-table/issues/179 in this fork.
Hi, I have a use case when my CSV contains trailing whitespace but it's fine for me. Would be nice if we could filter out default errors and warnings. Regards,
Hi, Dialect hash should support ruby key symbol. ``` ruby dialect = { header: true, delimiter: "," } validator = Csvlint::Validator.new( "http://example.org/data.csv", dialect ) ``` Right now if we are...
In the doc: https://github.com/onelogin/ruby-saml ```ruby response = OneLogin::RubySaml::Response.new(params[:SAMLResponse], {skip_authnstatement: true}) # skips AuthnStatement response = OneLogin::RubySaml::Response.new(params[:SAMLResponse], {skip_conditions: true}) # skips conditions response = OneLogin::RubySaml::Response.new(params[:SAMLResponse], {skip_subject_confirmation: true}) # skips subject confirmation...