bknill

Results 24 issues of bknill

Hi, Great component.. thanks. I've picked this up from en existing project and I'm trying to enable updating an element, This component is working the first time, but after I...

I've kind of got this working with html elements however I'm crashing Chrome with this path `M20.49 15a9 9 0 1 1-2.12-9.36L23 10` I tried adding 'case a:' ``` case...

Hi! I'm trying to use this component with React Icons. React Icons renders the icon as an SVG in the page, i.e. `` I'm now trying to render this in...

Hi, I've added a few variables into the template because I want to update more than name i.e. ``` ``` And I update as such ``` $scope.carouselData.length = 1; Entities.locations.forEach(function(location){$scope.carouselData.push(location)});...

**Description** This is probably a usability issue, but I've been trying to use this library via the docs and it's been painful to say the least. I've used the sample...

bug

Hi, I'm trying to do something similar to this https://github.com/projectstorm/react-diagrams/issues/107 However the answer is 4 years old and doesn't appear to be valid anymore. I'm moving nodes via a websocket...

HI, I'm trying to do the Update to 6.5.0 and I'm having massive problems with Emotion. It won't run with the diagram ![image](https://user-images.githubusercontent.com/7074483/111926087-4c410800-8b10-11eb-853c-cf64549004bd.png) ![image](https://user-images.githubusercontent.com/7074483/111929568-954a8980-8b1b-11eb-854d-846967fdc904.png) We're also using Styled components so...

Hi, Great component. Anyway I'm trying to add an image I have already uploaded elsewhere, have seen some examples using https://www.draft-js-plugins.com/plugin/image but I understand these plugins won't work in your...

Can anyone help me with this? https://glitch.com/edit/#!/amethyst-wild-lettuce?path=rounded.js I'm trying to make a rounded rectangle in AFRAME/THREE. I did kind of have this working with the previous version of this library,...

I'm trying to use this with Aframe and getting the above error when it gets added to the Object ``` var geometry = new THREE.Geometry(); geometry.vertices.push(this.data.start); geometry.vertices.push(this.data.end); var line =...