ssen.dev
                                            ssen.dev
                                        
                                    https://docs.openshift.org/latest/architecture/additional_concepts/sdn.html#architecture-additional-concepts-sdn suggests that at least with the ovs-multitenant plug-in it's possible to assign a project VNID 0, which causes it to be accessible from every project.
Ok I did some tests with ovs-multitenant. VNID 0 works as expected, but what's interesting is that it's not even needed. Just having the service and endpoint works too. At...
```ruby puts :foo, bar: { baz: :qux, } ``` Also needs two runs to indent, which means `rufo . && rufo --check` will fail. ```ruby puts :foo, bar: { baz:...
```fstab # # /etc/fstab # Created by anaconda on Sat Oct 15 05:01:16 2016 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8),...
Using /mnt works-ish i modified `exclude.patterns` `var/cache` to `root/var/cache` and now taking snapshots seems to work. But then snazzer-receive fails ``` snazzer-receive host --all /mnt/systemfs subvolume mnt/systemfs: mkdir: created directory...
https://github.com/mcfiredrill/ember-cli-deploy-revision-data/commit/975cb5603232bc088f4aaae756374fe7db1c1387 worked for me on 1.0.0
@mirague local with `tmp -> /tmp/ember-cli`
@achambers `getProjectRoot()` is static so is not available on `project` https://ember-cli.com/api/classes/Project.html#method_getProjectRoot the constructor sets `root` but it's not entirely clear whether it's public or not since only one private property...
> Since `resize` can internally calculate the dimensions, perhaps the most intuitive thing would be an option to only _calculate_ sizes, but not actually resize - using the same arguments?...
Ok this was definitely more involved than I anticipated but here it is: ```typescript function resizeSize( width: number, height: number, targetWidth: number | undefined = 0, targetHeight: number | undefined...