Charlie

Results 8 comments of Charlie

@dantleech Thanks, staging changes for commit works. 👍 Are file changes track through GIT? Is there a way to make phpactor track the GIT untracked files?

Thanks @dantleech I'll add it to my list ;)

Note to self: When a file is renamed, `GitFilesystem:: fileList()` will list both files (removed and new). The following line of the exception tells us that it tries to read...

Yesterday I've had the same issue. After changing the order of the setup in the applications bootstrap process it worked fine. Here's my `store.js` file ```js import Vue from 'vue'...

Right, missed that one. What do you suggest? Extract initSchema() and make an adapter for it based on the driver name?

Can I use `doctrine/dbal` to refactor the `PdoRepository`? This allows us to be more flexible on the database platform.

Same issue here building multi-arch images using [Docker Buildx](https://docs.docker.com/buildx/working-with-buildx/). **Build command** ``` docker buildx build --no-cache --platform linux/amd64,linux/arm64,linux/arm/v7 -t charl13/flood:latest . ``` **Dockerfile** (from [Flood-UI/food](https://github.com/Flood-UI/flood/blob/52805c0525af85bfd31a09448c3ada82b16906cc/Dockerfile)) ``` ARG NODE_IMAGE=node:12.2-alpine ARG WORKDIR=/usr/src/app/...

Same issue: ``` mycli --ssh-host example.com --ssh-user root --ssh-key-filename ~/.ssh/id_rsa -h 0.0.0.0 -u root 'Channel' object has no attribute 'recv_into' ``` ``` pip freeze asn1crypto==0.24.0 aws==0.2.5 awscli==1.16.157 backports.csv==1.0.7 bcrypt==3.1.6 boto==2.49.0...