Front end
Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.
Here are 5,892 public repositories matching this topic...
React extension version: 4.4.0
Steps To Reproduce
- Install Firefox 72.0.2x64
- Go to Discordapp.com
The current behavior
Extension reports: "This page does not appears to be using React"
The expected behavior
React is detected (just like it is currently in Chrome/Chromium)
Bug Report
Ionic version:
[x] 5.x
Current behavior:
I have an overview page containing a list in which each item is using routerLink to point to a detail page. This detail page uses IonTabs to display tabs. Each tab displays a header toolbar with a back button. When clicking on the back button the overview page is shown again but all links except the one clicked before
-
Updated
Apr 2, 2020 - JavaScript
Hi,
i wrote a tool called webpack-validator to help people configuring webpack by providing a joi schema for the webpack config object. I'm now exploring possibilities to hint users at the existence of this tool -- this list seems like a good place i'd say.
What do you think? Does this make sense? I'd be happy
Environment
Mac OS 10.15.3, Chrome 80.0.3987.122, Vue 2.5
Reproduction link
https://jsfiddle.net/nLkrdwc5/
Steps to reproduce
Add 'tree' property to 'columns' data, refresh (the feature should appear), nothing changes
What is expected?
TreeData feature should be displayed:
https://www.iviewui.com/components/table-en#TreeData
W
飞冰物料web3.0-组件-dynamic-icon文档跳转地址错误
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Apr 1, 2020 - JavaScript
Description
Bit does not generate docs for React TS components.
for example:
https://bit.dev/eden/react-ts-demo
Specifications
- Bit version: 14.7.4
- Node version: 10.15.3
- npm / yarn version: 6.4.1 / 1.16.0
- Platform: macOS
- Bit compiler (include version): bit.envs/compilers/react-typescript@3.1.44
- Bit tester (include version):
Context and additional inf
Version
v1.4.10
Development Environment
Chrome 80.0.3987.132
Current Behavior
Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.
// Write example code
Go to section
* [Hello](#hello)
* [Hello World](#hello-world)
* [Another section](#new-section) <-- it's called 'Another section' in this list but refers to 'New-
Updated
Apr 5, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.4.10
Environment
vue 2.9.6
Reproduction link
https://www.antdv.com/components/progress-cn/
Steps to reproduce
Progress v-solt:format
Who owns the copyright on Tachyons? The MIT license states:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
We want to do the right thing, but there's no copyright notice in the license. Could you add one (or let me know who it should mention, and I'll send a PR)?
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
Roadmap to Gremlins 2.0
Gremlins.js is now older than 6 years old and the last commit is 2 year old. We think it’s time to give some love to this useful and fun package !
That’s with this gold in mind that @zyhou and @HALLERPierre are the new maintainers of this project.
Our first goal is to give a new youth to gremlins.js. Say goodbye to callbacks hell and say hello to promises and asy
-
Updated
Nov 16, 2019
Expected behavior
Select options should be added in existing div
Actual behavior
New divs are added for each new entry
Your working environment and MDB version information
Found on doc site: https://mdbootstrap.com/docs/jquery/forms/select/ - Adding new options
I added 4 options to the select to get the following picture
Resources (screenshots, code snippets etc.)

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