Artur Kozak
Artur Kozak
Yeah, that's what I've suspected, it's too dependent on the particular DE config. I've discovered it's even more complicated in my case, as the lockscreen doesn't always show on the...
Maybe a nice idea would be to have separate profiles for different number of monitors, and automatically apply a different one when a display is [dis]connected? This should handle most...
It's hard to think of a good single setting here, since it really concerns two rules. The simplest way would be to have some "general config" option `treat-immutable-vars-as-constants`, but that's...
@mikkel-labelbox if you intend to make the promise be fulfilled if there are no listeners, I think there should be _some_ way to detect that the message actually was not...
Hello! Do you have a proposal which lib could/should be used instead of request? This way, someone from the community could implement it :)
this could also be useful for testing, to mock private methods or properties that normally should not be exposed, for example: ```typescript beforeAll(() => { const serviceA = getServiceA(...) as...
yeah, I think there _should_ be a way to use private fields, but it should be always clear when it's used, so people don't overuse it. Rationale / example case...
@moodysalem which target are you using, and which package versions? Is it only about underscores in contract names, or in property and function names too?
why do we normalize the filename in the first place? Solidity naming conventions are mostly similar to TS/JS ones. If someone wants or needs an underscore in the solidity contract...
Is this maybe related to the web3 issue [discussed on this recent PR](https://github.com/ethereum-ts/TypeChain/pull/327)?