Jakub Kupsik
Jakub Kupsik
Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...
- Now properly types the "params" variable of the given editor function Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply...
… model fields Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have...
Our new inspector UI revealed that we had some memory leaks occurring whenever we were creating new HoistModels inside of a HoistModel outside of initialization (for example, creating new HoistModels...
Client app requested functionality that would benefit on filtering for dates fields relative to today ( `date_field = Today` or `date_field >= 2 Months Ago` ), rather than filtering by...
Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...
The numeric ZeroPad does not work in some cases, due to javascript number weirdness. Example: ```js fmtPercent(10.1, { precision: 4, zeroPad: 2 } ) ``` Expected result: `10.10%` Actual result:...
A client developer expressed concerns over our drag-n-drop library `react-beautiful-dnd` being deprecated. https://github.com/atlassian/react-beautiful-dnd/issues/2672 - it appears to have started on Oct 14, 2024 and will be fully archived/readonly on Apr...
A not-too-uncommon use case of the select prop is to let the user select (conceptually) an object. Our select component almost supports this, but not really well and not all...
Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...