Dani Planinc
Dani Planinc
Anyone using this with nuxt currently?
Ok thanks, that works for me too. I was just wondering if there was another way to do it
example CSS for bottom-left: (modify accordingly if you want bottom-right for example) .mini-toastr { right: inherit !important; top: inherit !important; left: 12px !important; bottom: 12px !important; }
Hi, thanks for responding :) I have actually managed to deploy this, with the following changes to the *stack.yaml* file: ``` InstanceMarketOptions: MarketType: spot SpotOptions: SpotInstanceType: persistent # new value...
> Have you experienced an instance stopped by AWS, and then were able to restart? If you mean a spot instance that was terminated by AWS, then the answer is...
Since I use the VPN only briefly and on rare occasions, I would probably not notice if/when the instance is terminated. I might go back and try to find out,...
> Hi, thanks for responding :) > > I have actually managed to deploy this, with the following changes to the _stack.yaml_ file: > > ``` > InstanceMarketOptions: > MarketType:...
I managed to make it work by taking the latest .min JS from /dist and requiring that directly. But it would be nice to be able to have this as...