Artyom Lebedev

Results 9 issues of Artyom Lebedev

Is "AND" operation desired here? https://github.com/fyhertz/libstreaming/blob/fe2382502c8a02aa8e95d4681c0ca1c6f9a70a14/src/net/majorkernelpanic/streaming/Session.java#L125 Looks like it should be bitwise OR.

Hello, I tried to adopt your code for my needs and found several problems. https://github.com/pasichnykvasyl/Leaflet.BigImage/blob/b02e8f08783eb3f0ce9c9f11dd1c61bd44eb11d1/src/Leaflet.BigImage.js#L327 > this.ctx.scale https://github.com/pasichnykvasyl/Leaflet.BigImage/blob/b02e8f08783eb3f0ce9c9f11dd1c61bd44eb11d1/src/Leaflet.BigImage.js#L217 This assumes only one tile is drawn at the given index. It...

Instances of CircleMarker are not handled. Possible fix [here](https://github.com/vagran/LeafletExport/commit/5ac8717df42c73db8f6422d300852af80a5647f6#diff-49be5e3a05f43d565b8602ae37cb7697).

Hello, The library currently cannot be used in a web-worker context because of `window` reference. To fix the problem, just replace it with `self`.

It should be investigated how to properly handle `ATTRIB/ATTDEF` entities. [Here](https://dxfwrite.readthedocs.io/en/latest/entities/attrib.html) is one piece of information. As I see, they are not always rendered by Autodesk viewer, but are listed...

Hello, https://github.com/mayanklahiri/easyexif/blob/cd994a3b6009bc3c1f84062e96bd7f5ad16e85f6/exif.cpp#L45 This code looks confusing. Was it intended to be `if (denominator == 0) {`?

It is very annoying that currently there is no way to exclude some files when templates are generated. For example, `.git/`, `.history` (local history plugin data) and so on. It...

Sorry, not fork but just quick comment. In Calculate method: ITerm+= (ki \* error); Integration precision can be improved easily by using previous error value and integrate as trapezoid: prevError...

Invalid DXF file is produced when trying to convert DWG to DXF using `dwg2dxf`. Long text (usually in group `1`) is split incorrectly. The continuation line does not have a...

bug
blocking