adi1

Results 9 comments of adi1

Maxmind is retiring legacy databases on May 31 2022, forcing users to upgrade to GeoIP2 format. This means that all projects which are using only the offline database are now...

> There is no immediate plans on doing this. As mentioned above, it may make sense to break this package into several packages at some point, but it is unlikely...

I just realized that the lines following the ones I posted are also important. ``` [ 5.002846] rcu: INFO: rcu_sched detected expedited stalls on CPUs/tasks: { 3-... 14-... } 12...

try this... ```python from ninja import Query, Field, Schema class Params(Schema): foo: str = Field(alias='class') @api.get("/test/", response=str) def test(request, params: Query[Params]): return params.foo ```

I'm not sure if this is related, but rather than opening a new issue I will mention it here. It appears that in 1.x of django-ninja, possibly because of what...

I just wanted to add to this, not sure if it's related. The ALSA plugin works fine, track changes are instant, no sync problems. In the pulseaudio build, manually changing...

Hi Fantu, thanks for the reply. I've tried your suggestion and succeeded, building the debian dkms package, with some notes about the README instructions: - the step `./build-blksnap-dkms.sh ${VERSION}` requires...

> Maybe you @adi1 could be more precise as i am facing a similar problem (but i am on proxmox 8.2, Debian 12.5, Kernel 6.8.4-3-pve) but also tried veeam build...

I also ran into this problem and as mentioned in previous comments, it seems to be related to this line: ```py model.last_run_at = model.date_changed or self._default_now() ``` The problem in...