gleniat

Results 15 issues of gleniat

**Describe the bug** While navigaing back (Back button in the browser) new pages slide from the right side of the screen. It is confusing, because it seems like going forward....

bug

### What I'm trying to achieve Get a creation date on invoices based on locale settings. ### Steps to reproduce the problem 1. set locale, date and datetime format globally...

plugins
feature request

## Description of problem It would be nice to have an option for not restarting the app in `dokku postgres` commands. The `--no-restart` argument to prevent restarting the app is...

### What I'm trying to achieve Browse subcategories of a root or parent category. ### Steps to reproduce the problem 1. Dashboard -> Catalog -> Categories -> open any root...

bug

## Description of problem Cloning an app doesn't preserve HTTPS setting – Let's Encrypt certificates are not obtained for cloned apps automatically. ### How reproducible Always, easily. ### Steps to...

Hi, I tried to set up the checkout and checkout-app according to the deployment manual in README. However, I can't load or save settings in checkout-app (in dashboard). The error...

saleor-app-checkout

Hi! I'd like to simply block all connections + whitelist IP addresses that can access the app without auth. Is it possible to do it with this plugin? Thank you

I set up the linux user `runner` on my self-hosted linux machine. I installed the service with `sudo ./svc.sh install runner` and started it with `./svc.sh start`. The installed runner...

This is how docker-compose.yml looks like: ``` speedtest: restart: always image: frdmn/speedtest-grafana:latest container_name: speedtest environment: - "SPEEDTEST_INTERVAL=${SPEEDTEST_SPEEDTEST_INTERVAL}" - "SPEEDTEST_HOST=${SPEEDTEST_HOST}" depends_on: - influxdb ``` 1. Where does ${SPEEDTEST_SPEEDTEST_INTERVAL} come from? (.env...

upload and ping example ``` SELECT mean("value") FROM "upload" WHERE $timeFilter and host = 'local' GROUP BY time($interval) fill(null) SELECT mean("value") FROM "ping" WHERE $timeFilter and host = 'local' GROUP...