Guillaume Quittet

Results 13 issues of Guillaume Quittet

For now, the documentation is too long to read. - [ ] Split technical documentation into another file - [ ] Write a CONTRIBUTE.md to facility the contributions To analyze:...

documentation

Your project is incredible, but I think it misses at least one feature: ### Pool database changing With the default mysql2 driver, we can change the database of the created...

MySQL

Hello, First, I love your amazing work ❤️ What do you think about making your LSP server for CFML working on other editors ? So Sublime Text, Vim, Emacs and...

enhancement

Bad syntactic color when I initialize with default arguments. ![CampaignOptin cfc — player 2020-10-05 10-27-01](https://user-images.githubusercontent.com/11082739/95056715-6703f980-06f5-11eb-8093-8c9c2f3d9a68.png)

bug

👋 Hello everyone Can I add a suggestion for https://github.com/gquittet/graceful-server? ## Why Graceful Server is useful - Graceful Server is keeping track of all open connections and signaling them that...

## Bug description I can't trigger Which Key (pressing space) on Welcome Screen and others screens that are not editors. To fix this issue I edited the `when` expression of...

bug

Now you don't absolutely need plantuml on your local machine. You can use their server as you can find in the documentation : https://plantuml.com/en/starting Is it possible to set a...

question

```python LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { "logstash": { "()": "logstash_async.formatter.DjangoLogstashFormatter", "message_type": "django-logstash", "fqdn": False, "extra_prefix": None, "extra": { "application": "my-app", "project_path": os.getcwd(), "environment": "test", }, },...

## Description Because TSLint is deprecated since 2019 (https://blog.palantir.com/tslint-in-2019-1a144c2317a9?gi=f28749216f12), I migrated `radash` to eslint. ## Checklist - [x] Changes are covered by tests if behavior has been changed or added...