jeusdi

Results 38 issues of jeusdi

Is it available to use it on an typescript+angular4 project?

Could I ask for the difference between these two classes? I'm not sure here is the best place to ask for an answer around the implementation... What are `QueryModelTranslator/QueryModelTransformer` for?...

I've installed font-awesome: npm install font-awesome I've added these rules on `constants.js`: ``` exports.MY_CLIENT_RULES = [ // use this to import your own rules for Client webpack config. { test:...

I've deployed a local docker registry. It uses a self-signed certificate. When I'm trying to run mask buildpacks task, I'm getting this message: x509: certificate signed by unknown authority I've...

lifecycle/rotten

## What did you do I've set a cluster up using this config file: command: `k3d cluster create --config k3d-config.yaml` ```yaml apiVersion: k3d.io/v1alpha3 kind: Simple name: salut servers: 1 agents:...

bug
priority/high

We're using `fabric8` maven plugin in order to build and deploy our maven projects into kubernetes. I don't quite figure out how to use `fabric8:helm` goal. I've tried to get...

# gradle versionDisplay :versionDisplay [version] scm = git [version] branch = master [version] branchType = master [version] branchId = master [version] commit = a4c3c40794e7ffd4fa7fa677dcb925714e0ce392 [version] full = master-a4c3c40 [version] base...

question

I've deployed an `registry:2` behind an `traefik`. I'm facing with traying to push an image to it: $ docker push registry.dind.localhost:32785/feedly:v1 The push refers to repository [registry.dind.localhost:32785/feedly] aa0f3a996547: Preparing 43c5bd749b73:...

I'm trying to debug attaching to my firefox. My configuration is: { "name": "Attach to Firefox", "type": "firefox", "request": "attach", "port": 6000, "pathMappings": [{ "url": "https://localhost:3000/", "path": "${workspaceFolder}" }], "log":...

needs more info

I've created a gradle project. This is `build-gradle`: plugins { id 'java' id "com.diffplug.eclipse.apt" version "3.22.0" } repositories { jcenter() } dependencies { implementation 'com.amazonaws:aws-lambda-java-core:1.2.0' implementation 'com.amazonaws:aws-lambda-java-events:2.2.7' implementation 'com.amazonaws:aws-java-sdk-s3:1.11.754' implementation...

question