Barrie Treloar

Results 33 comments of Barrie Treloar

Also, the output may or may not give object expansion toggles in your browser console. It appears to be browser specific. This may only be a problem if you attach...

The `--net=host` [uses host networking](https://docs.docker.com/network/host/), which means that the container lives in the host port space. Generally not what you want. The problem is the awestruck binds to `localhost` by...

``` Puma caught this error: undefined method `[]' for nil:NilClass (NoMethodError) /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/awestruct-0.6.1/lib/awestruct/rack/generate.rb:19:in `call' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/rack-2.2.3/lib/rack/builder.rb:244:in `call' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/puma-5.0.0/lib/puma/configuration.rb:238:in `call' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/puma-5.0.0/lib/puma/server.rb:620:in `handle_request' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/puma-5.0.0/lib/puma/server.rb:377:in `process_client' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/puma-5.0.0/lib/puma/server.rb:231:in `block in run' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/puma-5.0.0/lib/puma/thread_pool.rb:141:in `block in spawn_thread' /home/dev/arquillian.github.io/.gems/ruby/2.4.0/gems/logging-2.3.0/lib/logging/diagnostic_context.rb:474:in...

I was surprised to see plugins deal with the codeblock sections differently. See https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/ Both hack onto `node.lang` but put extra magical semantics after the plain text lang. Does it...

I'm having the same issue with space in the title. Is there example usage of the MDX custom code block component? Will this pass the code block onto other remark...

@lanwen so for your example it would be encoded as `js:title=a%20%28b%29`

Isn't the other one more "bleeding edge"? I am currently having problems with yasnippet and defvaralias errors, which I thought using the older stable version would fix. I'm still trouble...

@bigopon Are you able to spare a few minutes to work out why the `.getElement(el)` call fails to find the element then?

@bigopon I'm blindly transmogrifying the existing tests that use `StaticViewStrategy` to create my test for `InlineViewStrategy` and those existing tests only call `strategy.loadViewFactory` and expect the resources to have been...

I've tried using the decorator `inlineView` to avoid less black magic in the setup. The View and ViewStrategy appear to be what I expect. But after `.loadViewFactory` the `factory.resources.elements` is...