purplepenguin2
purplepenguin2
Without being able to read the current values, it makes it impossible to keep a persistent cursor after modifying values. For an example, I'm using the `Textarea` component as a...
So I understand not trying to make the textarea some super complex thing, but in my case, I'm literally just adding support for `Tab` and `Shift + Tab` to do...
While I understand where the Cloudscape team is coming from, I'd like to at least acknowledge recreating hundreds of lines of code simply to change a font or get the...
One follow-up question on this would also be how to have config tokens for a distributed service. Since the tokens need to be constantly refreshed, you have to regularly call...
Yeah, it's unfortunate, but we'll have to store the token outside the running containers and then ensure only one process is ever trying to rotate it while the rest just...
Sorry, one last thing I just noticed, is there no way to programmatically request to install an app? It looks like the config token allows you to create the app,...
Yeah, the part that's extra confusing is we're trying to use automation rules for app approvals, and I have no idea how the OAuth flow would work with those. The...