Ben Brady

Results 5 issues of Ben Brady

## Description The current json_encoder function is slow, for several reasons, but the main reason being it runs the slow `isinstance` function for each potential type. I rearranged the comparsions...

investigate

### Please confirm the following. - [x] I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate problems - [x] I have tried resolving the issue using the [support portal](https://support.modrinth.com) ### What browsers...

bug
web

Refactored index.js to reduce bundle size whilst keeping performance - Changed final condition check in parseValue into an expression - this allows the entire function to be turned into an...

Currently computers use the file system for computer storage, this isn't ideal for servers for a few reasons. It's currently possible to include a virus sample in a computer to...

enhancement
area-Core

Continuation of https://github.com/fastapi/fastapi/pull/5462 - Moved implemntation to `encode_value` function to avoid reprocession parameters each time - Moved dict encoding to `encode_dict` - Added NoneType constant - Replaced dataclass and final...

refactor
p4
conflicts