-
**Describe the task**
We should further evaluate the benefits (or possible drawbacks) of upgrading GWELLS from Vue 2 to Vue 3.
**Purpose**
To understand the time and resources required to upgrade to …
-
Once the hierarchical widgets will be ready, the Vector Editor should be incorporated there.
-
This plan captures our work in **April**. This is a 5-week iteration. We will ship in **early May**.
## Endgame
- **April 24, 2023**: Endgame begins
- **April 28, 2023**: Endgame done
The en…
-
`spirv-diff` seems to sometimes draw a distinction between `OpFunctionParameter` instructions that seem equivalent to me, resulting in spurious differences.
For example, given the two attached file…
-
Right now, if you do the following queries in succession:
```
// First
{
todoList(id: 5) {
title
createdAt
tasks {
name
completed
}
}
}
// Second
{
todoList(id: 5) …
-
I want to immediately see on the output (stdout) what has changed after a black run.
`--diff` stops writing back the file.
So it would require an arduous tee-ing to a temp file and risky `patch` ; …
-
### What problem is this solving
In the past with Vuex, we could sync store state across tabs or even node.js process by overriding mutation and propagate them. reference: [vuex-electron](https://g…
-
I am unsure why the formatter sometimes breaks the code after prettifying it, which is annoying.
Take the code as an example,
``` js
function foo() {
let bar = 1;
while(true) {
…
-
I'm trying to understand how this library works and I'm seeing "compiler" mentioned all over the place. However, when I look through the code, I don't see a compiler anywhere.
From your paper: htt…
-
Hello @MarcelGarus,
I just have a quick question. Do you happen to know if it would be possible to define a [metric space](https://en.wikipedia.org/wiki/Metric_space) over your list diffing algorit…