Arup Rakshit

Results 13 issues of Arup Rakshit

https://github.com/kleinjm/vue_graphql_auth_example/blob/e0336c994891edc5eb9819fa6c36599067b01bd0/app/controllers/application_controller.rb#L19 Doesn't this line causes `Filter chain halted as :handle_html_requests rendered or redirected` for you too? I am not seeing the point of it. As far as I know two...

I am having this function to initialize webcam. ``` var app; app = angular.module("app"); app.directive('dockingWebcam', [ function() { return function(scope, element, attributes) { Webcam.set({ width: 320, height: 240, dest_width: 1024,...

https://github.com/apollographql/fullstack-tutorial/blob/66431a74abbdfd432157ec36a2fb7cd9f0b80be4/start/server/src/datasources/user.js#L60 Due to this line `cancelTrip` throws an error. ```sh { "errors": [ { "message": "Cannot read property 'flight_number' of undefined", "locations": [ { "line": 2, "column": 3 } ],...

bug

The issue is explained in the https://github.com/apollographql/fullstack-tutorial/issues/116.

start code

I am using angular [gantt-table](https://angular-gantt.readthedocs.io/en/latest/plugins/table/). I want to add 2 more columns to the table header. But they are just showing up first letter in the header, and also table...

I have current_user defined inside the before hook, and then we try to read it from `rescue_from` method, we get `nil`. ```ruby before do token = nil token = headers.fetch("Authorization",...

feature request
bug?

# `solargraph.commandPath:` > Path to the solargraph command. Set this to an absolute path to select from multiple installed Ruby versions. I am using Rvm. How do I set up...

Hi, I think I met an edge which I don't find any solutions yet. I have a gallery where I add the marker object to the presently viewed image when...

My Gemfile has the below version : ``` ruby gem 'spree_print_invoice' , :git => 'git://github.com/spree/spree_print_invoice.git' , branch: '2-3-stable' ``` While, I am clicking the button -- `print invoice`, getting the...

Hi, I am using S2T to write my ruby codes. I need to use 4 key strokes presently for the marker `# =>` to write it in my editor. Can...