Questions tagged [epic]

EPIC - Eclipse Perl Plugin (IDE)

EPIC - Perl Editor and IDE for Eclipse

EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are into CGI scripting or full-fledged Perl projects with hundreds of modules, EPIC is the most feature-rich and extensible free Perl IDE available today, thanks to a seamless integration with all the major features and GUI conventions of Eclipse. (Homepage)

119 questions
0
votes
0 answers

DNAm analysis with Methylumi - error during background correction

when analyzing my EPIC array DNA methylation data I run into troubles when trying to perform the background correction. My code for the bg correction: methylumi.bgcorr(mlimi_set) And the error I get: Error in if (s == 0) stop("cannot estimate scale:…
Franzi
  • 1
0
votes
0 answers

EPIC-FHIR integration with react native

Has anyone successfully done the epic fhir integration with react native CLI, not expo I am facing a problem while redirecting back to the app after a successful login as epic does not accept app redirect URL it only takes HTTP and HTTPS redirect…
0
votes
0 answers

EPIC FHIR sandbox Observation.create(Vitals)

I would like to send measurements like blood pressure values to test patient's flowsheet in Epic sandbox. I have not figured out how to "place an order to create the episode and patient entered flowsheets" in Epic sandbox…
0
votes
1 answer

Why aren't perl variables showing in the eclipse debugger with perl EPIC?

Here is my system configuration. Perl-Epic 0.7.8 Strawberry Perl 5.32.1 64 bit. PadWalker 2.5 installed with Strawberry perl Here is what I have already read. http://www.epic-ide.org/faq.php#debug In my case, the message "perl5db.pl did not return a…
shawn1874
  • 1,288
  • 1
  • 10
  • 26
0
votes
1 answer

FHIR Adding Custom .create

On fhir.epic.com I see a lot of different information you can add to a "patient chart". For example like allergy intolerances and conditions. Through the Create route you can add such info onto the patient's chart. However, is there a way where…
Jae Lee
  • 67
  • 1
  • 10
0
votes
1 answer

DevOps Features linked (or Related) across Epics

Is it possible to have Features linked (or Related) across Epics in DevOps, whereby it is possible to view the same Feature under multiple Epics in the Backlogs view? For example: + EPIC: File Upload - Framework FEATURE: 1 Ability upload XML…
Thomas Byrne
  • 127
  • 1
  • 2
  • 15
0
votes
1 answer

RxJS - Epic Reads Only 1 Promise

I have an Epic. I want to pass 2 HTTP Get Requests. They are both Promised based. But it only bring data for the first processed one. THE Epic: const processorsListEpic = (action$, store, deps) => action$.ofType(Type.LIST_ATTEMPT).pipe( …
user10104341
0
votes
2 answers

Is there a way to access router history from inside an epic aside?

I'm using react-router-4 and the corresponding react-router-redux for this version is not yet stable. I'm curious if there are ways I can access history from redux-observable epic. Example: export function profileDropdownEpic (action$, { getState,…
anlogg
  • 1,050
  • 1
  • 15
  • 36
0
votes
2 answers

How did Epic Games achieve this 3D effect on their Fortnite site?

I have been looking at Epic Games' Fortnites Website and I am trying to figure out how they achieved the 3D effect on the page: Epic Games' Fortnite website - scrolled down to 3rd slide Does any one have any idea how to do it? I would really like…
0
votes
1 answer

EPIC unable to detect PadWalker in Eclipse

I am using perl version 5.16.3. I have installed PadWalker using this: sudo apt-get install libpadwalker-perl After restarting eclipse when I started debugging I am still getting the error: Error displaying local variables Install PadWalker &…
Sumit
  • 856
  • 5
  • 18
  • 38
0
votes
0 answers

Jira JQL - Show all issues by Epic assignee

I am using a vanilla version of Jira (I can't install any add-ons - it's company wide). I'm trying to filter to show all issues for a given team. The ideal way to do this IMO is to assign their team leader to their epics and have Jira filter to show…
Matt Visser
  • 102
  • 8
0
votes
0 answers

Integration with EPIC Interconnect web service

To secure the communication channel, does EPIC interconnect web service (especially personal management API) supports WS-Security? To make channel secure between caller and Interconnect web service, the only solution is HTTPS and PKI (public key…
Rahul Borate
  • 1
  • 1
  • 2
0
votes
1 answer

Cannot install Eclipse Perl plugin

I am not able to install EPIC in my eclipse. The "Problem Occurred" dialog says: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,…
Anand Ganesh S S
  • 128
  • 1
  • 2
  • 9
0
votes
1 answer

Using EPIC debugger: how to see get a meaningful stack trace when program exits improperly

I'm new to both perl and epic, so forgive me for asking obvious things. I did do some playing around online and did not find anything though. I'm running a perl program in the debugger, which fails. When it fails I get a rather unhelpful message. …
dsollen
  • 6,046
  • 6
  • 43
  • 84
0
votes
1 answer

Eclipse EPIC - connection timed out error

I am puzzled: when I am running EPIC Perl debugging tool it produces "Timed out while waiting for Perl debugger connection" error along with "Unable to connect to remote host: 192.168.1.37:5000 Compilation failed in require...." on the console. I am…
mimohodom
  • 41
  • 3