Henry Roeland

Results 27 comments of Henry Roeland

@mmanela I also would appreciate more detailed diff results for InlineDiffBuilder. If I have some time I try to create a PR for this. Can you give some starting tips?

I'm already busy with some code. Adding a HierarchialDiff as extra methods on both SideBySideDiffBuilder and InlineDiffBuilder. These methods use by default all 3 chunkers: Lines --> Words --> Chars.

I get the same error: > app:quasar-conf Reading quasar.conf.js +0ms > (node:1280) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '...\src\router\index.js' > > - legacy-validations.js:104 legacyValidations > [Einstein.WebUI]/[quasar-cli]/lib/legacy-validations.js:104:15 This...

Hi @FlorianRappl, Sounds great SVG to images like .png, .jpg, and .gif. What is the status? Can I help in anyway? Is https://github.com/vvvv/SVG the way to go? Do you have...

If I understand correctly its a little bit to early to start with a 3rd component? Maybe I can help in another way? Setup the 3rd component and/or unit tests?...

We are having same kind of issues with geojson and SRID/CRS: Our users convert from e.g. autocad to geojson with our without CRS specified. We want todo 2 things: -...

Our SRID/CRS 28992 is only usable for the Netherlands. So currently my workarround is to check if feature(s) are located in the bbox of the Netherlands.

More info at https://helm.sh/ Its easy to install and uninstall multiple kubernetes entities. Sort of a layer over kubernetes its own yaml.

Currently I have this setup: ```bash . ├── Chart.yaml ├── install.sh ├── templates │   ├── _helpers.tpl │   ├── configmap.yaml │   ├── ingress.yaml │   ├── pods.yaml │   ├── secrets.yaml │   └──...

Nicest thing is install can also be done remote. This means the Chart.yaml files need to be served somewhere. This can be a public location independed of CrunchyData like: -...