Adrián López

Results 40 comments of Adrián López

I'm using this command to affect only the network conditions of one container: sudo nsenter -t PID -n comcast --latency=2000 --target-port=9200

I have modified a [small script to create reminders](https://github.com/jonahar/google-reminders-cli) to be able to create and list reminders: https://github.com/adrianlzt/google-reminders-cli

I have made that change directly in a fork of this plugin to check if it works: https://github.com/adrianlzt/flutter_local_notifications/commit/3b8b20c945fc73317a2f76d3b9d710f2dd0481bd But it doesn't work. The notification makes no sound. Could also be...

I need the app to run in my phone. I have finally disabled DND before running the notification.

Simplifiying the response of @milahu: Install AUR packages ignoring errors: ``` yay -Quq --aur | xargs -n 1 yay -S --noconfirm ``` Failed packages (not able to be installed): ```...

Adding this lines ``` page.viewportSize = { width: 1500, height: pdfViewportHeight } page.paperSize = {}; ``` And removing the ``page.evaluate(function() {`` Generate a decent one page pdf for the selected...

I guess it could fix the latest problem reported in #860

My first example was showing that creating hourly partitions was not working properly, I set premake=1 because it does not affect for that particular case, when the partitions were being...

Before using pgpartman I did an small POC to create partitions, ad-hoc for our use case of Zabbix. https://gitlab.opensolutions.cloud/adrian/zabbix-partition-manager/blob/master/zpartition.go My approach was to use unix epoch and alignment using the...