Dima
Dima
It would be amazing if there would be an option to have link hintings like those by default in Conkeror. The right side is Conkeror while the left side is...
https://tabnine.com/blog/deep now 404s. Not quite sure which the correct link is though.
I really love variable pitch fonts and try to avoid monospaced fonts where possible. This is a slight issue with using `avy` because it uses an overlay to replace characters...
```elisp (setq web-mode-enable-current-column-highlight t) (setq web-mode-enable-current-element-highlight t) ``` Spaces are handled in a really great way in swiper where entering `web mode` would still match the 2 `web-mode` lines correctly....
~~First of all I have tested this in `slime` and it also shows the same behavior apparently~~, so this might not be `sly/slime` related but maybe even a company issue?...
Here `zzz-ccc` is not in the completion popup because the symbol is not known to Sly.  I wanted to have dabbrev in the completion popup as well, so I...
macOS: 10.14.6 Pharo: 11.0.0 Basically, what the title says. If I have a window open in Pharo and cmd-tab out into another application, and then cmd-tab back into Pharo and...
I have this unticked for case insensitive completions:  But in the Playground, the completion popup is still case sensitive?  Here I would expect that `maxFloat` would also be...
getPermissionsListToRequest() uses ActivityCompat.checkSelfPermission() to check if the permission is granted. SYSTEM_ALERT_WINDOW is a 'special' dangerous permission, requiring the grant process through a special Settings.ACTION_MANAGE_OVERLAY_PERMISSION intent. Apparently, even if granting the...
This is my `crash.dmp` file (renamed to `crash.txt` so Github allows the upload): [crash.txt](https://github.com/feenkcom/gtoolkit/files/9125479/crash.txt) Does anyone know of a fix? This happens after launching `GlamorousToolkit.app` and then picking the `GlamorousToolkit.image`....