Matthias von Bargen

Results 31 issues of Matthias von Bargen

We need to be able to trigger a render on an input string of elements so we can get the static css out. Also need new elements for mail -...

We need to provide different outputs for different use cases - [ ] micro server - [ ] lambda server - [ ] express server Our corejam server should just...

Should be able to globaly set headers now after authenticating. Can use this for tests that need auth so we dont need to go through the login step all the...

testing

Ideally we want to have the following packages in the initialized package.json when creating an app: ``` "@corejam/base": "0.0.8", "@corejam/core-components": "0.0.8", "@corejam/cli": "0.0.11", ``` Everything else should be contained within...

Besides collecting resolvers from corejam applications and merging them, we need to also collect directives that each application defines and merge it into the top level server. An example of...

base

If logged in as an administrator we want to be able to edit the following inline directly on the pages: - [ ] Product - [ ] Description / Title...

plugin-dershop

DerShop provides a `bootstrap:db --fauna` command. When I add DerShop as a package into my project and run `corejam` I should see this command as a runnable corejam command in...

enhancement
CLI

The latest version doesn't build anymore with caddy 2.6.4 ``` #0 30.13 panic: internal error: can't find reason for requirement on github.com/google/[email protected] ``` Locking manually down to 1.3.0 works fine....

Trying to put together some tests for surrogate caching and cant boot the latest version. Reproducibly: https://github.com/mattvb91/caddy-cache-surrogates-test ``` docker compose up ``` The commit before works: https://github.com/mattvb91/caddy-cache-surrogates-test/commit/817b427e1ad9f4002d128e46b42c67f6ad3ada52 ``` caddy |...

I have the following pseudo code: ```php foreach($tenants as $tenant) { Artisan::call('command', ['--uid' => $tenant->id]); } ``` This seems to be calling `clock->storeRequest()` after each `Artisan::call()`, However what seems to...