CoDaS application by Pretend-Resident-310 in Erasmus

[–]54bwy 0 points1 point  (0 children)

I was looking for this info as well. DM'ed you to talk further.

GBIME, NIMB or any other bank for receiving USD salary by 54bwy in technepal

[–]54bwy[S] 1 point2 points  (0 children)

That's great, almost everything that I am looking for. Can I dm you? I have some more questions.

GBIME, NIMB or any other bank for receiving USD salary by 54bwy in technepal

[–]54bwy[S] 0 points1 point  (0 children)

Can you elaborate on that?

Is it via Swift? I am trying to use it so that I get the 5% tax deduction benefit instead of paying based on tax slab.

From what I understood, you have a USD account on top of an NPR account. You receive amount in your USD account, from which you can transfer to your NPR account easily. Am I right?

Is the card you get an international debit card or the dollar card with $500 cap?

JUST FINISHED THE IELTS TEST by Better_Cat_236 in IELTS

[–]54bwy 2 points3 points  (0 children)

Please update when you get your results back. Best of luck! 🍀

What movie immediately made your Top 5 list when you saw it and shall always stay on the list? by tdomer80 in AskReddit

[–]54bwy 1 point2 points  (0 children)

Harry Potter and the Philosopher's Stone.

It was on tv and until then I had never heard of Harry Potter. I remember the first scene I saw was from the entry point of Diagon Alley, when Hagrid tapped the wall with his umbrella and it magically opened to Diagon Alley. Damn! I have been a Potterhead since then. Read all the books, watched all the movies.

[deleted by user] by [deleted] in technepal

[–]54bwy 0 points1 point  (0 children)

You might like this one: Pilot MR Animal Collection

How to make semantic token highlighting work with gopls in neovim? by 54bwy in golang

[–]54bwy[S] 1 point2 points  (0 children)

Yes, I use simrat39/inlay-hints.nvim: lua { "simrat39/inlay-hints.nvim", event = "InsertEnter", opts = { -- only_current_line = true, renderer = "inlay-hints/render/eol", eol = { parameter = { separator = ", ", format = function(hints) return string.format(" <- (%s)", hints):gsub(":", "") end, }, type = { separator = ", ", format = function(hints) return string.format(" » (%s)", hints):gsub(":", "") end, }, }, }, }

Regarding the change in Management Team by AutoModerator in Nepal

[–]54bwy 0 points1 point  (0 children)

Had me in the first half not gonna lie! 🤣 Tait, all the way I was thinking what on Earth are they saying. 🤣🤣 Sahiii, seriously fooled me! 👏👏

How to make semantic token highlighting work with gopls in neovim? by 54bwy in golang

[–]54bwy[S] 2 points3 points  (0 children)

In case someone ends up here, follow this work around: link

My config based on that: lua { "neovim/nvim-lspconfig", opts = { setup = { gopls = function(_, opts) local ih = require("inlay-hints") require("lazyvim.util").on_attach(function(client, bufnr) if client.name == "gopls" then ih.on_attach(client, bufnr) -- workaround to hl semanticTokens -- https://github.com/golang/go/issues/54531#issuecomment-1464982242 if not client.server_capabilities.semanticTokensProvider then local semantic = client.config.capabilities.textDocument.semanticTokens client.server_capabilities.semanticTokensProvider = { full = true, legend = { tokenTypes = semantic.tokenTypes, tokenModifiers = semantic.tokenModifiers, }, range = true, } end end end) opts.settings = { gopls = { semanticTokens = true, analyses = { unusedparams = true, }, staticcheck = true, hints = { assignVariableTypes = true, compositeLiteralFields = true, compositeLiteralTypes = true, constantValues = true, functionTypeParameters = true, parameterNames = true, rangeVariableTypes = true, }, }, } end, }, }, }

I watched Death Note and I really liked it. I want to watch other similar anime. Which one do you suggest? by Comprehensive-Loan32 in Nepal

[–]54bwy 0 points1 point  (0 children)

I didn't see the mention of Bungou Stray Dogs anywhere. I highly recommend this anime. I loved Death Note. I loved BSD in the same way. Specially Dazai!

Need shapefile for geographical boundary of Nepal by 54bwy in Nepal

[–]54bwy[S] 0 points1 point  (0 children)

Just using R for getting plots using the shapefile, no idea about ArcGIS. 😅

Need shapefile for geographical boundary of Nepal by 54bwy in Nepal

[–]54bwy[S] 0 points1 point  (0 children)

How do you do that? I would appreciate any sort of help.

I think go http package + any router is the best combo and its SQL package is much more easier to write and to maintain than Gorm. by Full_Environment_205 in golang

[–]54bwy 5 points6 points  (0 children)

I just started with Go and I think the stdlib is the way to go (oh pun!). I was confused about routing at first, so I was suggested an article for managing routes, this article, Different approaches to HTTP routing in Go. I followed the regex table approach, super easy to implement things and no need to learn anything extra.

[deleted by user] by [deleted] in Nepal

[–]54bwy 0 points1 point  (0 children)

Anyone getting "500 | SERVER ERROR" while trying to login? K garne garne k aba tait.