Johannes

Results 7 issues of Johannes

I have a bigger site with different unrelated sections. Each sections content is searchable. So i tried to create multiple indexes like this: gatsby-config.json ``` module.exports = { plugins: [...

Hi, i found two edge cases where the library is not placing the rects as intended. ## Unrotated rect will not fit, rotated will fit but it moves to a...

This solves the bugs in #55 What have i done: - added fit or not fit check in extra test on rotated node to check for its better choice -...

Hi, here is my version on how it should work. This PR tackles #51 It currently allows only the width dimension. What have i done: - found a bug when...

I tried different width and heights of a packer like 1500 or 800. But each bins width and height is reduced to the closest number of bineric like 800 is...

Feature Request

i got an Error by running your extension: TypeError: $ is undefined return $.extend($.Event(event.type), this._transformEventParams(event)); shoud id looks like that:? return fabric.util.object.extend(jQuery.Event(event.type), this._transformEventParams(event));

This contains a complete restructuring of the architecture to use the communication protocol MQTT for all shared data from sensors, actors and other information inside a van system. Explanation in...