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
1
vote
0 answers

Can I exclude a folder from the EPIC syntax checker?

Using Eclipse (Indigo r2) + EPIC (0.5.46), I'd like to exclude a specific file/folder from the syntax checker. Is this possible? When attempting to execute any script within the project, I am prompted with: Errors in Workspace Errors exist in…
jgrump2012
  • 397
  • 3
  • 11
1
vote
1 answer

eclipse debug perl curses

I am writing a Perl program that uses curses for output and move the cursor, and color characters. Previously, when I was working under windows I use Komodo it was able to run an external console. Now I work in Linux environment and use eclipse +…
shorenkov
  • 71
  • 5
1
vote
1 answer

Selenium testing for EPIC IE-based application

I want to use Selenium to test EPIC application. EPIC only runs on Internet Explorer, and in our environment, we launch EPIC thru Citrix. Is it possible to use any tools in the Selenium suite to launch EPIC thru Citrix, record the test and then…
Nghi Vo
  • 155
  • 2
  • 12
1
vote
1 answer

Perl EPIC debugging brings up ActiveState dev kit debugger

Recently I was queued to receive the ActiveState debugger on my machine at work. In the past, I have developed and debugged my Perl code in Eclipse with the PadWalker module installed. When I run the debugging module now, it tries to launch…
Triplell89
  • 173
  • 2
  • 14
0
votes
1 answer

How to operate the Perl debugger in Eclipse/EPIC

I have installed ActivePerl, and I would like to debug a Perl program using Eclipse and EPIC. I have installed Eclipse and EPIC, they look OK. (It's doing basic syntax checking on an example Perl program). I then used PPM to install PadWalker…
Helen Craigman
  • 1,443
  • 3
  • 16
  • 25
0
votes
1 answer

How is this redux observable Epic works?

Now I'm working on website authentication, and I have added access and refresh tokens. I want to create an auto-refresh action to obtain a new access token. So, if my server returns an "access denied" error, I want to perform a refresh and retry the…
0
votes
1 answer

Test the smart on FHIR application on any production ready EHR. Avoid second level of authentication after launch inside EHR

I have a SOF application built for EHR systems like Cerner, EPIC, Athena etc. The application runs well on sandbox environments. However, when I tried to check if the app is ready, before going for non-production and production environment, using…
Ponnapally
  • 88
  • 1
  • 13
0
votes
1 answer

Authenticating an external API for Smart on FHIR app that talks to EHR systems

I am building a smart on FHIR application connecting different EHR systems like Cerner, and EPIC and I have built an external API to run an algorithm on this data. I call the APIs inside the SOF app after getting data from FHIR servers, however, I…
0
votes
1 answer

EPIC FHIR ServiceRequest SNOMED Token Construction

EPIC FHIR serviceRequest API requires category be included in the call. They describe setting category: "Set category to the following token construction: system | code, where: system: “http://snomed.info/sct” code: “307835004” The code SCTID:…
0
votes
1 answer

How to write an AZDO query that returns a list bugs in one epic only?

I'm looking to get a list of bugs that exist within one epic. It's okay if it's a bit noisy, or even in multiple queries, as for my purpose I can export it and clean it up. Now, I am able to do this with a tree of work items search but I only see…
0
votes
0 answers

I am getting error while deploying epic Game (pixel streaming app ) on AWS eks . when am applied matchmaker .ymal file

I am getting error while deploying epic game (pixel streaming app) on AWS eks. When I applied the matchmaker.ymal file I checked that my matchmaker pod was not running. The current state of the matchmaker pod is in back loop crash-off. How to…
0
votes
0 answers

Fetching sessions saga refactor to RXJS epic

trying to refactor the saga code into rxjs epic. It's fetching sessions from the server yield race([ call(fetchSessions, sessionsList), //complete retrieving sessions call(sessionWatchdog, 20000), //or timeout with 20 seconds of…
Sveta K
  • 1
  • 2
0
votes
1 answer

How to resolve EPIC's FHIR OAuth2 dynamic registration "invalid_client_metadata" error? Does EPIC's dynamic registration endpoint work?

I'm currently developing an Single Page Application (SPA) that is attempting to implement EPIC's Standalone Launch with Dynamic Registration. I am currently stuck on the step that requires the SPA to register itself at the…
cfu288
  • 3
  • 1
0
votes
1 answer

Azure DevOps Epic/Feature Timeline Items in Removed State Spanning Multiple Sprints

I am trying to view the Epic/Feature Timeline and noticing completed Epics, Features and Stories are spanning all sprints. I am wondering if this has to do with Stories and Bugs with a state of Removed because Removed is not considered a final…
0
votes
1 answer

EPIC FHIR API Token generation issue

Issue in getting an Access Token I have received an error that "Failed to retrieve Authorization code from Launch Token." in Postman. Unable to receive the Access token using &iss and &launch. We are following these steps: Passing the Query…
Sumit
  • 1
  • 1