Mehdi El Fadil

Results 21 issues of Mehdi El Fadil

## Brief description Whenever an input or label is included inside the collapsible body, it does not appear on screen. Fix #271 ## Developer Certificate of Origin - [x] I...

Hi, there appears to be a bug in collapsible Whenever an `input` or `label` is included inside the collapsible body, it does not appear on screen. ### Example code ```...

## Brief description This change updates the z-index of modal component, so that it gets display over navbars, instead of behind them. ## Developer Certificate of Origin - [x] I...

The height `collapsible-body` is limited to 960 px, and the overflow is set to `hidden`. As a consequence, whenever a collapsible contains long content spanning over more than 960 px,...

help wanted

Currently, the modal component has a `z-index` of 12, whereas the `z-index` of the nav component is 100. This makes the modal to be displayed _below_ navbar. This is especially...

enhancement
help wanted
beginner friendly

There are situation when there is no overlap between Venn diagram circles, in such case the algoritm lays them out horizontally aligned. This causes labels to overlap, if they have...

jLouvain crashes whenever a node is called 'constructor', apparently it overrides some object's native `constructor` property. Similar crash may occur whenever other javascript resssserved words are used as node names....

made compatible with node.js #4 :smile: using [UMD (Universal Module Definition) returnExports pattern](https://github.com/umdjs/umd) - client-side usage unchanged - documented inside README file - added example for usage node.js A further...

In the current simple way, two grep commands are piped one after the other. The first looks up process containing vim, the second excludes the line corresponding to `grep vim`....

* fix #55 * fix #61 * fix mybatis/migrations#94