Francesco Cinà
Francesco Cinà
@matklad I agree with every single word you said, anyway, my use case is explicitly about testing where I need to initialize something just once before all tests and to...
It seems that angular already exports a function to format a currency based on the locale, it is used in the CurrencyPipe ( https://github.com/angular/angular/blob/master/packages/common/src/pipes/number_pipe.ts ): ```ts formatCurrency(num, locale, currency, currencyCode,...
Hi @lukechu10 I really like the sycamore philosophy, anyway, I think that the syntax chosen for the template reduces the userbase considerably. In fact, the standard HTML or HTML-like syntax...
Do you think something like Angular `templateUrl` would be feasible in rust? I mean, in Angular you can have the HTML template code in a dedicated file so you get...
Hi Miško, thanks for your answer; however, it does not clarify what should we expect for this issue. Will it be fixed? Or does your answer mean that you plan...
@zoechi it maps the value of the element's attribute that matches the selector name, in this case "test-transclude", to a variable named "dot". It is a short cut for 'test-transclude':...
This issue is still present in the master branch and it causes a stack overflow if the credentials to connect to Jira are not valid. Here a simple way to...
Adding phantomjs to the dev dependencies solves the issue: ``` npm install phantomjs --save-dev ``` Shouldn't it be included automatically during the generation of the project?
Any idea when this will be merged and released?
@onelson thanks, I am using your branch now