Bogdan Butnaru

Results 12 comments of Bogdan Butnaru

I’m not actually sure where to update the documentation. I updated the comments in the TypeScript definition file (to say Iterable instead of Array), but I’m not sure if there’s...

I looked a bit of the code, and I _think_ the bug is at line 261 of liquibase.sqlgenerator.core.CreateTableGenerator: ``` referencesString = database.escapeObjectName(database.getDefaultSchemaName(), Schema.class) + "." + referencesString; ``` This is...

Note that the bug no longer happens if, instead of taking an `XyzType` and using `G["prop"]`, the `ResultXyz` types receive the type of value as an argument directly, like: ```...

@osdrv Hello! I confirm a cluster newly created today in the eu-west-1 region does have the tags, at least, thank you! It didn’t when I created the issue. I have...

@osdrv My pleasure, thanks for fixing the bug and keeping us updated! I don’t have access anymore to any stack where I could perform a minimal update. The only one...

I don’t even need a toggle (though it would be nice) sorting by size should be the default. That’s why I’m using the tool, to find the biggest things in...

Also, sorry, I know this is unrelated, but why in the world would you use a shadow root to contain 99% of the elements on that page?! It makes it...

> the receiver isn’t special Yes, but I would bet that at least 90% of accesses of a private field are done via `this`. Most of why you want a...

Yes, the hash _is_ part of the name. But it is _also_ true said name is made of a hash plus an x. The hash _is_ special, since you can’t...