Igor Krupin

Results 6 comments of Igor Krupin

> > > For those on windows aws cli pulls the content type from HKEY_LOCAL_MACHINE\Software\Classes.js and for me on windows server 2016 and windows 10 this was defaulted to text/plain....

Hi, having the same issue. The value in the tooltip is correct, however tooltip is not moving along with the slider. Also, I think there is a more sinister issue...

Thanks @yigor for pinning down the culprit.

I do this: .picker__select--month, .picker__select--year { height: auto; } I find that padding 0 makes the dropdowns a bit too narrow

since `/opt/mssql-tools/bin/sqlcmd` is NOT available on `linux/arm64` (Mac M1, M2, etc) for `mcr.microsoft.com/azure-sql-edge:latest` Can someone please provide a command that will work with whatever flavour of linux `mcr.microsoft.com/azure-sql-edge:latest` is using?...

Presently I'm using [Lambda A] -> Invoke() -> [Lambda B] for synchronous flow (request-response). It bypasses the API Gateway. It's not too bad, but as per [Security Overview of AWS...