Daniel Morilha
Daniel Morilha
First of all congrats on the plug-in, is a great achivement! so much ligheter than YCM and trivial to set-up. vim9 was just released with a new and allegendly fast...
Hello there, let me start by saying this is a very exciting time to be getting aware of sway! I went through the code and is very well written! nice!...
We have defaults.json, master section, an array containing default elements to our mojit. Then we have applications.json, specialized section, mojit config, an array containing more specialized elements to the same...
Right now attachActionContextAddon is private, so the code needs to be duplicated if we want to mimic the behavior. There is no reason why don't turn it into a "protected"...
Currently calling addHeaders or setHeaders doesn't guarantee the headers will be sent. There should be a way to, at least, detect when the headers can't be sent anymore.
it might be interesting to have the original cookies add-on accepting reference time for expiration instead of only absolute time: example: ac.cookie.set('a', 'b', { expires: '+1year' });
example: ``` 60 0x3c0000 kReturn 0x0 0x0 0x0 ```
Currently moving a window to the cursor position centers it. This change creates an optional "next" argument that moves the top upper corner of the window to the pointer's position....
I gave this code a spin but I wasn't able to make it work. I tried to display one image using `lsix` and while it perfectly works with `xterm -ti...