desmap

Results 40 comments of desmap

Ok, sounds cools, fwiw I charted your example to get a better feeling: ![image](https://user-images.githubusercontent.com/43666255/83879124-72421b00-a73d-11ea-9bcd-1153b4ea0aaf.png) 1. You used a different mixin style than in the TS handbook https://www.typescriptlang.org/docs/handbook/mixins.html they use some...

Ok, gonna rebuild my stuff as below. Feedback or anything which makes the code maintainable/future-proof/fun is welcome: ![image](https://user-images.githubusercontent.com/43666255/83894535-b4755780-a751-11ea-8d2f-fcdaf56a5ee9.png)

One thing is bothering me though: Let's take the mixin `class Id`: I want that `id` is optional on `class NewPostInput` but mandatory on `class Post` and `class GetPost`. How...

So, I found another thing with the current architecture: I use constructors b/c I need to pass express' req object in them since my app is hostname-specific. When I now...

Hey, sorry for my late reply and thanks for the hint! It required me to rebuild my classes but that was the solution: Before I used `new Class()` to instantiate...

Yes ![image](https://user-images.githubusercontent.com/43666255/108406890-4ad7a380-7223-11eb-9aa2-de340739ac9f.png) This started just recently, IDK maybe a few days ago, before everything was fine. It's also not always after wake-up but sometimes. I can observe it and maybe...

Not sure if this is related: sometimes when the hotkeys are working the visual indication at the top left of the screen isn't and I get something like this (it...

here you go with the info and pls find below more re the refresh button: ``` Name: Acer PE270K Internal name: ACR0621 Communication Method: DDC/CI  Current Brightness: 41 Max...

Just found one more hint: - If my monitor goes into standby (after the notebook went to sleep) and wakes up again (after the notebook woke up) all good -...

FWIW, what I wrote before is not true—the issue also happens after the monitor wakes up from standby (the case from the first bullet).