James Sansbury
James Sansbury
I'm seeing this as well (and nice find with the `sleep 0.1` to highlight how it's _supposed_ to work).
👍 A use case for this is when documenting Makefiles, since the difference between a tab and a space means the difference between a working and non-working Makefile. Ironically, it...
For anyone else trying to find a workaround for this in GitBooks, this works: ```html foo: 	echo "bar" ```
Thanks so much for taking a look at this, @legal90 ! One thing I failed to mention is that I am on an M1 Mac Parallels Desktop Pro for Mac:...
I tried the [`laravel/homestead-arm`](https://app.vagrantup.com/laravel/boxes/homestead-arm) box in the same Vagrantfile and got the following error: ``` /etc/netplan/50-vagrant.yaml:14:5: Error in network definition: Invalid name '' ! '': ^ The following SSH command...
I'd be interested in seeing some benchmarks between http2-proxy and fast-proxy. In my somewhat rudimentary testing, it seems that http2-proxy is about as performant as http-proxy, with fast-proxy being anywhere...
What about allowing glob patterns such as `.env(.local|)` ```yaml service: web: env_file: - '.env(.local|)' ```
Looks like it's trying to give you the path to another restws url, of the form file/[fid].
I agree. It'd be nice if you received the object instead of a URL to an object, IMO. Is that possible with restws?
