Ville Saukkonen

Results 62 issues of Ville Saukkonen

Would be insightful to see how popular each action is. Perhaps the best proxy is github stars. It is easily achievable via https://github.com/ddavison/github-badges & https://githubbadges.com/

Prisma has it's own language server: https://github.com/prisma/language-tools/tree/main/packages/language-server and there is a library for adding LSP support in intellij plugins: https://github.com/ballerina-platform/lsp4intellij With those it could be reasonable amount of work to...

When enabling the plugin, the plugin crashes and throws following errors: 1. ``` com.intellij.diagnostic.PluginException: io.techtrails.intellij.prisma.PrismaSyntaxHighlighterFactory PluginClassLoader(plugin=PluginDescriptor(name=Prisma Support, id=io.techtrails.intellij.prisma, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2021.3/plugins/intellij-prisma, version=1.0.4.201, package=null, isBundled=false), packagePrefix=null, instanceId=183, state=active) Caused by: java.lang.ClassNotFoundException:...

Hi! This is improvement idea to game mechanism: If sellers could sell more than you can cook, they could get bored and starts to sell less. If you want to...

Enables passing plugins that work in similar manner to `typescript` and need to be generated in a single file. Fixes: https://github.com/piglovesyou/graphql-let/issues/617 Let me know if this is something you'd consider...

typescript-urql-graphcache is a bit similar to typescript plugin: It cannot be generated on per-file basis as it generates single type from the schema it self. This means that if I...

In many cases there's not much that you can do for the vulnerability at the time it is alerted. However, maybe the fix is being worked on but not released....

enhancement
good first issue

Usually it is good to let other devs to know why something has been ignored. That's why being able to leave notes next to the ignore is important. It might...

enhancement
good first issue

it would be nice to have more filters. Like line count. I'd like to see all files over X lines long. This could be achieved too with ordering possibility. Order...

enhancement

Fixes https://github.com/heroku/react-refetch/issues/209 for most of the cases. For initial render the ref is still missing. But that's a problem mostly in case of mock data only I think. Proper fix...