Yusuf Canbaz

Results 22 issues of Yusuf Canbaz

Hi during `ng serve` I see the below warning. Just to let you know. ng2-flatpickr [es2015/esm2015] (git+https://github.com/mezoistvan/ng2-flatpickr.git) Encourage the library authors to publish an Ivy distribution.

I want to hide the HTML. I make ` ` . It works but when I click it to open, it shows at the top of the page. Not from...

Thanks for this powerful library. I want to use `evaluate` function to compute math expressions. Certain operators like **sin**, **cos** use default unit radian. For example: `evaluate(sin(3.14/2))` gives 1. Can...

feature
design decision

I downloaded the JAR files "cypher-gremlin-console-plugin-1.0.4-all.jar" and "cypher-gremlin-server-plugin-1.0.4-all.jar". I added these JAR files as dependencies to my project. (I'm using IntelliJ Idea) Below is my very simple Java class to...

I have a draggable and resizable div. I have a button which is close to the upper right of the div. Click event of the button is not called **only...

Firstly I have to thank you for this useful library. I have a div like this `` inside `div`, there is a button to change the boolean variable `isResizeable`. `...`...

Thanks for all your effort. Great content! Inside the file `drkg.tsv` lines 4123208-4123214 contain genes without id info. You might want to delete them or fix them. You can find...

When I check the file acolorpicker.d.ts file I see `export function parseColor(color: string | Array, outFormat?: OutFormat): string;` which is simply wrong because it could also return a `number[]`.

I'm using a-color-picker with angular 8 and [ng-bootstrap](https://ng-bootstrap.github.io/#/home). I'm showing an [NgbModal](https://ng-bootstrap.github.io/#/components/modal/examples) and inside that picker shown. I see the below error message (but it continues to work without a...

I'm trying to load nearly 500 nodes and 500 edges. I have rich and heavy styles. And hardware specs of the machine I'm testing on is not really good. Just...