Marc Wäckerlin
Marc Wäckerlin
In CSS, there are built-in functions, such as `min` and `max`. Unfortunately, Stylus has the exactly same built-in functions, That's bad and error prone. I wanted to write a CSS...
I have a nasty bug using `openapi-client-axios` in `react-openapi-axios`: ``` const { api } = useContext(OpenAPIContext) const { data, error, loading, response } = useOperation('getUsers') // works as expected return...
Would be good, if a tutorial could be copied 1:1, so I fixed the typos my IDE showed me.
OpenSUSE
Building only in a distribution specific Dockerfile is not a good idea, because it excludes all distributions you're not thinking of, e.g.: ``` ERROR: failed to solve: failed to read...
Is this project still supported? It seems that the new Docker Swarm capabilities are missing, i.e. commands such as `docker stack ls` are not implemented. Is this planned? Currently, I...
- Updates dependencies to latest (React 18) - Adds a `retry` option in milliseconds to the provider: Retries to read the JSON file and to initialize the service when it...
When the client instantiates the server offline, connection will never be established. Currently, in the code you catch the error, but do nothing with it. It would be nice, if...
Even though there are many closed tickets regarding this problem, recursion still ends up in `Maximum call stack size exceeded`. Simple to reproduce, create file `recurse.tsx`: ```ts export type Recurse...
The tables don't work for [gitea](https://gitea.io/). The following kind of tables are currently generated (example from `05_building_block_view.md`): ``` +-----------------------+-----------------------------------------------+ | **Name** | **Responsibility** | +=======================+===============================================+ | *\* | *\* |...