Simon Asika
Simon Asika
Could you provide your Joomla version and your browser? I'll test it.
Change to `net7.0` works.
This works for me. ```ts import { esbuildDecorators } from '@anatine/esbuild-decorators'; export default defineConfig(() => { return { ... optimizeDeps: { esbuildOptions: { plugins: [ esbuildDecorators({ tsconfig: 'tsconfig.app.json', }) ],...
Same problem when child get instance from parent.
Just a sample to fix this: ``` php public function get($key, $forceNew = false) { $raw = $this->getRaw($key); $key = $this->resolveAlias($key); if (is_null($raw)) { throw new \InvalidArgumentException(sprintf('Key %s has not...
Hmm, In my experience it is an expected result if you add a string just after any option tag, it will look as the option's value. I don't know what...
OK, I can confirm composer will ignore single letter too. If it is a convention of community, we should follow this way.
But npm minimist uses same way as SimpleConsole. https://www.npmjs.com/package/minimist  So I need more caes to research. Or simply add a property to toggle this function.
Hi, I'm not sure what is the image you mentioned? Sitemap is just a XML format.
OK I see. I think it is a Google own protocol, If we want to add this feature, we must create a new class (`GoogleSitemap`) to handle it. I'll try...