Benjamin Hoffmann

Results 29 comments of Benjamin Hoffmann

I'm looking for the same feature, I've to run some initialization code when the lazy module loads. APP_INITIALIZER doesn't seems to works with lazy module.

Thank you for this tutorial. I figured out that your are loading that chart api each time in the diretive. It makes the chart display very slow. Maybe we can...

Same for me, I'm looking for a way to write a local plugin for my project. It would be nice to specify a single plugin ts file.

A workaround could be to set default mask as "match any entry". I've tried this: ``` ``` But I cannot enter special characters nor space. Somebody knows what's the pattern...

Hi! Any new about this feature? How can we tell the amTimeAgo pipe to convert the date to client timezone?

Here is my full Div collection: ![IMG_20220804_165758](https://user-images.githubusercontent.com/6674194/182880466-b3789fb4-f0e0-4ade-89ae-5116adc6699c.jpg) Unfortunately, I just realized that I don't have any CD drives on any of my computers 😅! I'll try to find a CD...

Same with MX Anywhere 3 and Satechi M1. OpenCore 0.6.3 MacOS 10.15.7 IntelBluetoothFirmware 1.1.2 [On XPS 15 9500 (2020)](https://github.com/BenDevelopment/MacOS-XPS-9500-2020-OpenCore)

I'll continue this discussion https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/217#issuecomment-727535960 here (because this other issue is closed). I'm a developper but I'm not familiar with this kind of developpment. However, having this issue too, I'd...

`get_objects_for_user(self.request.user, 'app.view_myobject')` returns all the 'myobject' existing on the database. Even if self.request.user has no permission.