Luka Zakrajšek

Results 6 issues of Luka Zakrajšek

Confd uses DynamoDB Scan to get all values for a prefix. Because of that we had a problem with too many table scans in DynamoDB. We added support for custom...

Add support for XMLNS. `Scanner` now checks the attributes in `ComponentStartBlock` and if the attribute has `xmlns:` it adds the namespace to `ComponentStartBlock.XMLNS`. The parser checks if the current `ComponentStartBlock.Package`...

DropdownMenu uses `useLayoutEffect` to update `popper`. If you want to make ESLint happy and add `popper` as a `useLayoutEffect` hook dependency this causes an endless loop because `popper` object changes...

I'm using scct with Play Framework. Play stores all configuration in `conf/` directory which is added to `resourceDirectory in Compile`. Play configuration file and plugins (e.g. play-salat) won't load without...

Fastmail sends `Content-Transfer-Encoding: BASE64` instead of `Content-Transfer-Encoding: base64`. This PR lowercases the `Content-Transfer-Encoding` header before comparing. [RFC 1341](https://www.w3.org/Protocols/rfc1341/5_Content-Transfer-Encoding.html) says that the `Content-Transfer-Encoding` values are not case sensitive. Thank you for...

Used by Mozilla and other companies in production