Ellis Kenyő

Results 29 issues of Ellis Kenyő

![Sample](https://i.postimg.cc/wxRCkx2n/image.png)

So using a dummy maven application generated from https://start.spring.io/ and the below files added: **IThing.kt** ```kotlin interface IThing { fun behaviour } ``` **Thing.kt** ```kotlin class Thing : IThing ```...

bug

Replace format-all with apheleia to grealy simplify the formatting setup. For the most part, this is a low degree of ready the only thing missing is documentation and more granular...

is:feature
module:editor/format
is:refactor

- Added transparent background to images (looks out of place on viewers without a white background) - Centered "by"

Install the fonts as early as possible, but only if they haven't already been downloaded.

Just posting this here incase anyone bumps into it, but if you're wanting things like desktop notifications you need to remove the `dbus-launch` call as it doesn't seem to pass...

# Purpose The idea of this PR was initially to just handle [`preLaunchTask`](https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes), which is a more robust, vscode-native version of `dap-compilation` for running tasks before a debug configuration. It...

For that newly-opened buffer to have syntax coloring this function briefly sets buffer-file-name and performs (normal-mode t). This, in turn, triggers related major-mode hooks, which at least in the case...

Change the hacky comint implementation to a more stable and robust JSONRPC implementation. A process is managed by emacs and commands are sent/recieved asynchronously to that process. Currently there still...

**Describe the bug** Trying to `dap-debug` in [`flutter_sample`](https://github.com/ericdallo/flutter_sample) causes a JSON parsing error to show up. Making a minor change in `lsp-dart-flutter-daemon--raw->response` to print the incoming response, it's truncated by...

bug
help wanted