Paul Young
Paul Young
@baryshev could you take a look at this please?
I relied on this a lot in Jade. Would be a good addition. It appears that something like this is possible now: **test.ect** ``` ect ``` **other.ect** ``` ect A...
This was great in Jade.
Obviously, I'm using `{{` and `}}` for opening and closing tags.
My current workaround is this: ``` {{ # Create an alias. # # @example Create a selector alias for a single element. # # # # ```
Mockingjay is used in [Disc](https://github.com/the-grid/Disc) and [Portal](https://github.com/the-grid/Portal), both of which use [MockingjayMatchers](https://github.com/the-grid/MockingjayMatchers).
More specifically, [here's where a request is stubbed out](https://github.com/the-grid/Disc/blob/4a543ecf597a3a2be52134f4eb3d2b11bf641046/DiscTests/Networking/Resources/User/GetUserSpec.swift#L40-L42) and [here's the custom matcher used](https://github.com/the-grid/MockingjayMatchers/blob/a0d2763137369494ea74e4b93291e526b4e15ac9/MockingjayMatchers/MockingjayMatchers.swift#L21-L32).
This did not work for me.
These are the steps I've taken: **Step 1** `git add submodule [email protected]:benlodotcom/BLWebSocketsServer.git External/BLWebSocketsServer` **Step 2** Added the `BLWebSocketsDirectory` (Added folders: Create groups) **Step 3** Linked `libz.dylib` with the target **Step...
So, contrary to the `README`, adding `-fno-objc-arc` to `BLWebSocketsServer.m` in _Build Phases -> Compile Sources_ caused the build to succeed. After that I needed to move `BLWebSocketsServer.h` to _Public_ in...