-
```
It would be nice if the checker could detect that 'test' being true implies 'o'
is non-null.
=== Test.java ===
import javax.annotation.Nullable;
abstract class Test {
abstract @Nullable Objec…
-
```
It would be nice if the checker could detect that 'test' being true implies 'o'
is non-null.
=== Test.java ===
import javax.annotation.Nullable;
abstract class Test {
abstract @Nullable Objec…
-
Hi, I started the some test with lib60870 to see how much it is controllable as it is called as "lib".
In fact just after writing some sample code, I found there is no way to access to the applicatio…
-
Based on the solution that was created in #4732, finish implementation of the audit records for the monitoring plan API. The implementation focuses only on the workspace methods. The events include …
-
When it asks for an ip address, it is actually a web address, starting with http:// This needs to be made clear in the configuration.
-
While the question docs do contain [some basic information](https://prairielearn.readthedocs.io/en/latest/question/#question-serverpy) about the functions in `server.py`, they do not describe the cont…
-
Currently, every time the span panel is restarted, there is a period of time during startup when it responds to local api requests with non-successful http status codes. I think it's 502 or 503 or som…
-
In case of Server-Side streaming where analytics data is streamed back to client, is it possible to configure the maximum size of buffer that can be used by that RPC call?
Currently I could see th…
-
Adding UML Use Case Diagrams and Sequence Diagrams that summarize the processes described in the text could help readers who just skim the document.
-
### What problem does this feature solve?
when I test for example how the new switcher works, I need an ability to change data() values in panel , but for now I can only copy values, which is not n…