Sakib Hadžiavdić

Results 35 issues of Sakib Hadžiavdić

Play now supports scala 3 so I should revert removing it..

A **very cool** feature would be to have a macro that reads from `src/main/public` path and builds a tree of `Resource`s. E.g. if you have this tree: ```bash site ├───images...

enhancement

We could get a performance benefit from not-loading all those prismjs mini scripts. Prismjs supports server-side rendering, see "Usage with Node" section: https://prismjs.com/ We could feed the code through Nashorn...

enhancement

https://wiki.gpii.net/w/Technology_Evaluation_-_Static_Site_Search https://github.com/krisk/fuse https://github.com/nextapps-de/flexsearch https://github.com/olivernn/lunr.js/

enhancement

Would be cool to have helpers for [Reveal JS](https://github.com/hakimel/reveal.js/) presentation tool. It should be rather easy since it is a closed world. 😄 Its markdown support isn't needed, since Hepek...

enhancement

Some unit tests wouldn't hurt, especially for components. We should also consider Selenium or whatever HTML inspection tool is useful and simple. For now we can try with String.contains or...

good first issue
Hacktoberfest

```bash PS C:\cbt\test\simple-fixed> cbt compile INFO: Could not find files for the given pattern(s). Compiling to C:\cbt\test\simple-fixed\build\target\scala-2.11\classes [info] Compile success at Jan 12, 2018 11:57:08 PM [1.505s] SLF4J: Failed to...

```bash PS C:\cbt\examples\resources-example> cbt direct runFlat INFO: Could not find files for the given pattern(s). Exception in thread "main" java.lang.NoClassDefFoundError: scala/Option at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615)...

Probably some issue with char encoding or something. When I change the arrow character with '=>' it works, but it replaces them with '?' characters. ```bash PS C:\cbt\examples\scalariform-example> cbt scalariform...