Joshua Marks

Results 7 issues of Joshua Marks

JSON.parse can take a second argument to revive dates, would it be possible to allow for that arg to be passed through?

With a word document containing > The intervener(s) are {#interveners}{name}, {/} and data of ` { interveners: [ {name: 'Test 1'}, {name: 'Test 2'} ] } ` my output is...

```js // playground requires you to assign document definition to a variable called dd pdfMake.tableLayouts = { outerBorder: { hLineWidth: function (i, node) { if (i === 0 || i...

bug
table

``` type DemoType = { optionalProp?: string } const filteredList = propEq('Yes', 'optionalProp')({ optionalProp: 'Yes' } as DemoType) ``` This produces this error: `Argument of type 'DemoType' is not assignable...

### 🐛 Describe the Bug "Create New" button has transparent background making it near impossible to see ### 🧑‍💻 Reproduction Steps 1. Go to any collection in tina admin ###...

### 🩸 Pain I have been asked to implement a basic search functionality of all our articles. I realised Tina has search functionality but the documentation was so vague of...

enhancement

#269 This is almost entirely copied from Heston1's PR #2373. I just fixed the conflicts and removed everything that was in there that is now implemented directly in pdfkit as...