-
In the ["Changing input"](https://docs.zeek.org/projects/spicy/en/latest/programming/parsing.html#changing-input) section in the docs, there is a reference that seems like it implies you can subtract …
-
There's a significant usability gap today between using `parquet.ReadFile` and `parquet.GenericReader`, if your data is too large to fit in memory. This is how we're iterating today, using a double lo…
-
I am really impressed by this project but I find the current API less helpful.
Hence, proposing a new way to iterate over the array elements or object entries.
Example:
```golang
data := []b…
-
### Problem Description
Hi,
`#include ` does not work with new versions of Clang when libc++ is enabled in compiler flags (i. e. `clang version 19.1.0+libcxx` `CXXFLAGS=--stdlib=libc++`).
Th…
-
As the title says it seems with the current target/lib I cant use iterator helpers even though TS 5.6 and node 22 supports them
-
Don't you consider supporting iterator?
-
Per discussion in https://github.com/unicode-org/icu4x/discussions/3231, the iterator [^1] created by segmenters probobly should have APIs to adjust the current iterator position to the breakpoint pre…
-
There should be a way for NilScript classes to implement `Symbol.iterator` and be used with `for-of`.
iccir updated
6 years ago
-
example
```js
const { on } = require('events');
const { request } = require('https');
const html = require('htm');
function h(type, props, ...children) {
return { type, props, children };
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Currently, query_iterator depends on query requ…