-
バナーとか置きたい。
-
Defect Description: The quiz results are displayed in an editable text area. Obviously, the text may be then edited to paint a wrong picture of the output.
Reproduce: Visit [http://cse14-iiith.vlabs…
-
Resolving a project configuration configures all tasks in that project that publish outgoing variants. E.g running `./gradlew consumer` fails as it tries to configure task foo:
```
abstract class…
-
**Type of issue**: other enhancement
**Impact**: no functional change
**Development Phase**: proposal
There are a few Python scripts in this repo that use *Python 2*. This isn't installed by defa…
-
The following error was thrown:
```
File "/tools/projects/dpgrubb/gps_physical_design/gps/hammer-template-tstech16/vlsi/hammer/src/hammer_config/config_src.py", line 273, in crossref_targets
ra…
-
The parenthesis-heavy code is often hard to reason about.
For instance:
```java
literals.add((RexLiteral) rexBuilder.makeLiteral(
BigDecimal.ZERO, aggregateCall.getType(), false));
```
E…
-
This is a great tool. It would be cool if you keep developing it. Time to add support for RedHat 8.x sar files.This will be extremely helpful.
Thank you very much for your dedication.
-
What do you think if `snapshotRepositoryUrl` defaults to something like `nexusUrl.removeSuffix("/service/local/") + , "/content/repositories/snapshots/"`?
I guess it might be nice to configure the …
szpak updated
3 years ago
-
Sometimes exceptions are passed through serialization, and it is not always the case that the receiver side has all the required classes to instantiate the exception.
For instance, when sending a S…
-
Right now `get_setting` just returns `Any` which is a type-safety hazard (e.g. with `Optional[str]` getting passed in as `"null"`). Would be good to have type-safe versions of `get_setting` that have …