Patrick Gotthardt

Results 12 issues of Patrick Gotthardt

According to Vitest, it seems like the current export of the ESM build is not quite correct. When using Awilix with Vitest, I get informed of the following: ``` Module...

# Description Preact offers a plugin system that enables us to tap into certain parts of it. We leverage the `vnode` event to `wrap` any function component into a Reactive...

#### Reference issue: [#123](https://github.com/trivago/melody/issues/123) #### What changed in this PR: Ensure that the binary concatenation operator (~) always produces a string value. We do that by utilizing the string template...

#### Reference issue: [#83](https://github.com/trivago/melody/issues/83) #### What changed in this PR: Added our test-utils package and the Jest snapshot serializer.

By now ES modules are a well supported standard and can be used by the browser as well as Webpack, Rollup and other bundlers. Melody itself doesn't benefit from being...

good first issue

#### Explain the problem When using template inheritance, Melody will omit anything except for top-level variable assignments (using `{% set .... %}`) that is not contained within a block. ####...

#### Explain the problem We originally split Melody into lots of packages. While technically pretty it is questionable whether it actually delivered anything apart of complexity. As part of this...

enhancement
question
chore

#### Explain the problem Our current TypeScript integration is rather limited and dated. We should decide whether we want to keep using it (in that case: Switch to Babel TypeScript...

question
chore

#### Explain the problem When trying to mount a root component written using the `melody-hooks` API, we still need to rely on `melody-component` in order to render the root component....

enhancement
help wanted
good first issue

#### Explain the problem At the moment, there's no extension for prettier which would allow it to prettify twig/melody templates. All the reasons for why it makes sense to use...

enhancement