ALB.Leach

Results 30 comments of ALB.Leach

Hi, I was just having a look through the open issues to see if there was anything here discussing support of real time collaboration (RTC) on JupyterHub. This is the...

Thanks @manics , that looks like the right place, there's plenty of activity on that thread! Will have thorough read through later 🙂 👍

+1 for initial suggestion. Shame about the unsolvable dilemma. Any chance this could get brought to the attention of the Eclipse developers? Seems like the only solution would be for...

I too was looking to allow a non-administrative user to generate their own TOTP method using the UI, so would like to see this included 😄 Having just had a...

Yes, you're right. I noticed that, and have just found the fix. The 'vi_right_delete' insert_command moves each cursor back one, when it's at the end of the line. There is...

Just to make sure you're informed: I've tidied up the Pull Request into a [single commit](https://github.com/alexleach/Vintage/commit/9f88693dbdb2a86ec639f3459bd853e308297a8b), so that should make it a lot easier to see the changes I've made....

I fixed this by changing the motion mapped to the "s" key, in Default.sublime-keymap Try this: ``` JSON { "keys": ["s"], "command": "set_action_motion", "args": { "action": "enter_insert_mode", "action_args": {"insert_command": "vi_delete"},...

@princemaple Glad you like it :) Just discovered a flaw in it though, in that the character under the cursor doesn't get deleted when not in visual mode. I've added...

I just saw this ticket, after first going to the duplicate report https://github.com/sublimehq/Vintage/issues/164 I've issued a Pull Request that I think fixes the issue (only a minor change in the...

I was also having a nightmare with this. I've just started a new Material UI project, using the Next.js App router. None of the code examples in official documentation [[SVGR...