-
# Chunking: Proposals and Discussion
## What is Chunking?
(For more detail, see PDF page 143 of [The HyperTalk manual](https://cancel.fm/stuff/share/HyperCard_Script_Language_Guide_1.pdf))
The …
-
Hello,
I encountered a case that needs compose the main query from multiple subqueries which also have dependency queries. However, The final query didn't work as expected. I will show the case in…
-
**TODO:**
- [x] Kill symbol table? - no: still needed to detect name collision between ports/wires/sub-modules
- [x] Review inner/outer aliases, primary names etc. for ports
- [x] what is Module.…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
使用sftp作为sink…
-
Program:
```
data Foo:
| m(x)
with:
method get(y): y * 2 end
end
```
Run it with
```
> v = m(3)
> v.get(10)
```
The error message says
![image](https://cloud.githubusercontent.…
-
If I try to take the derivative of an integer (or nonzero rational, or integer mod n), then the result is an element of the symbolic ring:
```
sage: R.=ZZ[]
sage: derivative(0,x).parent()
Symbolic …
-
**Bug description**
* OS: Linux
* OS Version: Ubuntu 24.04
* Architecture: amd64
Tarantool 3.3.0-entrypoint-85-g2300704e8
Target: Linux-x86_64-Debug
Build options: cmake . -DCMAKE_INSTALL_PR…
-
# Suggestion
## 🔍 Search Terms
1. refactor
2. type
3. narrow
4. generate
5. interface
6. decouple
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [X] Th…
-
In the file `./prototypes/technology/common.lua` in the function `createupgrade` it sets the `prerequisites` via:
``` lua
prerequisites = {params.neededscience},
```
First problem I see is that …
-
With the following model:
```python
class UserInfoCTEQuerySet(CTEQuerySet):
"""QuerySet attached to the UserInfo.with_rank manager."""
def with_rank(self):
"""Use a Common Tab…