Laurent Stacul

Results 9 issues of Laurent Stacul

For the time being, pylint error code (msg_id) are not display in the statusline and the location window. For instance, ``` 1 test.y|89 col 13 warning| [consider-using-f-string] Formatting a regular...

Hello, I just find out a discrepancy in the shared libs produced by autotools and by CMake. It seems by default the CMake build does not hide any symbols. ```...

**Describe the bug** Let's take the following simple `compose.yaml` file: ``` services: exposed: image: "ealen/echo-server" ports: - "3000:80" networks: - "shared" - "default" other: image: "ealen/echo-server" ports: - "3001:80" networks:...

bug

Hello, I just wanted to report that there was a slight behaviour change between those two versions. If we take the following: ``` require "json" wrong_utf8 = "\x12\x34TESTING\xfe".force_encoding('BINARY') JSON.generate(wrong_utf8) ```...

Hello, I have a model that is managed in admin side of my site: ```python class Race: ... date = models.DateField(verbose_name=_("date")) club = models.ForeignKey(Club, on_delete=models.PROTECT, null=True, verbose_name=_("club")) description = tinymce_models.HTMLField(blank=True,...

Hello everyone, I am trying to configure my ingress-nginx controller so that the applications hosted in a Kubernetes cluster can see the real remote IP of the client. My case...

kind/feature
needs-triage
needs-priority

Hello Problem: When I am in eshell and I change the ruby version with `chruby-use`, the ruby version does not change: ``` ~ $ ruby --version ruby 3.3.5 (2024-09-03 revision...

Hello dear maintainers, I wanted to migrate the version of this gem from 3.9.x to 4.6.0 and realised that in the PR https://github.com/reidmorrison/symmetric-encryption/pull/112, a test on permission of the key...

This change allow the gem users to disable the owner and permissions validation on the key file. Solves: #139 #170 ### Issue # (if available) ### Description of changes This...