-
This issue is fully reproducible on master (https://github.com/openedx/frontend-app-course-authoring/commit/815ddbe94ea8348d3322930cc51cfd6e542f6756 as of writing)
In my `.env.development` file I s…
-
```
File "/usr/local/lib/python3.8/site-packages/label_studio_ml/model.py", line 617, in predict
server | predictions = cls._current_model.model.predict(tasks, **kwargs)
server …
-
Hi,
I am facing a weird stacktrace when using debug_toolbar. Basically, when locally developing and using `django_toolbar`, for every request, I get a *long* stacktrace originating in base template…
-
It would be nice to have any non-anecdotal data on how the site is used. A solid start would be page views per view, a second thing could be page load times (server-side aka be how long the view takes…
-
yeah, exactly that... can't we just use mastodon as a backend for this software? maybe create our own local database which refers the group/people on mastodon... what else you want to federate?
-
**kmom01**
- Jobba med med storleken på kursmoment.
"""
Jag tror att det hade varit bra att sträcka ut Kmom02 i över två
veckor och slå ihop Kmom03 och Kmom05.
"""
- Försök slå ihop fler kmom så…
-
When I use the code plugin to add a piece of code, the content page does not display code highlighting.
The version of django-cms is 4.1.1, and I am using a virtual environment with venv. The issue…
-
@knorth55 以下のlaunchファイルを立ち上げたら,とりあえずDBに何か貯まるのかな?と思ったんだけど,
```
[ERROR] [1666693339.502586]: Could not get message store services. Maybe the message store has not been started? Retrying..
[ERROR] [16…
-
Hi, we're using onesignal_sdk 2.0.0 with django 3.0 and sending some pushes from celery (v4.4.2) using code that looks something like this:
```python
client = Client(
app_id=settings.ONESIGNA…
-
I've run into an issue with an 'extra' exception from my django app being sent to Sentry through the sentry_sdk, after configuring structlog to use the SentryProcessor from this lib (v2.0.3)
When …