-
The angular(JS) demo for xcomponent is no longer functioning in latest chrome (Version `62.0.3202.94`).
http://krakenjs.com/xcomponent/demo/frameworks/angular/index.htm
This is not blocking me i…
-
Not sure why this is happening since this should be considered a first-time install - will look into it and find a fix.
clong updated
6 years ago
-
I have to convert some documents from rtf to pdf. Basically it works.
but i've to change the margins of the new document.
I read the wiki, and thinked of using a `Filter` could do this, but nothin…
-
I'm running into issues building the project. I've cloned the repo and run:
```
npm install
npm run build
```
...and I'm getting:
```
> brainblocks@1.0.2 flow /Users/caddy/Code/goldcaddy…
-
Currently many xcomponent imports are too complicated.
For instance:
import { Session } from 'reactivexcomponent.js/lib/types/communication/xcSession';
it should be:
import { Session } from 'rea…
-
The console application in the XComponent samples **xc.helloworld** and **xc.orderprocessing** - and maybe others - fail to run. When I execute the command build\startConsoleApp.cmd (following the REA…
-
I got this error on production environment, but not locally.
Uncaught Error: No ack for postMessage xcomponent_init in 1000ms
I'm here to ask how can I provide the timeout. Thank you.
-
It looks like passing experience options is broken. When i use
```javascript
...
data () {
return {
experienceOptions: {
input_fields: {
no_shipping: 1
}
…
-
Hi, I've just forked this repo (great work btw) and I'm running `npm run build` after installing everything and im getting the following error:
```bash
28 11 2017 17:42:11.819:WARN [reporter]: Sou…
-