-
Recently I observed people writing something like this (when using Python 3.3+):
```
# coding: utf8
import scrapy
class TestSpider(scrapy.Spider):
name = 'test'
start_urls = ['ht…
-
#### Category
- [x] Question
- [ ] Typo
- [ ] Bug
- [ ] Enhancement / Suggestion
- [ ] Additional article idea
A lot of the things used by the generator can be traced back (thru their `package…
-
When running `jhipster entity author` the cli displays the field and validation questions and then the following error occurs and no entities are generated:
`
INFO! Using JHipster version installe…
-
**Commands:**
```
npm install -g generator-jhipster-tenantview
jhipster --blueprints tenantview
```
**Environment:**
Using the following environment:
openjdk 11.0.5
npm version 6.13.6
yo ve…
-
##### **Overview of the feature request**
Maybe this has been tried or talked before but anyways I am just writing down my suggestion (apologies if this is a duplicate :smile:). I was thinking abou…
-
Trying to create a project using multi tenancy. See the Project Setup Information Below.
See the errors below when I try to run ./mvnw command.
Thanks,
P.
----
pete@Medussa:~/git/offerLetterJ…
-
## Overview of the issue
For an app with `gradle` as the build tool, when using the `heroku` sub-generator with `khipster` (`khipster heroku`):
It will fail building the application for further …
-
I have this Jdl
```
entity NmsAlert {
alertBegin ZonedDateTime,
alertSent ZonedDateTime,
alertAnswered ZonedDateTime,
text String
}
relationship ManyToOne {
NmsAlert{userAtten…
-
The answers from the prompt from the composed generator should be returned to the calling generator so they can be used there as well.
Example:
- My generator calls generator-angular
- generator-angu…
-
I used this blueprint to generate my blueprint. At first I the only option I chose was "entity-server".
I tried to trigger the blueprint without success for few hours. Then, looking at the jhipst…