Arthur Klepchukov

Results 7 issues of Arthur Klepchukov

Typing _Shift+Tab_ should remove one set of spaces inserted by typing _Tab_. It currently continues to insert spaces rather than remove them. In the mean time, it could least do...

enhancement
help wanted

## Steps to reproduce 1. Start at the beginning of a line, with or without text. 2. Insert 3 tabs via "Tab" key. 3. Tap "Backspace" key. ## Expected 1....

enhancement
help wanted

atom-rspec v0.3.2 rspec:run command gives this error: ``` shell /Users/avk/.rvm/scripts/extras/bash_zsh_support/chpwd/function.sh: line 5: cd: /Users/avk/Documents/My: No such file or directory ``` I imagine it's because my current directory has spaces in...

Works great in Chrome. Would love to see this in Safari. Anyone else?

Thanks for your work on this neat gem. Running readability on the HTML from https://100wordstory.org/submit/, I expected more markup to remain than readability leaves intact. ## Expected ## Observed In...

How would you integrate another npm module, such as [react-wysiwyg](https://github.com/bmcmahen/react-wysiwyg), into this example project? 1. `npm install react-wysiwyg` 2. Use it in header.js.jsx: ``` js var ContentEditable = require('react-wysiwyg'); var...

I'm struggling with adding clearance to my [system tests](https://guides.rubyonrails.org/testing.html#system-testing). ```ruby class PiecesTest < ApplicationSystemTestCase setup do @writer = writers(:one) @piece = pieces(:one) @fields = { draft: t("activerecord.attributes.piece.draft"), prose: t("activerecord.attributes.piece.prose"), title:...