Johan Legrand

Results 13 issues of Johan Legrand

**I'm submitting a...** ``` [ ] bug report [x] feature request [ ] support request ``` I often use the same words in different sentences, for example: - user added...

feature request

**I'm submitting a...** ``` [ ] bug report [x] feature request [ ] support request ``` It might be useful to determine if some translations was never used. I regularly...

question
feature request

**Versions** - python Flask-SocketIO 5.1.1 python-socketio 5.4.0 python-engineio 4.2.1 - js [email protected] From documentation gevent_uwsgi can be used as async_mode but: ```python raceback (most recent call last): File "/Web/./webapp/__init__.py", line...

question

I try to use this addon: https://codemirror.net/demo/loadmode.html The idea is to put all folder languages in my assets dir, and give formatted url etc ... How can i access to...

I have to change this: ```python email = db.Column(db.String(255)) ``` to ```python email = db.Column(db.Text) ``` but nothing is detected during migration (with compare_type=True). The only way to detect this...

autogenerate - detection
external SQLAlchemy issues
missing behavior

Closes https://github.com/nestjs/nest/issues/9459 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior After some testing, there is an untested case that crashes Nest...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

type: enhancement :wolf:
needs triage