Eugenio Berretta

Results 35 issues of Eugenio Berretta

Today a dependency, highlight.js, became totally deprecated, it would at least be beutiful to update the deps...

Hi, I've just tried. It fixes all of those errors but one: ``` node_modules/puppeteer-stream/dist/PuppeteerStream.d.ts:8:5 - error TS2416: Property 'destroy' in type 'Stream' is not assignable to the same property in...

Hi, first of all I want to thank you, because for parts of a similar library I have done I took inspiration by your json result In my implementation, [dree](https://www.npmjs.com/package/dree)...

I have opened a similar issue of a feature request (issue #101), related to other functionalities that could be taken by [dree](https://www.npmjs.com/package/dree) In this case, I would point out that...

Are you planning natively support ESM?

It is stated [here](https://support.learnworlds.com/support/solutions/articles/12000075682-custom-code) that LearnWorlds, a very mature and popular CMS for learning platforms, uses liquid for the embedded code. It could be added to "Who uses liquid?" Section...

When there is not the option attribute compact: true, neither js2xml nor json2xml work, they return instead undefined

## Is your feature request related to a real problem or use-case? If an API returns an object with some dates, such as ```typescript interface Resource { id: string; value:...

Hi, I am using Quinn for a project and I would also like to add http/3 to both a server and a client written in Rust. I would like to...

With ESM, it is not working. This is my `webpack.config.mjs` ```js import { fileURLToPath } from 'node:url'; import path from 'node:path'; import nodeExternals from 'webpack-node-externals'; import BundleDeclarationsWebpackPlugin from 'bundle-declarations-webpack-plugin'; import...