magick93

Results 62 issues of magick93

The following code from a jenkinsfile used to work: ``` kubernetes.pod('buildpod').withImage(':80/shiftwork/jhipster-build') .withPrivileged(true) .withHostPathMount('/var/run/docker.sock','/var/run/docker.sock') .withEnvVar('DOCKER_CONFIG','/home/jenkins/.docker/') .withSecret('jenkins-docker-cfg','/home/jenkins/.docker') .withSecret('jenkins-maven-settings','/root/.m2') .withServiceAccount('jenkins') .inside { ``` Now however it results in an error. ``` hudson.remoting.ProxyException: groovy.lang.MissingMethodException:...

**Steps to reproduce** 1. Add `def envStage = utils.environmentNamespace('my-project')` to a Jenkinsfile 2. Run in Jenkins **Expected** We would expect a new namespace of 'my-project' is created. **Actual** 'default-my-project' is...

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug

**Is your feature request related to a problem? Please describe.** > I would like to be able to specify a column as being a unique value, so as to open...

enhancement

When I run `npm run dev` I get the following errors: ``` ❯ npm run dev > [email protected] dev /home/anton/git/nuxt-api-example > nuxt ERROR Nuxt error TypeError: Cannot read property 'push'...

I'm trying to install and am getting the following: ``` pip install jsonschema2db Collecting jsonschema2db Downloading JSONSchema2DB-1.0.1.tar.gz (9.3 kB) Collecting change_case==0.5.2 Downloading change_case-0.5.2.tar.gz (8.6 kB) Collecting iso8601==0.1.12 Downloading iso8601-0.1.12-py3-none-any.whl (12...

Hello This looks like a very interesting project! Can you please tell me, how do you write and run backtests? Are there any examples or docs? Thanks

Hello It would be good if we can set the `xdebug.max_nesting_level` value as an environment variable.

# Feature request ## Is your feature request related to a problem? Please describe. When generating types columns that use a range are being generated with `unknown`. For example: ```...

enhancement
typegen

Hi Can this be used to create a database schema from json schema?