Vasilj Milošević

Results 33 comments of Vasilj Milošević

Hi @HeyAlex What I mean "doesn't work in release" is that when ran from AS in debug mode it works fine. When I compile it, sign it and install it...

Isto, upgrade-ovao na Big Sur i app je prestala sa radom. Ovo za malware sam štiklirao i pali je ali ne detektuje Smart Card Reader ![image](https://user-images.githubusercontent.com/624357/126082305-1c163596-c407-4dcf-ba10-0ed13b11bd91.png)

@Ptiki ja sam prešao na linux gde radi OK, ne koristim više MacOS. Dodatno licenca je 100$, al godišnje, tako da mislim da bi tu bilo najbolje da neko ko...

``` java -version javac 9.0.4 ``` Specifično može biti da je hackintosh u pitanju, ali to ne bi trebalo da menja stvari. Java je instalirana preko homebrew-a.

@vdjurdjevic jesam, reinstalacijom OS-a od nule.

@vdjurdjevic radi, probao sam da kompajliram i da prebacim novi jar u aplikaciju. Dodatno za one koji pokreću app na Mojave i Catalina MacOS verzijama, potrebno je da se isključi...

Same here, except I can't do `import` 'materialize-css/'; then it says jquery is not defined O_o

@geosenna no, I've tried `import $ from 'jquery';` and also `import jQuery from 'jquery';` but didn't work. Moved to gulp for now as this project I'm working on needs to...

I haven't been able to use it as modules, but I've managed to make it work with webpack (the RC version). Here's the app.js: ``` // noinspection JSLint import jQuery...

> do you have remove all the not used components from sass? > how we can import only components needed in sass files? I just copy the main sass file...