Lavissa
Lavissa
Hey all 😊 Before 1.2.0, we had working git commands after building devcontainers. However... Looking into things, it seems that it was a byproduct of the software we install in...
I like it! I'm a big fan of user-friendly update notes. You don't need to tell everyone that you changed the return of fn(x) from int to str. Let the...
@SchrodingersGat Location ID 8 in the demo dataset sits at ~140 BUT, what I'm seeing here too, is that the GET param `location: x` returns all items in location x,...
[22/Feb/2024 23:20:24] "GET /api/stock/?location=7 HTTP/1.1" 200 1232660 [22/Feb/2024 23:25:42] "GET /api/stock/?location=7&part_detail=true HTTP/1.1" 200 1733185 [22/Feb/2024 23:27:13] "GET /api/stock/?location=7&part_detail=true&location_detail=true HTTP/1.1" 200 1840500 Location ID 7 only has 2 stock items. 1232660...
I'm not sure how to time queries that require auth, as that moves outside the app. But, trying `http://localhost:8000/api/stock/?location=7&part_detail=true&location_detail=true&limit=100` in-browser takes about 10-15 seconds to resolve. (My experience is that...
Haven't gotten around to this yet. Was dreading looking at queries, but I can def test with that setting enabled and see what I can glean from the data.
In order to migrate our ancient order system to using InvenTree PO's, I was banking a bit on this. I'm happy to take over implementing this, at least as an...
Not stale