JalonSolov

Results 435 comments of JalonSolov

Ah, ok. Looks like I'm out of luck for now, as this is something that is planned for v2 in #477

I need to go the other direction... I need to encode the value to send to JIRA. I'll look into modifying `IssueFields.Unknowns` manually. It would still be easier than trying...

I tried this, but apparently go-jira is trying to marshall it again... or something ```go customFields := tcontainer.MarshalMap{} ... data, err := json.Marshal(option) if err != nil { return fmt.Errorf(err.Error())...

... you know how sometimes you're just too close, and need to take a step back, just to realize the obvious? You are correct - that worked. Thank you. :-)

@spytheman you added `-no-parallel`... is that the missing piece?

There's a different problem now, but there's still a problem. Running this with the latest V, the program starts with no problem, but as soon as you try to access...

The plugin used to ask if you wanted to install vls. Perhaps this is a regression.

Did you enable vls in the options? I don't use vscode, so not sure, but most editors have a way to set up "do this when saving a file" operations.

The example works as expected on Linux. This appears to be a Windows specific problem.