Guillaume de Rouville

Results 28 issues of Guillaume de Rouville

Hello, First of all, thanks for the library. It is very good, and I'm currently experimenting the creation of a language server based on it (and your puccini-language-server as a...

Hello everyone, Thanks for this awesome library. Do you plan on adding support to ASCII output anytime ? cc [Dagger discussion](https://github.com/dagger/dagger/discussions/1587#discussioncomment-2157093)

enhancement

When playing with the queries of `go-tree-sitter`, I realized (not 100% sure, but 95%) that it doesn't handle predicates such as: ``` ( (identifier) @constant (#match? @constant "^[A-Z][A-Z_]+") ) ```...

Your 0.15 release crashes my docker and my buildkit container. **Source: It contains a fork bomb / memory leak** **Using the previous version (0.14) fixes the issue.** In my tests,...

bug
needs-triaging

It's currently using `docker buildx bake`, which totally works. But porting to dagger could be a nice use-case

As discussed with @crazy-max, at the end of the month, the hosted github runners will run with node16 by default. However, we are currently using Node12. This may imply some...

Closes #3225 - Run our integration suite against a native MacOS pipeline, with the install of Docker Desktop in headless mode - Multiple MacOS versions could easily be implemented. -...

Dagger fails to start running the `dagger-engine-` if the container (with the same name) already exists and is stopped. _Prerequisites_ Make sure that no dagger engine is running (`docker ps...

Creates a `withMountedSSH` API to `core.Container` - Partially solves: https://github.com/dagger/dagger/issues/3581 - Forwards `SSH_AUTH_SOCK` to forwards `ssh-agent` connection Both `core.Build` and `core.Exec` might benefit from it Tests are on the way...

- Port the private registry docs to python, to have a common basis - Add it to guides list It might be worth to have a better architecture other than...