dynst

Results 57 comments of dynst

If the cache files are different, this seems likely to be Git-LFS related? It's finding text files instead of the binary files that git-lfs replaces them with. Like it says...

I only reported this to document that you were seeing this, back in January. I quoted your comment at the time. > There's this inexplicable yarn cache checksum issue discovered...

A switch actually requires more than just dropping support for old Node.js versions. This block of code in the `View` constructor is currently dynamically, and synchronously, calling `require(arbitrarystring)`, but in...

`This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.` CircleCI output ``` Cloning git repository - [email protected]:cosmos/cosmjs.git Fetching from remote repository...

> But can we do that without changing the types of CosmJS interfaces? Is it possible to use bech32 decoding without knowing the prefix? For a backwards compatible 0.33.2 release,...

If no breaking type interface changes ever happen in CosmJS, why are there so many semver-incompatible versions (0.33, 0.34, 0.35), which indicate breaking changes?

It looks like it does require a coordinated upgrade and they don't support a mixed v0.37 + v0.38 network. https://github.com/cometbft/cometbft/blob/v1.x/UPGRADING.md#v0380 v0.37 is technically EOL but generously did receive that [v0.37.15](https://github.com/cometbft/cometbft/blob/v0.37.x/CHANGELOG.md#v03715)...

Duplicate of #15275

The release notes focused on the advantages of `isolatedDeclarations` enforcing no dependency on other files when processing the current file, but it errors out even if the type or interface...

Makes sense. It'd be good to add documentation about exactly how the feature works, some parts are surprising; doing any kind of math with 2 literals also breaks `number` type...