Giter Club home page Giter Club logo

dotfiles's Introduction

Hello world ๐Ÿ‘‹

My name is Raphael and I'm

  • a passionate programmer ๐Ÿ’ป and hobbyistic system administrator
  • usually working on the command line โšก, see my dotfiles
  • fascinated by security engineering and applied cryptography ๐Ÿ”‘
  • sporadically writing about computer science on my blog ๐Ÿ“ƒ

dotfiles's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

Fix error when filtering in Denite

Sometimes the following message is thrown. I believe this is triggered when there are many candidates to filter.

[denite] Traceback (most recent call last):
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/rplugin.py", line 65, in do_map
[denite]     return do_map(ui, args[1], args[2])
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/map.py", line 20, in do_map
[denite]     return MAPPINGS[name](denite, params)
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/map.py", line 95, in _filter_async
[denite]     denite._update_candidates()
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 465, in _update_candidates
[denite]     self._update_displayed_texts()
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 512, in _update_displayed_texts
[denite]     for i in range(0, candidates_len)
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 512, in <listcomp>
[denite]     for i in range(0, candidates_len)
[denite]   File "/home/user/.local/share/nvim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 632, in _get_candidate_display_text
[denite]     candidate = self._candidates[index]
[denite] IndexError: list index out of range
[denite] Please execute :messages command.

SmartClose sometimes throws an error

Occasionally, when exiting (the last window in) Neovim I get an error message. I believe this has to do with Denite, but that's unconfirmed yet.

Clean up Makefile

Instead of performing various provisioning tasks via Make, Ansible could be used. This also allows for better flexibility and maintenance.

Use relative window size for Gcommit

Currently, the height of the window is hard-coded. We should either make the height relative, or use the height of the current terminal window (including some offset) as the maximum window height.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.