Results 21 issues of Enduriel

### Discussed in https://github.com/docker/compose/discussions/11064 Originally posted by **sergiohcis** October 4, 2023 Hi Comunity, My problem is that I have some services and they have dependencies between them, like this: ```...

**Version info** - OS: Windows 10 - Build: 2068 **Description** When scrolling using shift + scroll when looking at a code diff, the code moves only 2 characters at a...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description This is an ergonomics problem for when I have to implement a...

I currently have the following stack up and running: ```yaml version: "3" services: gluetun: image: qmcgaw/gluetun container_name: gluetun network_mode: bridge cap_add: - NET_ADMIN ports: - 8888:8888/tcp # HTTP proxy -...

enhancement

### Brief summary of the change made - Adds `upsert` clause support with `on conflict` to the sqlite dialect, as described [here](https://sqlite.org/lang_upsert.html). 7ee8d7d000fa87887705dc68686bfe654cb2d448 - Adds general support for the `on...

My sqlfluff version is `v3.0.2` System info: ``` Version: 1.89.1 (system setup) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:13:33.891Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631...

**Is your feature request related to a problem? Please describe.** The one online tool I use that this toolkit doesn't replace is an XPath tester, and it would be awesome...

feature

## Feature Request The ability to accept a Signal where a function or component requires a Signal This would be very useful because it would prevent `SyncSignals` from infecting a...

enhancement
signals

Any reason the latest tag of this Crate isn't on crates.io? This project is exactly what I was looking for and I actually gave up on finding something like and...

This was really difficult to debug for me as a complete newb to external rust bindings, though in hindsight it makes perfect sense. I would adjust part documentation for the...