205g0
205g0
> `import type { Author } from './entities/author';` This is nice. Howeveer, wouldn't I also import the attached decorators as well? If not this could be elegant way. Re type-graph!l,...
This is actually smart, it just needs a compile step before the FE repo can import the `d.ts`. But wait, there is one catch: Decorators like those from `class-validator` are...
Yes sure but if the FE dev imported the decorated class from the BE and not the type he would benefit from the `class-validator` decorators he would need for his...
Ah cool, so you have this multi-tenant feature already but not for Mongo, I just found the [issue](https://github.com/mikro-orm/mikro-orm/issues/284). So, multiple instances as a work-around shouldn't hurt and I can keep...
I would rather prefer not having this feature or a dedicated key-pair for turning the dashboard on/off __defaulting to off__. I don't want to have anything open with or without...
> it's a little bit difficult to see a good way to toggle it on and off in a clean way @bigwheels16 this is where I agree, just providing username...
> I did set up the environment variables BASIC_AUTH_USER and BASIC_AUTH_PASSWORD, redeployed the workload, and the dashboard became available... @kikearciniegas where did you set the env vars?
> Karabiner-DriverKit-VirtualHIDDevice is not a driver for actual hardware. > So, it does not support both USB and Bluetooth transport. So, I can't remap keys on my keyboard, modify my...
> You can use it instead of writing your keyboard driver How is the latency of IOKit compared to DriverKit which grabs right the HID data?
Absolutely, thanks to hinting me to that image. I still would consider Docker Hub. Always when I want to try something new, e.g., database, language or whatever, I head to...