Daniel Schreiber

Results 35 issues of Daniel Schreiber

Maybe by using the more low-level mode "word-expansion" one could support cases that currently lead to parse errors (arrays, substitution, ..) ```ts const ast = parse(script, {mode: 'word-expansion'}); ``` Of...

enhancement

When I create or update a document that contains the following attribute: ``` { __pclass: BinData(80, 'Q2JmcFxhcGlcYmF0Y2gyXGpvYnNcYmFja3VwXEJhY2t1cFJvb3RKb2I=') } ``` afterwards this attribute looks as follows: ``` { __pclass: BinData(50, 'Q2JmcFxhcGlcYmF0Y2gyXGpvYnNcYmFja3VwXEJhY2t1cFJvb3RKb2I=')...

Angular is now allowing extraction to .arb format which is essentially a json and it seems it has all the same infor as .xlf format. Documentation is here [https://angular.io/guide/i18n-common-translation-files#change-the-source-language-file-format](https://angular.io/guide/i18n-common-translation-files#change-the-source-language-file-format) and...

enhancement

When combining a pointer to a list and a pointer to a scalar value, and the scalar is after the list (does not happen when scalar before list!), then the...

For the php-flight server generator, there was a bug when parsing models - should have tested more thoroughly in the first place - sorry for that! @jebentier , @dkarlovi ,...

For optimal bundle size/tree shaking it would be good if this package could be published as ECMAScript module (instead of CommonJS). As this lib targets performance optimization, I'd fit well...

Currently the search field is removed when having a viewport < 480px - so on mobile there is no way to send queries - which is an important obstacle!

### Command other ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...

## Detailed description After using this library to iterate larger JSON responses from Guzzle (using the pointer `/-` on `\Psr\Http\Message\StreamInterface`), I noticed a significant reduction in memory usage (great!), but...