Simon

Results 101 issues of Simon

Key rotation is mentioned on the Readme on the following parts in the Readme: https://github.com/dwyl/phoenix-ecto-encryption-example#owasp-cryptographic-rules ![image](https://user-images.githubusercontent.com/6057298/69864886-d0c2a400-1297-11ea-9857-17fa81dbbc07.png) https://github.com/dwyl/phoenix-ecto-encryption-example#1-create-the-encryption-app ![image](https://user-images.githubusercontent.com/6057298/69864979-06678d00-1298-11ea-9244-fada6d6d8e1d.png) and on the `get_key` function description: https://github.com/dwyl/phoenix-ecto-encryption-example#3-define-the-6-functions ![image](https://user-images.githubusercontent.com/6057298/69865031-226b2e80-1298-11ea-9e79-f78ea5582ea7.png) However it wasn't clear...

question
discuss

Lambda functions are most of the time trigger by an event, however sometimes we want the function to execute at a regular time. For that aws lambda provide a fixed...

question

In https://github.com/dwyl/learn-heroku/blob/master/elixir-phoenix-app-deployment.md the section 5 could be next to the section 9 and more information about the buildpacks configuration can be added: ![image](https://user-images.githubusercontent.com/6057298/36486950-a9ee8d8a-1717-11e8-9721-abb5587621de.png) and ![image](https://user-images.githubusercontent.com/6057298/36486979-c000e26c-1717-11e8-9e31-f94eb1d09424.png) see: https://github.com/dwyl/learn-heroku/pull/18#pullrequestreview-98185047

T25m

ref: https://github.com/dwyl/learn-devops/issues/59 An initial markdown where I recap my research on how to deploy a Phoenix application on Linode

in-progress

I had an issue while using pm2 for deployement: The master branch already had a `ecosystem.config.js` but when I tried to create a new PR this issue appears: ![image](https://user-images.githubusercontent.com/6057298/48559006-9d0e1980-e8e2-11e8-9087-29d5eec0eab9.png) I...

help wanted
discuss

[elm-live](https://github.com/wking-io/elm-live) can be used to compile a Elm single page application. You can install elm-live with npm: `npm install -g elm-live` and then you'll be able to run the following...

enhancement

On the following project: https://github.com/club-soda/club-soda-guide, one of the feature is to allow user to filter a list of drinks based on types (first level filters) and styles (sub level fitlers):...

enhancement
T1d
in-progress

The Google tokens are now encrypted and saved in Postgres using Fields.Encrypted: ![image](https://user-images.githubusercontent.com/6057298/69799275-df8f5500-11ca-11ea-8d48-4365d3532d5b.png) https://github.com/dwyl/app-mvp-phoenix/blob/9e1bf7dd5ac0b073f892ea9b93346f991a817407/lib/app/ctx/session.ex#L5-L12 However we do not save the `key_id` value yet. I don't fully understand yet how the...

question
investigate
technical
T1h

Investigate if we can use [Github Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) to automatically apply labes to issues when they are moved to a specific column in our Kanban project. linked to https://github.com/dwyl/app/issues/238

enhancement
investigate
priority-3
T2h
T1h

from https://www.theguardian.com/business/2015/aug/18/time-management-apps-work-life-balance-productivity “When we make that data transparent to others, that’s where we get into a situation where we start manipulating our activities to create good data,” "The guiding principal...

discuss
docs