-
Addressable favours the use of libidn (via the idn-ruby gem) to it's pure-Ruby IDNA implementation. twingly-url is built with the expectation that the pure-Ruby implementation is used.
How does thi…
-
Hello
https://github.com/nicolasRdr/twing-loader/blob/master/src/loader.js#L15
This line use `this.ressource` it’s the path of original file and not the result of previous loaders.
We should un…
-
I am going to start a new internal-tool for templating.
I see this project has more than 1 year without any new commits.
I just wanted to check-out in which situation are we:
It does not have…
-
This is the case since we compare with `to_s` ([code](https://github.com/twingly/twingly-url/blob/f3d20f4a6d9413fed8ae6daf9154f2fa5b3d91cd/lib/twingly/url.rb#L180-L182)).
``` Ruby
[15] pry(main)> u1 …
-
I'm trying to use Twing in Storybook to demonstrate Twig templates that will be used on a Drupal 9 site.
I am using Twing `5.0.2` and `twing-loader` `0.5.5`.
In my environment file I am defining…
-
Hello.
I use `twing-loader` based on `twing` but this lib is based on `Buffer` and it is incompatible with webpack 5.
Ironically in my case we don’t need Buffer in the front bundle beacause Twin…
-
At https://github.com/twingly/ecco/blob/v0.5.0/lib/ecco/client.rb#L49 we rescue `IOException`, and always return `Ecco::Error::ConnectionError`, but we could improve that and return different errors f…
-
A `Twingly::URL#trd?` method would have been nice to have in https://github.com/twingly/norrstrom/pull/102 instead of having to do `!url.trd.empty?`.
A `#path?` method could also be added, and possib…
-
Document 11136870104614552724 has
OriginalUrl `https://emani85.wordpress.com/2015/09/22/%e0%a6%87%e0%a6%b8%e0%a6%b0%e0%a6%be%e0%a7%9f%e0%a7%87%e0%a6%b2-%e0%a6%a5%e0%a7%87%e0%a6%95%e0%a7%87-%e0%a6%a1…
-
Hi, thanks for twing first of all!
I have spent quite a bit of time tracking down what is happening. It appears that when you set up a watch to render twig files, it works after the first change an…