Aleksandr Zaruchevskiĭ
Aleksandr Zaruchevskiĭ
add a flag to determine whether `ReadContext` is called via `schema.ImportStatePassthroughContext`
### SDK version ``` github.com/hashicorp/terraform-plugin-sdk/v2 v2.18.0dk/... ``` ### Use-cases currently, there is no way to determine whether we are encountering an on-going import operation in `schema.Resource.ReadContext` if it is called...
hey 👋 UDR is a little bit different than UDM, but I believe it should be pretty straightforward to support it, too please see https://github.com/WireGuard/wireguard-vyatta-ubnt for reference, I believe the...
## What is currently missing? some important linters are missing which could: - prevent appearance of future bugs - fix existing bugs - improve overall performance and security of the...
# THIS IS A DRAFT PR AND IS A SUBJECT TO CHANGE! ## About this change—what it does switching to the new user config generator, completely removing the old one...
changes `cmdroute` to work with `*api.InteractionResponse` instead of `*api.InteractionResponseData` this would allow to return modals via command interactions done through `cmdroute` this PR is a breaking change
### SDK version ``` latest ``` ### Relevant provider source code Terraform reads it correctly in first place, until it reaches `grpc_provider.go`, here is an example where it's read properly:...
adds `Map` method to `schema.Set` that returns a cloned version of the internal map that is used in the `Set` this is useful, for example, when you are trying to...
## About this change—what it does Reimplements incremental acceptance tests in Go ## Why this way Current solution is too complex and hard to maintain
currently, `send-on-login` only has 3 modes: - `TO_FIRST` - `TO_EMPTIEST_SERVER` - `RANDOM` I suggest adding a 4th mode, that is `VIA_DOMAIN_NAME` to send players to the server depending on which...