Ulumuddin Cahyadi Yunus
Ulumuddin Cahyadi Yunus
is it down again today?
is it down again @requilence ?
If you have time and budget, I recommend deploy integram to your private server.
> Can anyone shere info on how to deploy integram to a private server ? @zerthimon Without docker gave me more headache :vomiting_face: IMO, using docker is the best way....
This is an example using Symfony 3 Framework. [Symfony 3 Query for family tree](https://gist.github.com/ucay/f131c582ab6dc0a7cd682a8962c64118) But it's still one root family, because I just need one root for each family tree....
> Add custom lines, such as adoption lines. Possibly using a point a click system and giving the line a CSS class, that's probably the easiest way to prevent overlaps....
You can add your custom styles. ```js /* Data object */ [{ /* ... */ marriages: [{ /* ... */ class: "node spouse", /* ... */ },{ /* ... */...
Sorry @aroraank , missing the "path" word :smile: I like your idea for custom path's color. For example, different color for current and ex-spouse, 1st and 2nd generation, or each...
what is the difference between sending gif as file and as photo ? i tried both and got same result (coverted to mp4) send as file should send original file...
In my case : node v18.12.1 npm v8.19.2 ```bash $ npm install -g @ionic/cli npm WARN deprecated [email protected]: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau npm...