The Wayback Machine - https://web.archive.org/web/20200502153953/https://github.com/topics/frontend
Skip to content
#

Front end

Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.

Here are 6,113 public repositories matching this topic...

YanDevDe
YanDevDe commented Feb 18, 2020

What problem does this feature solve?

It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.

What does the proposed API look like?

In HTML, {{BigInt("100")}}, {{100n}}, {{2n * 50n}} or {{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu

bvaughn
bvaughn commented Feb 10, 2020

The DevTools Profiler occasionally encounters the error:

Could not find commit data for root "..." and commit ...

This issue is intermittent and we do not currently know hot to reproduce it. If you can reproduce it we would love to get any of the following information from you:

  • Info about how you reproduce it. (Share your code or site with us?)
  • An exported Profiler JSON that contai
danspam
danspam commented Aug 31, 2018

I have found a couple of things (so far) not mentioned in the upgrade guide:

  1. filter of a CollectionView is now viewFilter and parameters have changed
  2. { sort:false } on a CollectionView should now be {sortWithCollection: false}

Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.

ng-zorro-antd
Wikipedia
Wikipedia
You can’t perform that action at this time.