Isaiah Inuwa

Results 29 comments of Isaiah Inuwa

I think I have basic Oso/Polar support implemented in .NET I've got all the tests ported from the Java Oso library passing in .NET now, so it should be mostly...

I don't know if Jira Server has this option, but Jira Cloud has an option to [create an API token](https://confluence.atlassian.com/cloud/api-tokens-938839638.html) that is separate from your password. It still gives you...

Oh, OK. My API token for Jira Cloud is working without modification to `jira-cli`. @valentijnscholten, are you saying that Jira Server API tokens are not working with `jira-cli`?

@guiroliveira, my last PR broke `master`. The PR above should fix the issue. (You can remove the stray curly brace on your local repo to fix the issue as well.)

I don't know the Terraform plugin schema, but the [OCI API](https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/TunnelPhaseOneDetails) defines `lifetime` as an integer, but the Terraform plugin defines it as a string: ([phaseOneDetails](https://github.com/oracle/terraform-provider-oci/blob/38e2ae24b44058ebe46e45389da8ee70982309ba/internal/service/core/core_ipsec_connection_tunnel_management_resource.go#L173), [phaseTwoDetails](https://github.com/oracle/terraform-provider-oci/blob/38e2ae24b44058ebe46e45389da8ee70982309ba/internal/service/core/core_ipsec_connection_tunnel_management_resource.go#L233-L235)). This diff worked...

This is a smaller diff that doesn't require a breaking change to state schema. I'm not sure which is the way to go since the resource doesn't currently work anyway....

Hello @alexkeh, is there an update on this request?

To confirm, that's around Q4 2022?

Installing with `python3 -m pip install mssql-cli` worked for me; I just had to modify the file placed in `~/bin` to use Python 3, IIRC.

Might this also require changes from #528?