Jonathan Wilbur

Results 30 issues of Jonathan Wilbur

The title speaks for itself.

Hello, would you consider publishing this on [jsr.io](https://jsr.io/)? It has better security, documentation, etc. I am trying to obtain all dependencies of a project of mine (including this one) exclusively...

feature

As you might know, the Javascript ecosystem, such as NodeJS, is trying to deprecate the use of CommonJS. Would you consider publishing an ESM version of this package? I don't...

I cannot view the following documentation: https://jsr.io/@wildboar/asn1/doc/~/ASN1Element I am using Brave browser on Ubuntu. Any attempt to view that type, or any of its properties, gives me a 503: ```...

Hello. I wrote JSDoc for a class, but JSR shows no documentation for it. JSR Page: https://jsr.io/@wildboar/pki-stub/doc/~/AttributeTypeAndValue Source: https://jsr.io/@wildboar/pki-stub/2.0.2/src/lib/modules/PKI-Stub/AttributeTypeAndValue.ta.mts#L26 I have thousands of other examples. The JSDoc syntax I am...

Hello, I am the publisher of [this package](https://jsr.io/@wildboar/[email protected]). This is my first package I've published on JSR. While my TypeScript for this package absolutely works, and I can build it...

In the code below that I copied from the latest version, if `start_send` requires calling `poll_ready`, doesn't it logically follow that directly calling `try_send` would also require calling `poll_ready` since...

Hello, would you consider publishing this on [jsr.io](https://jsr.io/)? It has better security, documentation, etc. I am trying to obtain all dependencies of a project of mine (including this one) exclusively...

As you might know, the Javascript ecosystem, such as NodeJS, is trying to deprecate the use of CommonJS. Would you consider publishing an ESM version of this package? I don't...

The types `IpAddr` and `SocketAddr` and the like are all defined in `core::net`, so these can be implemented even without the standard library, as far as I know.