DivisionByZero

Results 205 comments of DivisionByZero
trafficstars

Is this really needed? I mean GPS Coordinates should be based on Earth's geometric data, shouldn't they?

> Considering the other PR, we should consider whether we want to introduce a format parameter instead. I really dislike the idea. For me, it doesn't make sense that coordinates...

> The description text should include a hint that the user might want to use toFixed on the result and some reference how much another digit is in precision. E.g....

> Considering the other PR, should we rather introduce a `format` parameter? It doesn't make sense to me that coordinates should be strings. We simply allow the input of stringified...

Isn't the point of this pipeline to ensure that things like v6.1.0 don't happen again? Well, the pipeline doesn't build the newest state of the library. In fact, it doesn't...

Ok, I didn't notice that. But tbh I'm not a fan of relying on pre/post scripts for pipelines since: 1. I want to see what a pipeline does by looking...

> @xDivisionByZerox So you would like us to explicitly call build or what? I would do so for my pipelines, yes. But I don't think I'm in the position to...

> Would something like this suffice for you? > > ```yaml > # Relies on the prepublishOnly hook to build the project > - run: npm publish > ``` >...

I expect the test pipeline to fail for demonstration purposes. @ST-DDT would you have a look at the implementation and the error log in general? I trust in you and...