Jukka Keski-Luopa

Results 97 issues of Jukka Keski-Luopa

https://github.com/TaitoUnited/full-stack-template/tree/dev/alternatives/server-remixjs

Add Drizzle ORM support on backend. Perhaps we should provide Drizzle ORM as the default server implementation and current sql/sqitch based as an alternative? NOTE: Drizzle ORM is already used...

Integrate OpenTelemetry on Apollo Server to provide resolver field level performance metrics. Perhaps also provide performance metrics as debug level logging when performance monitoring tooling is not available. NOTE: This...

- [ ] Grouping imports by sun/google conventions (currently organized alphabetically) - [ ] Import all missing classes and remove unused imports while organizing imports - [ ] Import copied...

enhancement

- [ ] Create a separate atom-java-project package which parses/indexes all java related project content (build properties, classes, java sources, etc) and provides centralized java configuration. It will be used...

enhancement

Some extra libraries like jfxrt.jar are on Java default classpath, but are not currently loaded by autocomplete-java. Load also them after class loading has been optimized (issue #13). NOTE FOR...

enhancement

Class descriptions are currently read with javap command and unfortunately it doesn't print out parameter names. But if a java source file exists for a class, we can scan it...

enhancement

e.g. super class has a method 'someMethod(String str)'. User writes 'som' while editing inherited class and autocomplete provides boilerplate implementation as a snippet. Snippet also includes the @Override annotation. Dictionary...

enhancement