Kiho Chang

Results 41 comments of Kiho Chang

We have only 2 language files now, you can fork and add Italian json file here https://github.com/Kiho/react-form-builder/blob/master/src/language-provider/locales/ then wire up to language provider. Or add json file and make pull...

@ljorgens I don't know why it is not working with CRA. However, I check with this sample app https://github.com/Kiho/react-form-builder/blob/master/examples/demo/package.json and it is not throwing a error.

It is separated by server, unfortunately you can interact with only single client at a time.

I don't think it is technically possible to make nested multicolumn row. maybe you can try css to make single component to have 2 rows.

Check this out - https://github.com/Kiho/react-form-builder/issues/138

@d3chapma This was working for me with svelte v2.x ``` "svelte-loader": "~2.12.0", "uglifyjs-webpack-plugin": "^1.1.6", "webpack": "^3.10.0", ```

In my case this solution does not work, I am getting 401 Unauthorized from `https://api..tld/rest/v1/`, not sure where to look at....

@pieveee thanks for help, but my problem was just silly mistake, I don't know how I missed it but somehow key for rest service was not matching with other services....

This is the error I am facing. ``` 2022-06-02 07:24:17.125 GMT [1] LOG: skipping missing configuration file "/var/lib/postgresql/data/postgresql.auto.conf" 2022-06-02 07:24:17.125 UTC [1] FATAL: data directory "/var/lib/postgresql/data" has invalid permissions 2022-06-02...