Ron Suhodrev

Results 11 comments of Ron Suhodrev

It is unnecessary, the value is lowered: https://github.com/rconradharris/envparse/blob/master/envparse.py#L129

Thanks for reopening. It would be my pleasure to help with this. The current behavior is very unintuitive (it took me digging through the TanStack query source code to figure...

https://github.com/TanStack/query/pull/4616 I put the test with the queryCache tests since it seems to be the place closest to the problem

Aah, yes, I see. The setting in question is ```xml /logo.ico ``` I understand now that the logo.ico was already imported (via the loop in line 88 by parsing the...

The culprit (I think) is the line `$filepath = $this->inputfilepath.$setting->getAttribute('file');` in the file `ConfigPluginimport.php` `$filepath = $this->inputfilepath` is not only the directory, but the entire path While `$setting->getAttribute('file')` contains the...

Setting the git_protocol to ssh solved this and a bunch of other errors for me. Thanks! Perhaps the plugin can check that and alert accordingly?

Thanks for the input! 🙏🙏🙏

@ricmoo There are two options I see to improve usability: 1. Let these properties have a default of `0n` if they do not exist (this is what I implemented in...

Seconded. This is the major issue keeping us from migrating fully from ethers to viem. This issue also presents itself when parsing dex liquidity events: all events are called Swap,...