Max Proske

Results 10 issues of Max Proske

As of v2.0.0, your Next.js example appears to only work when you start Next.js in development mode, not production. Could this be related to core-js being dropped? The docs say...

Strategized with @balazsorban44 to open one larger PR, with changes to individual examples as separate commits. For each example, I researched how multiple realworld codebases use the featured technology with...

area: examples

Converted Express example to TypeScript to match Contribution docs. - Added `nodemon` to match the `custom-server` example, and allow live reloading of `server.ts` - Updated README with explainer for non-standard...

area: examples

Converted example to TypeScript to match Contribution docs. - ~~Renamed `with-absolute-imports` example to `absolute-imports-and-aliases` to match Contribution docs~~ - ~~Replaced deprecated example with a `README.md` file~~ - Used module path...

area: examples
area: documentation

Converted to TypeScript to match Contribution docs, and updated/simplified the example. - Replaced stylesheets in Head component with imported styles - Removed `style-loader`, `css-loader`, `cross-env`, `prop-types` packages - Removed custom...

area: examples

Updated 3 more examples to TypeScript. Changes to individual examples pushed as separate commits. - Swapped `cxs/lite` for `cxs`, as it's the only mode supported by `@types/cxs`. ## Documentation /...

area: examples

Hi there! Is there any way to run MixewayOpenVASRestAPI using a port or ospd.sock instead of gvmd.sock? I can't seem to find any modern OpenVAS Docker images that create a...

Following the readme, `setup-certs.sh` does not appear to create `localhost.jks`, which is required for MixewayOpenVASRestAPI to run. I had to create this file myself using the [MixewayHub setup.sh](https://github.com/Mixeway/MixewayHub/blob/master/setup.sh). If no...

Next.js is one of the most popular React frameworks, and awesome-compose is a fantastic springboard, so I think this example is a great addition for people looking here to Composeize...

Adds an example using Testcontainers in a Docker Compose environment for local and cloud development, with or without a local Docker engine. https://node.testcontainers.org/features/compose/