furstenheim
furstenheim
## Environment * **IntelliJ Rust plugin version:** * 0.4.167.4525-213 * **Rust toolchain version:** * rustc 1.59.0 * **IDE name and version:** * clion 11.0.14.1+1-b1751.46 amd64 * **Operating system:** * Linux...
Hi, I'd like to propose a new rule to standard config. When having a chain of if conditions the following is not linted as an error: const b = 1...
Hi, Very nice library. It seems that there is no way to get NodeType in the API. https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType Thanks.
I'm getting a lot of compilation errors on: `yarn add chartjs-node` Like ` NAN_DEPRECATED inline v8::Local MakeCallback( ` I'm using node v9. Installation fails
I've noticed that when using protobuf and changing the zoom, old requests aren't cancelled. This is sometimes clogging the server if the tiles take too long and the user changes...
In an array of items in the array, required is set even if it is not true. > const jsonSchemaGenerator = require('json-schema-generator') undefined > jsonSchemaGenerator([{a: 1, b: 2}, {a: 2,...
Hi Nice cli. I've tried updating a private npm package (by that I don't mean "private": true but rather that it is published to npm as a private library) but...
Basically this pr allows to customize the aggregation. For example tracking the points that are aggregated (there was a todo for this, I've added a test). I don't know much...
Hi, I recently upgraded to 4.3.1, since then check remote is not honoured. I'm using gitlink with a custom git repository and I do not want to check the custom....
### What were you trying to do? I'm creating a pdf and adding a png with transparent background to it. pdf-lib is adding a border to the image. This can...