Rohan Kapadia

Results 16 comments of Rohan Kapadia

Any progress? I don't want to stop using Remarkable, but I really miss spell check

@AlistairDoswald I keep getting an error when I run that command. ``` The directory '/home//.cache/pip/http' or its parent directory is not owned by the current user and the cache has...

[This](https://github.com/remarkableapp/Remarkable-Linux/issues/20#issuecomment-186615548) worked for me though. ``` sudo apt-get install python3-gtkspellcheck ```

Yes. Must be the difference between package names in apt and fedora. Though, pip should be universal and not affected by distribution. For some reason though, pip failed for me....

Has this been added into `kubectx`? Is there any plan on adding/releasing it? I think #219 addressed this, but I'm not sure if I've understood that PR correctly.

**Note:** I am using `OpenStruct.new(@order)` to convert my hash to an object. So in my controller, I call `render_with(OpenStruct.new(@object), default_template: :show)` to create my json response.

Found the fix, but not really sure if it's a hack or a fix. the view file should be ```ruby collection @somedata node do |some_item| attributes :key1 => some_item[:key1], :key2...

With me too. Though, the styled pdf gets created in the directory. The styled pdf is also correctly styled and opens fine. Maybe some issue with closing the file stream...

for any one else that got here and is facing the same issue, just use ```ruby node do |s| s end ```