-
Hey folks, I while ago I wrote down some ideas on how we can add support for query complexity. For this we'll need two things:
1. An extensions that calculates the costs based on an operation
2. S…
-
The wheels apparently ship with patched templates from Django itself:
```
adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html
adminsortable2/templates/…
-
Can I suggest [MessagePack-RPC](https://github.com/msgpack-rpc/msgpack-rpc) here?
I'm currently working on a msgpack-c wrapper with the following features in mind:
- MessagePack-RPC client and server…
-
Currently, fc_run uses HPCAligner for constructing the daligner jobs. It will be useful to build the logic for distributing the jobs without calling HPCAligner. This will be necessary if we like to …
-
# Context
I have a Cargo workspace with multiple members. Inside my workspace, crates should depend on each other. So if my workspace contains both `lib_foo` and `my_bin` depending on `lib_foo`, th…
-
## Users view
Title: **Tidsnok levering av meldinger iht. SLA med aktuelle mottakere, uavhengig av belastning på systemet **
User role(s): Avsender
Users value statement(s):
Fordi tid er avgjøren…
-
I have a use case where i have a few large indexing machines that are ingesting all the data (in real time) and periodically (every X seconds) running a compaction and checkpointing the index to some …
-
Moved from #19442
--------------
Topics we'll want to cover, with samples:
- [ ] Serializing `Exception` graphs
- [ ] Polymorphic deserialization with _System.Text.Json_
- [ ] Reasoning about…
-
When a user attempts to log in to the admin site, we log failed attempts in the `LoginAttempt` table. Then, when the user tries to log in again, we return an error if they've failed to log in too man…
-
When I try to run more than one trainings (with a single job) on the same machine, I get this:
```
Traceback (most recent call last):
File "mmi_bigram_train.py", line 475, in
main()
File…