Tadas Dailyda
Tadas Dailyda
@jrief No, the ordering field is automatically created on the model that is ordered. Field is called '_order' and is automatically set as first field in ordering field list. So...
I have setup S3 for my django project for the first time and I hit this bug. Not a nice way to start using S3 :)
The motivation is quite simple: make it possible to use`skunk` with all it's tracing capabilities. The way `skunk` works is as follows: 1. DB session is created as `Resource[IO, Session[IO]]`...
@armanbilge you are right. When using provisioned concurrency, lambda could get initialized before first request. So I overdid this a little bit 😸 I'll try to change this to have...
@armanbilge I am working on it. I think I am somewhere around half way through at this point. Should have smth to show next week.
This could also be an opt-in option. Although I don't see any downside of using `--deep` by default ATM.
@MarshallOfSound OK, I'll see what I can do with `optionsForFile`. Is there a way to reproduce how things break with `--deep`? Ideally, there should be a test for that.
I'll close this down with a long explanation how I was solving the wrong problem here 🙂 TLDR: if bundle layout is correct (Contents/MacOS in each .app have only a...
@cho-is I think it's too late for me because a lot of my code relies on django-parler API now. And then parler is used in some packages which are my...
Any news on this? Currently I am searching for a solution how to translate django-filer fields (reusing existing fields) and I have 2 options: a) use a metaclass hack in...