jjagielka

Results 21 issues of jjagielka

I've ported the `PivotTable.js` (`react-pivottable-grouping` in fact) to svelte. If you're interested: - Code: https://github.com/jjagielka/svelte-pivottable - Demo: https://jjagielka.github.io/svelte-pivottable-demo

**Describe the bug** From: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Label > To associate the with an element, you need to give the an id attribute. The then needs a for attribute whose value is the...

`httpx` uses `.netrc` credentials for automatic login when http call is triggered, but it does not apply `.netrc` credentials when doing redirecting (`follow_redirects=True`) Site 1 -> Site 2 -> Site...

bug

```python value = '2022-03-18' elem = xsd.Element('my_tag', xsd.Date()) obj = xsd.AnyObject(elem, elem(value)) ``` When rendered we get `2022-03-18`, but how to get explicit type info i.e. `2022-03-18`

Definition from one of the Oracle systems: ```xml ``` Recived response: ```xml ... 2022-04-18T08:00:00.000Z 2026-11-20T17:00:00.000Z 1200.0 0.0 ... ... ``` Is parsed to: ```python 'agileObject': { 'objectIdentifier': { ... },...

Added grouping of data with minimal changes in the main code. If new options are not activated code behaves as nothing is changed. With or without new options code passes...

Grouping (subtotals) of data by dimension and the possibility to fold/unfold groups. Minimal changes in: - `Utilities.js` (`PivotData` class) - grouping in processRecord function and some tweaks to sorting -...

There's a common D3 axis trick to set the ticks hight to a negative value to obtain a grid. We can use that trick here as well, but the lines...

enhancement
breaking change

Tutorial shows the example implementation and we can find there: ```js show() { ... modifiers: [ ...options.modifiers, { name: 'eventListeners', enabled: true }, ] ``` `options.modifiers` is an array, so...

PivotTable v.2.21 introduced hide/show totals option: ``` rendererOptions: { table: { rowTotals: false, colTotals: true, } } ``` This option is ignored when used with `subtotal`