Arelowo Alao

Results 7 issues of Arelowo Alao

I just want to osay thank you for this. I was able to automate taking screen shots of over 500+ lines of code. The only problem is that the line...

When restoring a state machine from the database, I am getting multiple errors from some of my objects I added objects to the state machine like so: `stateMachine.getExtendedState().getVariables().put(PARAM_PROCESSOR, data);` When...

status/need-triage

I am adding items to the extended state like so: ``` public void updateLoanProcessor(StateMachine stateMachine, LoanProcessor processor) { stateMachine.getExtendedState().getVariables().put(StateManager.PARAM_PROCESSOR, processor); } ``` When I reboot my service and try to...

status/need-triage

I am trying to run an R script, but it seems to not execute dplyr filter function. ``` library(dplyr) library(stringr) library(lubridate) library(rJava) #library(tidyr) #library(broom) #library(ggplot2) ``` ``` set.seed(23245, kind =...

Seems daisy diff is using xercesImpl which has multiple vunrebilites. Is there a plan in place to not use this library? https://snyk.io/vuln/maven:xerces:xercesImpl

#### Issue description I am getting the following error trying to run the webpack analyzer ``` $ webpack --profile --json > stats.json; webpack-bundle-analyzer ./stats.json [webpack-cli] Invalid configuration object. Webpack has...

Seems the pop for adding a listener prevents you from adding fields or clicking the ok button. I have to update the xml directly. ![image](https://user-images.githubusercontent.com/58517851/105363807-720e6700-5bca-11eb-8b05-779e65fc0089.png)