dynst
dynst
I looked at that tsconfig option at one point, but it doesn't really help, does it. > allowImportingTsExtensions and rewriteRelativeImportExtensions have now allow us to import from the .ts file...
https://github.com/ethers-io/ethers.js/blob/9fd9d41d017a5e3b329aca47c79786e69cd40b99/package.json#L15-L17 Can ethers at least stop pinning the dependency to a single version so people aren't potentially forced to install two versions of the same package?
In that case adding a big red deprecation notice to the NPM page that explains the new supported JSR way of doing things would be great. https://www.npmjs.com/package/@oakserver/oak https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions
The latest version is nx v22 now: https://nx.dev/blog/nx-22-release I noticed if you update to TypeScript 5.5 things work fine, but 5.6 and newer give this error: ``` error TS2741: Property...
The p2p performance improvement is https://github.com/cometbft/cometbft/pull/2841 The [changelog](https://github.com/cometbft/cometbft/blob/v0.37.6/CHANGELOG.md) also mentions they upgraded to Go 1.21, because Go 1.20, in use by v0.37.5, is now EOL.
Thanks! Looking at real rifle cases and sheaths, if that's what it's *supposed* to be, no idea why this item was given 'duffel bag' in its ID in the first...
` ([slow] ~starting_items)=> (continued from above) ERROR : src/item.cpp:1854 [ret_val item::put_in(const item &, pocket_type, const bool, Character *)] tried to put an item (smart_watch) count (1) in a container (outfit_storage)...
Merge conflict on the PR to prevent future merge conflicts. Ironic.
That might be the right decision. Would `tsx` be a good replacement for [ts-node]( https://github.com/cosmos/cosmjs/blob/318c8d5d1c5fed6c09ba5833a23ecaf81fb2eb05/packages/cli/src/tsrepl.ts#L4) though? https://tsx.is/dev-api/register-esm
Related https://github.com/cosmos/cosmjs-types/issues/98 https://github.com/cosmos/cosmjs/blob/a6c502fe0a85462b3e6d72683ad84f15ba74f648/packages/proto-signing/src/registry.ts#L26-L36