Mohamed Daahir

Results 57 issues of Mohamed Daahir

In a newly created CRA project, the following code ```ts type NumberContainer = { pos: Positive; } type Positive = number; registerType('NumberContainer') export const x = createValidator(undefined, { constraints: {...

Sometimes, I have a type `A` that might be used in other types. If I need to add constraints on that type, I would have to repeat those constraints every...

Some questions to consider: * How this will affect mouse coordinates? i.e. should it default to screen or world coordinates? * How UI elements will be handled? * Can this...

Currently, we handle this in the task_runner class. Doing it the other way should be more efficent and more cleaner from architectural perspective. `match_arity`?

Pygame is too slow when it comes to sprite rotations. Maybe Pyglet is faster?

I am trying to connect to postgres db hosted inside docker. Because I am connecting to it from outside docker I should specify username and password. But currently it seems...

Whenever I pipe output from one program to another, I would get this warning: ``` [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021 ``` Steps to...