Peleg Bar Sapir

Results 6 issues of Peleg Bar Sapir

In 2.2.2. (Buffers), python code snippet: ``` data = numpy.zeros(4, dtype = [ ("position", np.float32, 3), ("color", np.float32, 4)] ) ``` The first time a numpy structure is used, it...

In 2.2.2 (Buffers): "[...] free to use **as many** information you may need [...]", should probably be "[...] free to use **as much** information you may need".

In the abstract, it says "[...] but things **have became** more difficult with the introduction [...]". The present perfect form is **have become**, while the past form is simply **became**....

I've installed LuaSnip and Friendly-Snippets (my config can be found [here](https://github.com/pelegs/neovim_config)). When choosing a snippet and pressing return, neovim crashes with the following message: ![luasnip_error_crash](https://user-images.githubusercontent.com/24577559/195181311-6faf1590-677e-4eed-808b-f6e1aa96cb84.png) I ran `:checkhealth`, but there's...

There's probably a clash somewhere in the `settings.tex` file.

Could look something like this: ```lua require 'colorizer'.setup { '*'; user_patterns = { 'LaTeXHTML' = { 'type' = 'RRGGBB', 'pattern' = '\\{HTML\\}\\{([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})\\}', }, } } ``` In the above example...