Viktor Magyari

Results 11 issues of Viktor Magyari

I have a proof of concept [project](https://github.com/moxaj/clj-compile-time-resolve) which I'm testing with various self-hosted envs, and it does not work with klipse. I believe some minor modifications could be made to...

**Repro:** 1. `lumo -c "path/to/clojure.data.xml.jar"` 2. type anything in the repl 3. press enter => `"No such namespace: cljs.data.xml.name, could not locate cljs/data/xml/name.cljs, cljs/data/xml/name.cljc, or JavaScript source providing "cljs.data.xml.name" in...

```clojure #?(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops #?@(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops ``` I believe the intent...

### Check for duplicates - [X] I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) ### Is your feature request related to a problem? nope...

enhancement

2 minor suggestions: 1. When I open atom, there's usually a `Console` tab open from a previous coding session. Starting proto-repl however does not reuse the `Console` tab, but opens...

Currently a project of mine depends on `boot-cljs 2.0.0`. However, if I bump the version to the next stable release (`2.1.0`) or any releases beyond that, my tests fail: ```...

### Check version - [X] I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/CHANGELOG.md) ### Check for duplicates - [X] I've checked...

bug

### Check version - [X] I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/CHANGELOG.md) ### Check for duplicates - [X] I've checked...

bug:calculation

### Check for duplicates - [X] I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) ### Is your feature request related to a problem? Currently,...

enhancement
good first issue

The leiningen plugin writes `/C:/Users//nodisassemble-0.1.3.jar` into the `:jvm-opts` as the path to the jar. This has a leading slash, which triggers the following error: ``` Error occurred during initialization of...