Rudhra Raveendran
Rudhra Raveendran
I found a workaround by following [this answer](https://stackoverflow.com/a/60655639/3325942), however it ends up not being very elegant. Basically I have to import/re-export all my components through a single index.js file, meaning...
@edmorley I meant that I had tried `target: "node"` as an attempted fix (the issue appeared with the default settings first). Here's a minimal reproduction of the issue: - I...
I had the same error, and after tracing through sqlite.core.js, the error seems to be on this line https://github.com/andpor/react-native-sqlite-storage/blob/b6aeac439b9d038bbb9d2e16812d512c38246775/lib/sqlite.core.js#L89. `NativeModules["SQLite"]` is undefined. My app is made with Expo, and I'm...
- ST3 Version: Stable, Build 3114 - Javatar Version: 1.0.2 - Console log: Nothing appears in console - Command History: Nothing appears - [Screenshot](http://i.imgur.com/Jspk9YP.png)
Are there any other plugins that are known to not work well with Javatar that could be causing this issue? Because I do have more plugins on my desktop than...
Hmm, if it'll help, here is the package list on my desktop ``` "installed_packages": [ "3024 Color Scheme", "Alignment", "Babel", "BracketHighlighter", "Can I Use", "Clipboard Manager", "ColorPicker", "CSScomb", "Diffy", "DocBlockr",...
I just tried running a Java program using the latest ST3 portable build, Package Control, and the latest stable Javatar (not 2.x.x) and it worked, so I think its some...
Huh, so sublime just updated to Build 3126 and I'm no longer getting the "File is not compiled" error. No idea why it wasn't working in the first place, but...
Trying to build a file with SublimeLinter and Javatar 2.x.x installed as the only packages gives me this error: ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py",...
I used the Javatar Menu and reselected "Default JDK" and tried running classes, and it seems to be working for now, but again I have no idea what has changed...