-
# 11 Jul
## PRs to refine/move to close
## Ongoing issues/topics
- CACAO UCAN timestamp translation
- unix timestamps as int in both specs
- JWT spec: "numeric date" (can be …
-
Given the following code: [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=0b59302fda05e3c3b3785a7e13726165)
```rust
struct Wrap(T, S);
fn main() {
let…
-
### Description
As title says Math.Round fails to round 0.50 values be it decimal or double data typed, it rounds these values but returns lower values rather than it should add value 1.
For Ex…
-
1) Does the output need to distinguish direction? If two inputs cross the same roads in opposite directions, do we keep those as separate or not?
2) What should happen to the blue bit here?
![olsk…
-
### Describe the bug
```
2022-08-08T16:38:57.971800Z INFO node{id=14 name="client"}:task{id=1339}: risingwave_sqlsmith::runner: Executing: SET RW_FORCE_TWO_PHASE_AGG TO TRUE
2022-08-08T16:38:58.…
-
```sh
$ brew install maelvls/amc/auto-multiple-choice
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 7 formulae.
==> Installing au…
-
**Description**
When using `FROM ubuntu:jammy` or `FROM debian:bookworm-slim`, and use `RUN apt-get update`, I receive:
```
GPG error: http://deb.debian.org/debian bookworm-updates InRelease:…
-
This is as expected:
![Screenshot from 2023-03-10 14-25-22](https://user-images.githubusercontent.com/10241915/224329400-bc7d9fb2-72c5-4ed9-9c18-25c28a0d089a.png)
Removing the content of the h…
-
### Describe the bug
```
2022-03-30T09:36:48.505615Z ERROR node{id=11 name="compute-3"}:task{id=190526}: risingwave_batch::task::task_execution: Execution failed [TaskId { task_id: 5, stage_id: …
-
I propose a universal zero value with type inference. Currently nil is a zero value with type inference for pointers and built-in reference types. I propose extending this to structs and atomic types,…