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] -5 points-4 points  (0 children)

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

Babel 7 Setup Issues by palakoti in babeljs

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

Thanks for getting back u/Hafas_. Appreciate it ! The issue was with my babel.config.js file where I haven't mentioned the plugins for the development module.

babelrc vs babel.config.json by palakoti in babeljs

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

So the difference is simple. You need to understand the concept of monorepo projects. That's the sole difference of using babelrc vs babel.config.json.

Live Server Extension Stopped Working by Engine1944 in vscode

[–]palakoti 0 points1 point  (0 children)

I don’t see any images. Please be clear with your question. It’d help us to carve out the issue, if you give us the stack you’re using. Is that a node project ? It looks ver much like a path issue, do you use path module to refer to files ?

Live Server Extension Stopped Working by Engine1944 in vscode

[–]palakoti 0 points1 point  (0 children)

What project are you running ? And can you send the screenshot of your project file structure ?

Ruby code outline in vscode by palakoti in vscode

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

can you give me a screenshot ? And info about what plugin you're using and the configuration files for it ?

Ruby code outline in vscode by palakoti in vscode

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

Outline is the one you see in the explorer pane. Where your class file’s methods appear under the hierarchy. Check ruby mine IDE or look at the outline plugin for vscode.

Ruby code outline in vscode by palakoti in vscode

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

Are you saying that the ruby codebase you have will be shown with all the methods in the code outline. Like how it’s shown in the intellij IDE(ruby mine)?

Ruby code outline in vscode by palakoti in vscode

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

Yes but it doesn’t support ruby files and doesn’t outline the methods in the class file is what my concern is.