Emad Rad

Results 21 issues of Emad Rad

I was reading the source code and found some typos. - loookup -> lookup - indentity -> identity - travelled -> traveled - depraction -> deprecation - orignal -> original...

This will introduce the following changes: - typo fixed: transiflex -> transifex - code-block added - heading symbol length - make heading dynamic for xblock cookiecutter - Old URL with...

open-source-contribution
waiting on author

This will update all the actions as follows: - os: ubuntu-22.04 - checkout: v4 - setup-python: v5 - python: 3.12 Close #460

open-source-contribution

This just cleans the repo readme and some newlines in `.in` files, - edx -> Open edX - trailing whitespace removed. - new lines in `.in` requirements files.

open-source-contribution
waiting on author

Before this, building organizations with longer URLs failed since the name field inside Site model has a max_length=50 Close #1144

I encounter this issue while creating an organization with a long URL. [Django's Site model](https://github.com/django/django/blob/6f9fea33137fee6416ff43b775aa9567440a23d3/django/contrib/sites/models.py#L86) has a 50 character limit for it's `name` field and [creating a new Site Configuration...

As a part of updating XBlock documentation, I created a simple xblock using [edx-cookiecutters](https://github.com/openedx/edx-cookiecutters) with a `--no-input` flag to test the xblock installation. Mounted the xblock using `tutor mounts add...

A job will run the following script when we run the `settheme` command. https://github.com/overhangio/tutor/blob/01d078c28413b7015b81f831934a7720bb668091/tutor/commands/jobs.py#L266-L300 This is fine when we're going to **Create** an organization, and in the process, many configurations...

This will only keep the start year and drop the end year

I was trying to enable a bunch of services on my server with a fresh installation. After running launch command, I noticed one of them is raising ssl error. After...