Ilya Belsky

Results 12 comments of Ilya Belsky

``` "d3": "^5.15.0", "d3-svg-annotation": "^2.3.1", ``` works for me with these versions ¯\\_(ツ)_/¯

Thanks for the clarification. My use case is when I have no control on input data for `aq.from(input)`. E.g. when it arrives from `fetch` or is filtered by brush on...

Found this thread trying to find the solution for my use case. I have dynamic column names, generated from data by `.pivot`. And now I want to group by total...

For now I managed to get the desired effect by building rollup object dynamically: ``` const dynamicColumns = table .columnNames() .filter((c) => ![..., "totalHits"].includes(c)); table .groupby(..., "hitsTotal") .rollup(dynamicColumns.reduce((rollup, col) =>...

i'm trying to send an album with spoiler and caption with formatting entities. It works when I pass only one photo as `file` argument. ``` await client.send_message(channel, message.message, formatting_entities=message.entities, file=files[0])...

I installed the workflow 20 mins ago exactly for the quick currency ←→ crypto conversions, and here I am, missing this feature too! ps. thanks for your efforts! great tool!

Thanks for the quick response! `Processed` folder exists. And has 3 books inside (but the library has more books). I have only one device with BookPlayer. The library hierarchy is...

Just realized that the 3 books in the `Processed` folder are all that remain from my library of 22 books. If I tap on any of the 19 missing books,...

I've been a longtime user, but not sure if I remember v3. The missing books were there last week. The only thing I did the day I opened this issue...

The example above is TypeScript. With deno language server It behaves the same way in another project on python