Sam Sullivan
Sam Sullivan
I don't see myself using finalterm as a permanent terminal until I can replace it with `chsh`. +1
As an update, I added the `finalterm` executable to my `/etc/shells` file and was then able to use `chsh` (followed by a reboot). However, when launching a terminal it would...
Thanks! This was much better than the fix I came up with (which didn't take into account any potential `offset`s).
Try making the changes linked to above, @pbtura. It works great for me if I change the first conditional in `checkIfShouldStick()` to: ``` if ($scope.disabled === true || mediaQueryMatches ())...
The docs are wrong; you want to use `typeLength` instead of `bitWidth`. See: https://github.com/ironSource/parquetjs/blob/455ff9ffce89ac055fd667cf8d0555aec93f7c9f/lib/writer.js#L310-L316
Ideally errors would be `Error` objects, not a string; but, I agree, anything merged would be a welcomed improvement.
Same issue here, definitely think it has something to do with ECS Fargate; although, it does work on some of my S3 put object requests. I tried to disable this...
@antonpirker you're supposed to be able to pass an IAM role to a Task's containers in ECS, meaning you should be able to use the Node SDK w/o relying on...
FYI, it may not be a reasonable solution for all, but I confirmed that **ECS Fargate works *just fine* using the v3 AWS Node SDK** which came out in General...
> The same issue occurred to me also by triggering move with `manualColumnMove` plugin. Version: 12.3 I just noticed the same in 13.1