Cristian Vasile Mocanu
Cristian Vasile Mocanu
> :ng-deep is indeed not supported by browser, that's why it shouldn't be supported by Angular in the first place. I fail to see the logic in this. **``:ng-deep`` doesn't...
I guess I need to do some reading on the Shadow DOM. It looks to me that the people on the Shadow DOM standards commission just deprecated a useful feature,...
+1000. The question is: why was this not the default from the beginning? Why was Mockito **ever** released with a different default? I just wasted more than an hour trying...
> what is the problem here i simply use > > 1. download graalvm-ce and extract > 2. install native-image installs it or returns true if installed > > ```...
BTW, the lack of auto-provisioning is why I'm also using the https://github.com/palantir/gradle-graal plugin instead of this one. Slightly off topic: kudos to the GraalVM team (and the team behind this...
@frank-dspeed: I'm using the https://github.com/palantir/gradle-graal Gradle plugin. The plugin adds a `nativeImage` task which compiles to native binaries. I assume the Java source->bytecode compilation is done with a stock JDK,...
I would love to use the official plugin (this one) though, instead of the palantir one.
If you implement a sandbox, please allow us to turn it off to optimize the build times, since having sandbox will have a non-zero execution time.
This issue has been a major hurdle for me, coming from `gvim` (which is able to read stdin just fine). I have multiple things that depend on this: * using...
To use this as a PAGER, add `export PAGER='/path/to/nv-'` to your shell's startup file. Unfortunately this can't be used as a pager for man, since neovim displays unescaped BACKSPACE (`^H`)...