-
For the following program with `--unwind 9`:
```c
struct obj {
char values[100000];
struct {
int a: 1;
int b: 3;
};
};
union byte {
struct obj o;
…
-
The current DSL API allows for a single `ROW` assignment in `UPDATE .. SET ROW = ..`, but there's no reason to limit ourselves to that. The `UpdateQuery` API already allows multiple such rows, even if…
-
This might not be feasible, but I'd really like to be able to select rightmost/trailing fields from each line.
My use-case is for flattening an arbitrarily nested tree of files, where I only care ab…
-
It would be great to be able to specify that some fields at root level are not to be flattened but will still be outputted.
Here is an example: [json](https://data.humdata.org/api/3/action/current_…
-
I have a spatial table with a table id, geometry field, unique id field and a JSONB field for the rest of the data. Does pg_featureserv expand JSONB fields or would I have to create a View to do that?
-
Less.js Version: 3.11.1
```less
/** a */
.modal {
/** b */
&-header {
font-size: 12px;
}
/** c */
&-title {
font-size: 12px;
}
```
Output:
```css
/** a */
.mo…
-
The following test fails with a strange runtime error on dart2js https://github.com/dart-lang/co19/blob/master/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02.dart
The output is
…
-
Thank you very much for your excellent work! I have a question regarding the article titled "Frequency-domain MLPs are More Effective Learners in Time Series Forecasting." Could you please explain the…
-
Noticed this package, and see that it already uses `Accessors` a little bit. I think more concepts from `NestedTuples` can naturally be represented within the optics paradigm. For example, flattening:…
-
Is it possible to get all `author`s regardless of their location in a document?
In JSONPath it will be `$..author`, in jq `..|objects.author`. What is the equivalent for JMESPath?
```
{ "store"…