Eric MORAND

Results 75 issues of Eric MORAND

The TypeScript definitions of Context and FileWriter are wrong. ## Context Context is declared as requiring a function named `getXmlWriter` to be implemented: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e394678f22ef9380ac42512ffb19f1b42b30b2a6/types/istanbul-lib-report/index.d.ts#L60 But the actual code expects the...

protobuf.js version: 7.4.4 I'm not sure I understand why `Message.create` si expected to return a `Message` of a `Message` of `T`. Maybe I'm missing the point. I assume that a...

protobuf.js version: 7.4.0 Setting a type `ctor` fails if called before the type is registered into the namespace. Let's consider the following code: ```ts import {Field, Message, Root, Type} from...

The documentation of Twig says: > The first newline after a template tag is removed automatically (like in PHP). But this does not work with the `verbatim` and `endverbatim `tag:...

Investigate before 4.x

Twing repository has moved to GitLab: https://gitlab.com/nightlycommit/twing This GitHub repository is kept alive only for historical purpose and ongoing discussions. Please, create new issues and discussions on the GitLab issue...

announcement

Although the types are present in the project and are declared in `package.json`, they are missing from the published npm package, at least in 2.0.5: https://www.npmjs.com/package/suncalc3?activeTab=explore

## Summary As explained in the [issue](https://github.com/jestjs/jest/issues/11188), `v8` coverage provider comes with some important tradeoffs compared to the babel/istanbul one. [One Double Zero](https://one-double-zero.nightlycommit.com/) is a code coverage tool and API...

Hi cdnjs, I'm the maintainer of [twing](https://www.npmjs.com/package/twing) and am currently using `cdnjs` and `jsDelivr` to expose the bundled version of twing to browser-land. Both work equally well, from my experience,...

As discussed [there](https://github.com/cdnjs/cdnjs/issues/14281), I moved the browser-dedicated bundle of Twing to its own GitHub repository, in order to both reduce the size of [twing's npm package](https://www.npmjs.com/package/twing) and still benefit from...

Hello dear maintainers. I'm very very excited by this project, which may change a lot of things regarding the performance of our JavaScript backends in the future. Maybe I'm overestimating...