Chintalagiri Shashank

Results 21 comments of Chintalagiri Shashank

@ju5t Silk screen overhangs don't typically count within board bounds. Gerber files contain an outline layer which does. Usually, these overhangs relate to connectors and such which aren't supposed to...

I see. In case someone else searches and finds this : Yes, it uses the top copper layer to determine the bounds if there isn't an outline layer available. In...

I was speaking generally since you said you weren't using this anymore. That said, what I mean is that a relatively easily fixable issue would be if the outline layer...

If you have a use case which actually needs a large texture size, you can also stitch multiple smaller labels together into a layout and use that instead. An example...

@mkuratczyk I see the need to force human intervention in the upgrade process as well as the fact that the agents ( apt / ansible / operator / ... )...

It would be useful to know at what point the exceptions are raised (at queue creation / put / get) and to know what the exception will be. I was...

I'm using the following wrapper class to avoid this problem. If anyone wishes to use this, you can. Note that the instantiation signature changes `path` from a positional arg to...

@m1gu3l Thank you for your PR. After over a day of pulling my hair out trying to figure out why clustering was so broken between remix, react-leaflet-cluster, and leaflet.markercluster, your...

The same issue arises for certain other queries where pivot is meaningless. For example, from the schema module: ``` import "influxdata/influxdb/schema" schema.measurementTagValues( bucket: "monitors", measurement: "temperature", tag: "identifier", ) |>...

I've used service accounts in 4.0+. No noticeable issues.