Sergey Gultyayev (Serhii Hultiaiev)
Sergey Gultyayev (Serhii Hultiaiev)
@ahmedalmorsy1993 you have not imported pipe/module containing pipe in your standalone component.
I could not reproduce the "build cancelled". I have one project of my own running latest Ionic & Angular. I have cloned the repro. In both cases I have the...
@HaidarVladyslav it's not clear from your post what error you are facing, as the "error" in the topic is not an error, but a warning, and does not prevent builds,...
> After changed back to @angular-devkit/build-angular:browser (Webpack), "ng build" works well. What is the _error_ you get? Any chance it's same as in the item 2 [here](https://github.com/ionic-team/stencil/issues/5427#issuecomment-2057496306)? If so, then...
@forrestlin2020 it's not an error. It says "warning" in the logs. Look for "error" wording. Or, for red words. If you post _the whole_ console output from the command input...
@forrestlin2020 I asked for the whole output. This piece that you have posted is not helpful to understand what problem you are facing. Given the lack of information I can...
It is, because the slider's JS adds this `inline-block` with no reason to do that.
Any updates here? Would be nice to be able to use Intellij Classic keymap on MacOS in VS Code. Tried importing keymaps that I export from Intellij (basically a file...
I wonder if we could just add a `process.on('SIGINT')` and exit the process manually. It's quite possible, that if the wrapper does not pass down the `stdin`, the sigkill is...
One way is to call `vitest --disableConsoleIntercept`. Another, is to tinker the config: ``` export default defineConfig(({ mode }) => { return { plugins: [angular(), nxViteTsPaths()], test: { globals: true,...