Adam Ostrožlík

Results 7 issues of Adam Ostrožlík

status: waiting-for-triage

I have this toast: ``` toast.promise( resolveAfter3Sec, { pending: 'Promise is pending', success: 'Promise resolved 👌', }, {toastId} ) ``` My axios layer (in interceptor) is updating toast by its...

Reproduction Needed

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on?

```java var select = resultRawCriteriaBuilder .from(ObjCommunication.class, "com") .bind("type").select("'" + EntityType.COMMUNICATION + "'", "type") .bind("id").select("com.id") .bind("itemCreateDate").select("com.communicationBeginDate"); ``` This generates this query (among other unions) ```sql from (select top 100 percent 'COMMUNICATION',...

kind: bug
component: core
worth: high