CHEVALAY JOSSELIN
CHEVALAY JOSSELIN
Hello, I propose a docker file to build docker image with tantivy-cli
Hello, i create a plugin for gradle [gradle-license_finder-plugin](https://github.com/Itiviti/gradle-licenseFinder-plugin) whe i use that on java project (gradle) work fine, but with dotnet project i see that ``` Task :reportLicensesToJson LicenseFinder::Dotnet: is...
must be going through $ facebook.login used for $ facebook.api ? i attempt this : ``` fb.getInfos = function(id, handler) { $facebook.api("/"+id, {fields:"picture, name"}) .then(function(response){ handler(response); }); }; ``` when...
i created an issue https://github.com/oracle/railcar/issues/36 for solved that i propose this pull request let me know your advice. Regards
hello guys, to test your project i use this process to generate a bundle : https://github.com/opencontainers/runc#creating-an-oci-bundle `docker export $(docker create alpine) | tar -C rootfs -xvf - && runc spec`...
slt vincent, j'ai du mal à lancer : ``` sh npm run recast ``` ça me claque une erreur : ``` sh ./build.sh: line 71: /Users/vincent/Workspace/emscripten/emcc: No such file or...
```sh Building target/aarch64-none-elf/release/rustberry RUST_TARGET_PATH="/home/josselin/develop/rustberry" cargo xbuild --release --target=aarch64-none-elf WARNING: the sysroot can't be built for the Stable channel. Switch to nightly. Compiling tock-regs v0.1.0 (https://github.com/tock/tock.git?rev=8b64ec2#8b64ec27) Compiling spin v0.4.8 Compiling volatile...
Hi haad, i try to use your node_module in my electron app to control IPFS daemon but i have an issue with event emitter : ```js const homePath = path.join(app.getPath('home'),...
Hello, i think it can be intresting use api key looks like : http://docs.grafana.org/http_api/auth/#create-api-token instead of user credentials. Regards
Jobs created via job-dsl-plugin have different formatting in job XML than jobs saved by Jenkins. This clutters job config history with unnecessary job config changes. See https://issues.jenkins-ci.org/browse/JENKINS-49787