Navjeet

Results 11 issues of Navjeet

I have a unique requirement where ldap connection parameters are stored in db and the where clause to the query to get those parameters requires a value selected (from a...

i am getting "superclass mismatch for class SQLiteAdapter" when using this gem with jruby 1.6.3 Stack trace: superclass mismatch for class SQLiteAdapter /home/ec2-user/.rvm/gems/jruby-1.6.3@dm_app/gems/populator-1.0.0/lib/populator/adapters/sqlite.rb:25:in `ConnectionAdapters' /home/ec2-user/.rvm/gems/jruby-1.6.3@dm_app/gems/populator-1.0.0/lib/populator/adapters/sqlite.rb:24:in`ActiveRecord' /home/ec2-user/.rvm/gems/jruby-1.6.3@dm_app/gems/populator-1.0.0/lib/populator/adapters/sqlite.rb:23:in `(root)' org/jruby/RubyKernel.java:1038:in`require' /home/ec2-user/.rvm/gems/jruby-1.6.3@dm_app/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in `require'...

My vue entrypoint js file that creates my vue component is surrounded by the code `document.addEventListener('turbolinks:load')` and this works fine in development mode but on production model the vue component...

Is it possible to add exception-track to our existing engine? When I try to do that and run rails g exception_track:install, it gives the error _"Don't know how to build...

Is it possible to show aggregated numbers when you have two values in rows. e.g. if the rows have occupation (Doctor, Engineer) and Person Name, can I get total number...

enhancement

This new tests fails and that seems to indicate sorting is not working. Please do let me know if this test is not valid. Thanks. ...Navjeet

Jake, I cloned your repository and modified SolandraTests.java to add a test case that asserts sorting of string data. This test case is failing. Please check it out and provide...

We have configured our spring boot app to not send null values back in json but we are still getting the null values back. The setup to not send null...

I created a new project based on the blog https://blog.bitsrc.io/build-a-vue-app-with-firebase-authentication-and-database-e7d6816f79af but it does not load the comics initially. I had to add code in mounted method to load the comics....

Does this support group chat? I got one to one chat working but not sure how to send message to group chat.

enhancement
help wanted