Wojciech Gebczyk
Wojciech Gebczyk
A lot of changes to page headings. The only left "exception" is Introduction which has h1 inside of Body - but seems to be left there purposely.
Renamed Story elements to Body - normalization of doc structure
During some automated processing I've found a few inconsistencies (but can be put there on purpose). 1. Body and Story elements sometimes appear sometimes not ([1] has Root+Story, [4]Bard has...
Hi, I'm looking through impl for permissive FOV and I cannot find usage of `bumps` passed to `check_quadrant`. Of course there is mem shenanigans, adding to this "collection", but is...
When using chained calls arr.filter(...).map(...) and disposing only last chain object it might leak memory. Solution is to intercept each call in chain and "dispose" them.
Hi, Let's consider following code: ### HTML ``` html Change var i = new Module.Item(); i.name = "abc"; i.weight = 34; i.price = 777; i.size = 123; ko.applyBindings(i); ``` ###...
### openapi-typescript version 7.6.1 ### Node.js version 23.9.0 ### OS + version win11 ### Description Hey! It seems that code that generates ApiPath enum incorrectly tries to deduplicate enum identifiers...
https://github.com/JocaPC/qpi/blob/d483e9c826103e4092e36cd0c47ad65e04432b6c/build/qpi.tmpl.sql#L510 Hello, At end of this line, it seems there is missing comma (,).