Vincent Emonet
Vincent Emonet
Hi @zaouch , when going through the UI https://translate.argosopentech.com/ it is properly translated everytime I am getting "every philosopher has two philosophies: his and spinoza" (nice quote btw) Could you...
We are using https://github.com/nginx-proxy/nginx-proxy to serve our OpenAPI 3.0.1 YAML with Connexion But Connexion override the server path and server a `openapi.json` with a empty list of server, preventing to...
I imported it this way to follow as closely as possible the example given in the readme, if I directly import DataFactory with `import { DataFactory } from 'n3';` I...
It seems to be due to the `queueMicrotask` import: ```javascript import queueMicrotask from './../../queue-microtask/index.js'; ``` Currently this index.js is: ```javascript /*! queue-microtask. MIT License. Feross Aboukhadijeh */ let promise module.exports...
Hi @deluan , thanks for the help I am actually changing the user from jovyan to root, then installing ZSH, then changing back from root to jovyan Maybe it could...
Hi @deluan , I tried a bit more to install ZSH in docker, in my case it is in a docker image from the [`jupyter/docker-stacks`](https://github.com/jupyter/docker-stacks) a debian which comes with...
We are using [HCLS](https://www.w3.org/TR/hcls-dataset/) to describe our triplestores. It can be browsed on [GraphDB](http://graphdb.dumontierlab.com/resource?uri=https:%2F%2Fw3id.org%2Fdata2services%2Fgraph%2Fbiolink%2Fdate%2Fmetadata&role=context) Or we provide 2 SPARQL queries to retrieve those informations in convenient format: * [Explore the...
Thanks a lot for the pointers @elmiko ! I tried the piece of code to compute Pi from https://github.com/radanalyticsio/tutorial-sparkpi-python-flask/blob/master/app.py#L11 but it's also getting stuck as soon as Spark is used...
> you might need to expose some sort of service on your driver application @elmiko I was looking into the official Spark documentation for Kubernetes and just realized what you...
## Logs after starting the Spark cluster Here are the logs we get from the master when deploying a basic cluster with 1 master and 4 workers, before doing any...