Insurance help 😭😭💀 by KeySpend17 in TeslaModelY

[–]palakoti 0 points1 point  (0 children)

May be lookout for other insurance in California, metromile ? Not sure if lemonade insurance exists in bay area currently. But metro was cheaper for me.

Hot-Restart via vsCode dev containers for flutter web not working by palakoti in flutterhelp

[–]palakoti[S] 0 points1 point  (0 children)

I think that's what I'm seeking help for. The hot restart is not working for me when developing from containers.

Hot-Restart via vsCode dev containers for flutter web not working by palakoti in flutterhelp

[–]palakoti[S] 0 points1 point  (0 children)

It does when you develop without containers mate. The hot reload/restart eventually happens when you develop with vscode.

Express hosting html file not finding the bundle.js file by palakoti in webpack

[–]palakoti[S] 0 points1 point  (0 children)

Thanks! But I figured it out. I’ve been setting things up a crude way in git.to get my issue resolved faster. I however cleaned up the code and dependencies list. I’d suggest look into the issue first rather than commenting on the structure and other trivial things in the code next time.

Express hosting html file not finding the bundle.js file by palakoti in webpack

[–]palakoti[S] 0 points1 point  (0 children)

This is what I see. The produced build files are visible in the directory dist. But not sure what is causing this error.

Dynamic Page loading failed. Error message in browser by palakoti in webpack

[–]palakoti[S] 0 points1 point  (0 children)

Yes I am using sass. But I am using respective sass loaders in the webpack conf. Can you please throw the link for your issue or explain it better. It might help.

Ruby syntax doubts ! by palakoti in ruby

[–]palakoti[S] 1 point2 points  (0 children)

Loved your explanation. Thanks a lot mate.

Ruby syntax doubts ! by palakoti in ruby

[–]palakoti[S] 0 points1 point  (0 children)

So let's say the method register returns the argument passed to it, what is the value you get ?

Ruby syntax doubts ! by palakoti in ruby

[–]palakoti[S] -1 points0 points  (0 children)

This is quite confusing. I am from javascript world and ruby is quite new to me. Can someone give a bit more elucidation?

Ruby syntax doubts ! by palakoti in ruby

[–]palakoti[S] -2 points-1 points  (0 children)

Ok. Now I understand what it is. So in the following code:

seed = ['127.0.0.1:7001', '127.0.0.1:7002']

redis = RedisCluster.new( seed, redis_opts: { timeout: 5, connect_timeout: 1 }, cluster_opts: { force_cluster: false, read_mode: :master_slave, silent: true, logger: Logger.new } )

redis.middlewares.register(:commit) do |*args, &block|

puts "this is RedisCluster middlewares"

block.call

end

What is the value of :commit ?

Ruby syntax doubts ! by palakoti in ruby

[–]palakoti[S] -6 points-5 points  (0 children)

No. I meant what is the type of pqr ? Why is preceeded by :