engine icon indicating copy to clipboard operation
engine copied to clipboard

Scalable Web Application Engine

Results 67 engine issues
Sort by recently updated
recently updated
newest added

Will be very useful to have JSDocs to the `Registry` function.

enhancement
good first issue

got broken, but wasn't caught due to false-positive tests. see info at #510

bug

Pretty much the title, but this error (and it's call stack) don't give much to go on when debugging. Would be more helpful (if possible) to have some indication of...

when there are bundling errors or warnings, test should fail

enhancement
good first issue

Given a feature **some-feature**, which imports **typescript** in one of it's environments via a simple `import ts from 'typescript'`, we want engine users: - to be able to say this...

enhancement

We currently get "server disconnected" popup firing DURING work in slow environments, and also when coming back from sleep (on my mac at least). We should attempt to re-connect on...

enhancement

If I use a multi event emitter with `allowRemoteAccess` and I pass more than one argument to the subscribe method I get this error: `Failed to execute 'postMessage' on 'Worker':...

bug

![image](https://user-images.githubusercontent.com/16363487/69913748-9e09de80-1444-11ea-9cd5-1c29daf6f5ef.png)

Currently the test for 'reloaded-iframe' example is flaky on windows. If adding "sleep(100)" before the button click on the test, it passes. Need to understand what to "waitFor" in the...

After a discussion made with @nadavwix and @barak007 we need the environments variables infrastructure as a part of the feature declaration. A new Entity will be defined: `EnvironmentVariable`. It will...