Anders Jürisoo

Results 11 issues of Anders Jürisoo

Thank you so much for making it easy to try out the code examples. As title says, what is the license of this repository?

## How to use JSON instead of Java? ### Java works ```js import AceEditor from "react-ace"; import "ace-builds/src-noconflict/mode-java"; import "ace-builds/src-noconflict/theme-github"; ``` ### JSON does not work? ```js import AceEditor from...

The example in the readme: ``` import { Diagram } from 'vue-diagrams'; export default { data() { const diagramModel = new Diagram.Model(); const node1 = diagramModel.addNode("test2", 300, 200); const inPort...

Hi this is not really an issue post, but I didnt find any contact information. I was wondering what you think about the suggestions below. If you like any of...

The method `insertStmts` method automatically sorts the nodes in a strange way. Typically using ->add() will *prepend* the node among its equals. So the new use statement below will come...

help wanted

Hi! Thank you for making this amazing thing🤩 While starting the server with the default db url I kept getting `Error: connect ECONNREFUSED ::1:27017`. Turns out newer versions of node...

Wonderful package ✨ I would like to use it as a dependency. My end users are sometimes targeting browser. Requiring [os](https://github.com/hjson/hjson-js/blob/5734a70a17b94f12b59081aa6fdf966aac066b23/lib/hjson-common.js#L102) prevents this. * Is there a way to hack...

Adds the name parts of `PhpParser\Node\Name` to the diagram output. I needed this to see what nodes the boxes refers to. Not sure it takes to much place though ###...

Hey, thanks for making this!

As added to latest laravel versions