Emil Ajdyna
Emil Ajdyna
@boopathi thanks for clarification :) closing
@killernova you should be able to add an ignore attribute for turbolinks when https://github.com/pelargir/auto-session-timeout/pull/18 is merged in, please have a look at the added test case
@inikonorov that would be a good start :) long term, I'd like to make async functions a bit more flexible, but it's not necessary for this issue
@creepinson a PR with jsdoc documentation/annotations would be highly appreciated if you'd like to solve this problem. Thanks!
Some environment variables are not necessary for the app to work, e.g. `env.get('SESSION_TIMEOUT') || 10`. Some are, e.g. `env.fetch('EXTERNAL_SERVICE_URL')`. It might make sense to always require them, not sure what's...
hey @ryankshaw I haven't planned it, but the lib depends on https://github.com/eslint/espree which does have `jsx` support out of the box, so it should be possible :) It probably all...
I've investigated the issue a little bit, and it is possible but it requires more work than expected :) I have a tight schedule so this can take a while,...
hey @ryankshaw any help is appreciated :) To give you a bigger picture - I can see two ways of making this happen 1) adjust all of the dependencies to...