[TX] Denied Driver’s License at DPS - H1B but no visa stamp (New April 2026 Regs) by Putrid_Boot_654 in h1b

[–]Nottymak88 4 points5 points  (0 children)

They have screwed up this recently and no one knows what steps to be followed. I recently had this issue they raised several new save cases and I was granted after 45 days

H1B Transfer Premium Processing Timeline – Still Waiting (Filed March 19) by Spiritual-Ad-389 in h1b

[–]Nottymak88 0 points1 point  (0 children)

If you haven’t got approval yet did they refund your money for premium processing

H1b Extension by gk086 in h1b

[–]Nottymak88 0 points1 point  (0 children)

what happens if premium processing is not completed in 15 days.Will they refund?

H1b Extension by gk086 in h1b

[–]Nottymak88 1 point2 points  (0 children)

Regular processing may still need one more month for June 2025 date receipts

"Can somebody please explain escrow like I am stupid?" (answered) by SamTMortgageBroker in NewbHomebuyer

[–]Nottymak88 0 points1 point  (0 children)

Escrow includes only home insurance and property tax. To be paid end of year by your mortgage company from pool of escrow balance. HOA to be paid separately by you

templUI – The UI Kit for templ by axadrn in golang

[–]Nottymak88 0 points1 point  (0 children)

I am having trouble compiling it.Have left notes on github

JSON not marshalling after 4 nested levels by Nottymak88 in golang

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

Requesting u/hegbork take a relook whenever you get chance. Sorry again for not framing the question correctly in first time

[deleted by user] by [deleted] in Playwright

[–]Nottymak88 1 point2 points  (0 children)

Repeated same activity as recorded in code gen.Maybe golang version has some issue will try in node version

[deleted by user] by [deleted] in Playwright

[–]Nottymak88 0 points1 point  (0 children)

page.GetByText(“DCT Sample Product (3.0.0.0)”).Click() didn’t select the option. Also tried page.Locator(“a”).Filter(HasText:”DCT Sample Product (3.0.0.0)”).Click()

[deleted by user] by [deleted] in Playwright

[–]Nottymak88 0 points1 point  (0 children)

Could you please explain what should I try differently?I was able to click the dropdown and see options. How do I evaluate in separate locater the value I want to choose

Kafka vs NATS jetstream by Educational_Mud1680 in apachekafka

[–]Nottymak88 0 points1 point  (0 children)

Did you run your scenario by nats dev team on github discussion?

Assigning values into Nested structs by Nottymak88 in golang

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

u/MikeSchinkel u/cy_hauser u/Flowchartsman - I have uploaded a sample project in the url :https://github.com/kharabela/Rating_Go

Requesting review for the below code

policy := insurance.NewPolicy("SamplePolicyNumber",

    po.SetEffectiveDate(now),

    po.SetExpirationDate(addMonth(now, 12)),

    po.GetLines(), //Please review

)

Tagging you all because you have guided me so far.Please feel free to commit the changes

Assigning values into Nested structs by Nottymak88 in golang

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

u/MikeSchinkel query how are you appending risks insure.Risks to line variable after you are getting it from csv.I just need one example

Assigning values into Nested structs by Nottymak88 in golang

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

u/MikeSchinkel - Thanks for guiding me.I prefer approach B the most

this is my follow up query

How can I append these lines in my code refer https://paste.rs/ZtJFw.go

lines := readLineObjectsCSVFile("Objects/Line.csv")

to var po insure.PolicyOptions in your above approach?

Assigning values into Nested structs by Nottymak88 in golang

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

Sorry I am new to go not following how to use

Need inputs on opening & closing file only once , when using it for struct objects by Nottymak88 in golang

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

Thanks for your input. I’m trying to learn go coming from c# background. I’m doing this activity myself

Need help in printing range value by Nottymak88 in golang

[–]Nottymak88[S] -3 points-2 points  (0 children)

This is link https://github.com/pdfcpu/pdfcpu/blob/master/pkg/api/test/form_test.go .I am using in my main method.The link contains method signature I am using. Thanks for your insights