-
In Gradle 9.0 we plan to migrate majority of JVM plugins to lazy properties. We plan to bridge old raw type methods to new lazy methods on the bytecode level for old plugins, so they will be bytecode …
-
I'm using the new `autoscaling/v2beta2` spec for HPAs but for some reason I'm getting validation errors with the new specification:
```
ValidationError(Druid.spec.nodes.brokers.hpAutoscaler.metric…
-
**Issue by [njx](https://github.com/njx)**
_Saturday Sep 21, 2013 at 00:28 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/5283_
----
`@`RaymondLim
See comments in #5179. I veri…
-
This is one of the [nagios graphs that shows the memory usage of the useragent running on unstable.pix](https://unstable.pixelated-project.org/pnp4nagios/index.php/graph?host=unstable1.unstable.pixela…
varac updated
8 years ago
-
## The suggestion
Two issues:
- The margins around the modal take up valuable screen real estate on tablet
Refactor modals to be full screen (this would need some design - should it only …
-
We must test both the .dmg installer package and install direct from conda.
* To install via conda:
- Use Intel Conda and make sure conda-forge is added to channels
```
mamba create -n mantid_rc1 -…
-
We really need some smoke tests to test the program before it is released. It should be able to detect some basic defects, such as compiling error and crashing on start up.
-
* To install the tar.xz package for Linux, run `(sudo) tar -xJf mantid-VA.B.C.tar.xz` in a terminal and it will unzip the package in your current working directory.
* To install via conda:
- Use In…
-
We must test both the .exe installer package and install direct from conda.
* To install via conda:
- Use Intel Conda and make sure conda-forge is added to channels
```
mamba create -n mantid_rc1 -…
-
We have an umbrella app and we use ExCheck in the test suite of one of the apps. When we run `mix test` in our project root (which recursively runs `mix test` in each app), the end-of-run test counts…