Régis Behmo
Régis Behmo
Closed by https://github.com/overhangio/tutor/pull/621
@foadlind I agree that the hardcoded volume size is problematic, but I disagree with the implementation that you are suggesting. When possible, I do not want to add extra settings...
It would be fantastic if you could work on it @foadlind.
Hey Florian, sorry about the delay replying to your issue. I believe that this should be triaged as an upstream bug. In a nutshell, and to paraphrase your description: users...
Your analysis of the situation is 100% correct @fghaas. I just want to point out that it's possible to override the `SESSION_COOKIE_DOMAIN` setting with a minimal plugin. I've been meaning...
The `SESSION_COOKIE_DOMAIN` should not be overwritten in the *.env.json files but in the Python settings, with the following "openedx-lms-common-settings" patch: ``` SESSION_COOKIE_DOMAIN = ".{{ LMS_HOST|common_domain(PREVIEW_LMS_HOST) }}" ```
@wsturgiss can you try this out?
I'm a zsh user myself, and it sucks that I only got it to work for bash... > 1. it only works about half the time for me. Half the...
Hi @johanlindquist! Your comment makes sense. I didn't realise Slack had released a Python SDK. Yes, it would be reasonable to port slack-cli to the new SDK. In all honesty,...
Sounds good! Creating a snippet is pretty much like uploading a file, except that you need to call the `upload` API method with a `content` parameter instead of a `file`:...