Mikolaj
Mikolaj
Latest mojave 10.14.2 here, same issue. Neovim runs fine from terminal, crashes when under onivim.
However, trying to launch oni from the terminal and verifying that `LANG` is indeed set still result in the crash for me. Do we have any workaround for this?
Ok, suddenly it works now. Here is what has worked for me. 1. Paste ``` export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 ``` into `~/.profile` 2. Source the profile file ``` . ~/.profile...
Any progress on this? I would very much like to have it. Currently doing algebra over complex numbers is incovenient without this working on more complex types like matrices.
This is tangentially related, but still. Hope you won't take offence @isuruf :-) @oxinabox I have been looking at symengine, but I have come the conclusion, that as far as...
I am far from saying that. I have been using various libraries so far, recently have been trying out the Reduce.jl. SymEngine.jl is actually very good for certain tasks, but...
I have single screen, also hit this bug. This is independend of screen number, I hit this every time i make capture area slightly bigger...
There is clearly some issue with how position of capture area is calculated. Sometime when I randomly move the capture window the bug disappears.
I am a newcomer to Fortran, and this issue is something that coincidentally have been on my mind when I first picked up this language some weeks ago. First, without...
This does not handle bumping top-level lexer, but it is easy to do that tracking farthest end of current sublexer token.