-
**Author(s)**
Amy Powell Moman
Rebecca Davis
**Authoring Organization(s)**
North Carolina Department of Public Instruction (NCDPI)
**Email address**
amy.powellmoman@dpi.nc.gov
rebecca.davis…
-
Example code:
having some method with a call inside it like:
```
var status = service.waitForResult(taskId, Duration.ofMinutes(1));
switch (status) {
case COMPLETED -> result.setStatus…
-
The following fails fairly quickly:
```scala
while (true) {
val (future, cancel) = IO.never.unsafeToFutureCancelable()
Await.result(cancel(), Duration.Inf)
assert(future.isCompleted)
}
…
-
We need to create a proper class diagram for this service.
Please use [`mermaid`](https://mermaid.js.org/) for better scalability and future editing.
-
final status of the function is "InProgress" when the script completes.
i'd prefer to have the script wait until the function been successfully updated before the script completes.
-
I am using dynamic compilation to load the nginx-module-vts (version 0.2.2) on Nginx version 1.24.0. After completing the compilation and make modules, I configured the ngx_http_vhost_traffic_status_m…
-
### Description
Certain delays between last message FIFO write and `HMAC_CMD_HASH_STOP_BIT` and `HMAC_CMD_HASH_PROCESS` commands cause the `HMAC.STATUS` register to get stuck with `hmac_idle` bit cl…
-
### Describe the feature
Following featured need to added to the organisors dashboard
Top Priotity
- [ ] Project approval/rejection button
- [ ] Statistics: How many registrations, how many …
-
**Describe the bug**
While consuming an ical from a vacation rental website, we receive a "Missing required DTSTART" error.
**To Reproduce**
ical4j-4.0.5
```kotlin
val ical = """
BEGIN…
-
The TMCM-3212 module is not detecting the home sensor when doing the reference search. I used the reference search code from the TMCM3110 module. Is this the correct code to do the reference search fo…