Roman

Results 12 issues of Roman

Running standard configuration in Google cloud with `ksql` and `connect` disabled It works fine for several days (3-4 days) with minimum usage (it's a dev environment) but eventually something occupies...

When attempting to `ern run-ios` miniapps created with Typescript support I'm getting ``` ✖ Generating Container locally 11s ✖ Generating Container 11s ✔ Preparing Native Dependencies Injection 0s ✔ Preparing...

bug
typescript

This is more like a suggestion/question: I find myself always changing `/ios/../RunnerConfig.m` to point to localhost instead of external ip `NSString *const PackagerHost = @"127.0.0.1"` External ip keeps changing depending...

runner

I switch between different miniapps often and with the current model, I'm forced to re-built ErnRunner every time. It would be great to have different ErnRunner apps installed (with miniapp...

enhancement
runner

RN bundler can be configured to support monorepo by making changes in `metro.config.js` which just adds more folders to watch e.g. ```js const rootDir = __dirname; module.exports = { projectRoot:...

feature-request

in `schema.json` `offerType` is defined as [enum](https://swagger.io/docs/specification/2-0/enums/) ```json "definitions": { "Offer": { "type": "object", "required": [ "id", "sellerName", "sellerId", "offerType", "currentPrice" ], "properties": { "id": { "type": "integer", "format": "int64"...

enhancement

I run into issues when was trying to use custom composite with cauldron I think documentation about [Configure Electrode Native to use custom Composite: Through Cauldron](https://native.electrode.io/reference/index#through-cauldron) is either misleading or...

`baseComposite` is a required part of running a miniapp in our case and `ern run-ios` is included in package.json `scripts` Right now, we are forced to use external tool `realpath`...

Hi, thanks for building this extension, it is very useful, just one feature is missing Importing Flow types, e.g. in `actionTypes.js`: ``` export type TRequestAction = { type: string, params:...

`react-native run-android` gives ``` :CrosswalkWebView:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE :CrosswalkWebView:compileReleaseJavaWithJavac :CrosswalkWebView:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /Users/user/dev/tests/crosswalk-test/node_modules/react-native-webview-crosswalk/src/main/java/com/jordansexton/react/crosswalk/webview/CrosswalkWebViewPackage.java:26: error: method does not override or implement a method...