Gajus Kuizinas

Results 768 comments of Gajus Kuizinas

I believe this to be related https://github.com/open-telemetry/opentelemetry-js/issues/4437

This might be useful to anyone who is trying to figure out all the gotchas https://gajus.com/blog/how-to-add-sentry-tracing-to-your-node-js-app

We are only using `turf-buffer` to describe a circle around a point: ``` js import turfPoint from 'turf-point'; import turfBuffer from 'turf-buffer'; import turfInside from 'turf-inside'; type TypePoint = [number,...

How would such a thing be called? "A function to generate a polygon describing a circle of certain radius using points as latitude and longitude" I will do my research...

I just realised that since I simply need to check if a point is within a circle, all I need to do is check if distance from centre of the...

The whole point of canonical is to have all rules in one versioned package. Splitting them into multiple packages would defeat the purpose of a single ruleset to rule them...

Is it only `jest-environment` tag?

Closing as there is lack of context.

Suggesting porting @NullVoxPopuli rule to `eslint-plugin-canonical` if you'd like it as part of the rulset.

It is not about duplicate code – it is about that all of these single-rule packages becoming unmaintained the moment the maintainer loses interest in that particular rule or simply...