Andy Damevin

Results 92 issues of Andy Damevin

Currently when using includes we might have the feeling that we are dealing with paths because `include` intuitively refer to including other files. In Qute case were are (in the...

kind/enhancement
area/qute

### Description Following on https://github.com/quarkusio/quarkus/pull/46280, it would be nice to allow defining default values as properties. This is meant for libraries which could define multiple languages messages that can be...

kind/enhancement
area/qute

For example, let's say you have: ```html {#bundle key="foo" import-map=true /} ``` Assuming foo entrypioint has an export for Chart, this would allow to do: ```html import Chart from 'foo';...

This will allow to have `{project.root}/web` for Roq usage.

Hello Javet team, In the Quarkus eco-system we have the https://github.com/quarkiverse/quarkus-web-bundler which allows to seamlessly bundle scripts and styles. It relies on [esbuild-java](https://github.com/mvnpm/esbuild-java) and [mvnpm](https://mvnpm.org/) that we created for this...

Currently this can make certain resources not available until a restart (for example when adding a font)

### Describe the bug I am not really sure if it is a Quarkus or Web Bundler or Roq issue. ### Expected behavior Should load properly on both browser ###...

kind/bug