Artemiy Mazaew
Artemiy Mazaew
Hi, @mg64ve You can add a few lines of code to gossip.py. To not change the source code keras ```python from keras import backend as K from keras.utils.generic_utils import get_custom_objects...
https://github.com/frappe/lms/issues/714
@pateljannat Ok, I'll fix it soon
If you look at the code that sends for verification then it does not even pass the assignment value, which is later needed to obtain the type of document to...
@pateljannat Can you explain how Assignment Submission was conceived?
Found a similar problem on the forum https://discuss.frappe.io/t/assignment-type-assignment-details-type-attributeerror-nonetype-object-has-no-attribute-type/111157
https://github.com/frappe/lms/pull/715
Привет @simensgreen, отличные исправления. Но, мб стоит добавить тогда материла про типизацию функций, а то она раз и хоба в дз появляется.
@simensgreen, когда указываешь какие типы данных функция принимает и возвращает это, называется типизация Пример из коммита: `def min_dual(first: float, second: float) -> float:\` `def get_by_key(data: ty.Dict[T, U], key: T) ->...
@simensgreen напиши мини урок поясняющий, что это такое ваши аннотации и зачем они нужны