Vlad Fedosov
Vlad Fedosov
Have same issue, I think that I should be able to use any path I want.
@VictorBjelkholm Any updates here?
+1 for me (OSX 10.9.5, Hackintosh)
Hi! Can't promise that they will be written soon as now we're working on the i18n support for ILC. But these docs are in the backlog 😉 You can use...
Hi! We don't have any plans to implement this now. As we don't feel any need for this at this point. Similar result can be achieved via agreements establishment between...
Hi! Since Gatsby uses React under the hood it should work. See React related docs & build integration accordingly. ILC + React examples: - https://github.com/namecheap/ilc/tree/master/docs/stepbystep/react - https://github.com/namecheap/ilc-demo-apps/tree/master/apps/people single-spa + React...
I would try to write a simple node.js proxy which implements ILC app server side interface and "adapts" static files that were generated by Gatsby to ILC. Honestly speaking we...
Hi! While we don't have an exact demo of it working - we do technically support it. ILC is framework agnostic, so if your app [implements required interface](https://github.com/namecheap/ilc/blob/master/docs/ilc_app_interface.md) - it...
@apparentlymart Hi! Will it work for you if I'll try to send PR for this?
Ok, thank you for your prompt response. I would also ask you to consider use case when you need to stream sort of log to the user. In my case...