Jurgis Šalna

Results 7 issues of Jurgis Šalna

**Describe the bug** Clicking on header or Next doesn't do anything. Enabling "Pause on caught exceptions" reveals: ``` TypeError: this.l[l.type] is not a function At function z(l) { this.l[l.type](n.event ?...

bug fix

I've noticed that splitting up apps into separate directories is unreliable - compilation fails with references not being found from across the package. Not sure what is a good way...

Consider example: ``` Query.enforceGlobalSecurity(); Query q = new Query(Account.SObjectType) .selectFields(new String[]{'Name'}) .lookup('Id', new Query(Contact.SObjectType) .selectField(Contact.AccountId)); System.debug(q.toQueryString()); q.run(); ``` Which creates query ``` SELECT name FROM Account WHERE (Id IN (SELECT...

It would be rather useful to re-query db by a set of Ids without explicitly declaring type required - library should infer the types of record itself and also handle...

I have quite a bit of different scripts loaded in specific order. I want to set up an event listener for date drop-downs, but problem is that they always render...

Unsure what is the root cause, but this org doesn't have fields mentioned above. Possibly because it's a on education cloud and I had to update Query API version to...

### Is your feature request related to a problem? I need to debug where my heap goes. ### Describe the solution you'd like Similar to seeing where most CPU time...

enhancement
epic