Brian Faust
Brian Faust
Currently facing the same issue with the config file, same config as @dzava posted. ``` /project/rollup.config.js:1 (function (exports, require, module, __filename, __dirname) { export default { ^^^^^^ SyntaxError: Unexpected token...
Thinking if something as simple `prompts.inject([], false)` would be sufficient. Then internally we would do 2 things based on the second argument. 1. Treat the argument as `skipValidation` and pass...
Also just ran into this, very odd behaviour 😅
@VineeDev What data would you need to modify? Generally you should do that in [EndBlock](https://docs.tendermint.com/master/spec/abci/abci.html#endblock) via `consensus_param_updates` and anything else you need to modify isn't the concern of Tendermint but...
Isn't `blocks_per_year` a configuration from the Cosmos SDK rather than Tendermint?
No, I'm only using Tendermint, not the Cosmos SDK.
@remojansen @parisholley has `preDestroy` been recently removed from any tags or npm releases? It seems to still exist on master but when I install 5.1.1 via NPM the `preDestroy` annotation...
Any update on this? ESM is becoming more widespread so would be nice to have this added.
Is there currently any way to work around this? I am currently using the RFC5424 Syslog levels https://tools.ietf.org/html/rfc5424 for more granular logging and the ones that are not defined by...
Would there be a preferred syntax for the implementation? I had something like the following in mind. ```ts pretty({ levelFirst: false, translateTime: "yyyy-mm-dd HH:MM:ss.l", customLevels: { default: 'USERLVL', 0: {...