Daniel Teske
Daniel Teske
The `.DS_Store` file is a temporary local file from MacOS that should not be shared with other users.
Awesome tool 💪 Seems that imported resources aren't considered yet when generating the diagram. For example, the following cdk code ``` Bucket.fromBucketName(this, 'my-bucket-import', 'my-bucket').grantRead(instance); ``` could -theoretically- be placed into...
I want to open files that are located beside the main script file. ```kotlin @file:Import("Models.kts") val data = Gson().fromJson(FileReader("data.json"), Models.Data::class.java) ``` fails with ``` java.io.FileNotFoundException: data.json (No such file or...
- fixed potential inaccurate min/max bounds in isobands_matplotlib.py and isobands_gdal.py. - introduced the -fl parameter into the isobands_matplotlib.py - import matplotlib to be runnable on machines without Xwindows
I cloned the repo, run `npm install` and `npm test a`. resultet in ``` RUNS src/App.test.js /Users/dnltsk/projects/express-react-starter/node_modules/react-scripts/scripts/test.js:22 throw err; ^ TypeError: Network request failed at XMLHttpRequest.xhr.onerror (/Users/dnltsk/projects/express-react-starter/node_modules/whatwg-fetch/fetch.js:436:16) at XMLHttpRequest.callback.(anonymous function)...
Hi, Whats the license model of your code? Thanks and best regards, Tee