Samuel Gratzl

Results 137 comments of Samuel Gratzl

Hi, I created a maintained fork at https://github.com/upsetjs/venn.js that is published at https://www.npmjs.com/package/@upsetjs/venn.js. Changes so far: * integrated PR #140 * integrated PR #135 * integrated PR #132 * updated...

I don't think that this version of the library comes with TypeScript typings. You could give my fork at https://github.com/upsetjs/venn.js a try

ok thx for the response. As far as I understand the `--target web` instantiates the WebAssembly by loading the file (using fetch for web or readFile for node). However, when...

see also https://github.com/DigitalSlideArchive/HistomicsTK/issues/665, https://github.com/DigitalSlideArchive/HistomicsTK/issues/660, and https://github.com/DigitalSlideArchive/digital_slide_archive/pull/37

I'm using the a `React.useRef` hook for that: ```ts import React, { useRef, useCallback} from 'react'; import CytoscapeComponent from 'react-cytoscapejs'; import type cytoscape from 'cytoscape'; export interface GraphProps { className?:...

> @sgratzl Is there a way we can do this without hooks ? what do you mean? the question of this issue is how to create an functional React component...

can you create an example on e.g. codesandbox to illustrate the behavior, cause in my test it works as expected

``` const layout = { name: "dagre", rankDir: "LR" } pageData = < CytoscapeComponent elements = { CytoscapeComponent.normalizeElements({ nodes: nodess, edges: edgess, layout: layout, }) } ``` I'm confused why...

should be part of https://github.com/os/slacker/releases/tag/v0.13.0 as far as I can see

I have the same issue with PowerBI. PowerBI says it is a corrupted file. However, when I open it with Excel and save it again it works.