Júlio César

Results 12 issues of Júlio César

Hello @carloscuesta! Currently I couldn't find a way to set the config specific for a project or based on command line flags. It would be useful to have that so...

feature
help wanted

### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...

Is it possible to enable the generation of sourcemaps only if env is set to development?

enhancement

## 🐛 Bug Report When using failsOnUpdates flag, the transformers emits an error even when no update is necessary. This only happens when using multiple namespaces. It appears that the...

Bug

### Why am I submitting this PR Add tests to check if the CLI runs without errors when `--fail-on-update` is used, but no update is required ### Does it fix...

## Current Behavior When calling `readTargetOptions`, it uses `context.workspace.projects` to get the target object, but this property is not being populated with targets registered using `registerProjectTargets` from addons. This is...

type: bug
scope: devkit

On the default content area, you can use hashtags to create quick links for filters. This doesn't happens with the extension.

enhancement

Storybook v7 is [in beta](https://storybook.js.org/blog/7-0-beta/) for a while now, and looks like this addon doesn't support it yet. --- From my tests, it appears that a [change in the default...

This is an initial workaround for loading files with ESM imports. This works by adding the `importModuleDynamically` option in `vm.Script` constructor, which is required when the script has dynamics `imports()`....

It would be nice to have the project available at NPM. I see you already have a package definition at `ng-camera/app/package.json`, it shouldn't be much trouble to complete it and...

enhancement