Jakub Kupsik

Results 7 issues of 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...

bug
small
client-request

- 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...

technical
performance

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...

client-request
data

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:...