Sobes.tech

# ensure call to end() in function g() # do not modify functions except g() def begin(): ... def end(): ... def g(): begin() yield 1 yield 2 end() def f(): a = g() return next(a) def ff(): for item in g(): ...

Senior
111

[name] asked: How to understand if an index is used in PostgreSQL, and for what reasons the planner might not use the index?

Senior
109

[name] asked: If a decorator is reapplied to a function, will the previous value of the variable count remain or will it reset to 0?

Senior
105

Write a query that returns channels with >= 2 broadcasts.

Senior
105

[имя] спросил: Можешь предложить другой способ решения предыдущей задачи (последняя передача для каждого канала)?

Senior
101

What is the Transactional Outbox pattern?

Middle+
88
/2