Rodrigue Villetard
Rodrigue Villetard
Hi, first of all, thanks for your boilerplate ! Maybe I’m thinking wrong, but I haven’t found the way yet to do a proper Backbone.Router.navigate(), since the router object is...
Document the SubresourceDataProviderInterface in custom context.
- see https://chromium-review.googlesource.com/c/chromium/src/+/3595822
Hi @marekweb :) I’ve reimplemented your lib for the elixir lang : https://github.com/gorghoa/ex_opaque_id Is it ok for you that I publish it on [hex.pm](https://hex.pm/) (the official package repository for elixir...
Add a very basic page in core conveying this message: > API versioning is not managed: recommended way is to create a new projet. I’m a little concerned that this...
Calavera may be able to generate a well normalized table of content. This could be used to display a navigation bar in the single page app. I propose to generate...
Calavera should generate deep anchors links (à la https://github.com/bryanbraun/anchorjs)
fix #1. Add namespace information to attribute. ```elm type alias Attribute = { name : String, value : String, namespace : Maybe String } ``` PS: sorry for the doc...
Hi, I’m using your lib (thanks!) to (in pseudo pipeline) : ``` string svg |> parse |> do stuff with the nodes (add attribute, reorder, etc) |> render the svg...
Set minimum php version to 7.0. Builds on php 5 are failing and I don’t see the point to take time to maintain them.