Joel Ostblom

Results 517 comments of Joel Ostblom

I am using the following workaround for this currently and it works OK ```vim function! SetFontSizeFirenvim(timer) set guifont=UbuntuMono:h10 endfunction if exists('g:started_by_firenvim') call timer_start(3000, function("SetFontSizeFirenvim")) endif ``` Sometimes there are issues...

Hi, I am getting the same error message as @Garonenur, with the same ruby version numbers conflict. However, I have not done any manual recompiling of either vim or ruby,...

I agree that it would be useful with an option to "Fade via black" (or a customizable color) instead of via the desktop background. Fading via black gives the appearance...

Full desktop zoom via the mouse wheel would be highly useful when teaching! [This video](https://www.youtube.com/watch?v=uNcgIf_zo2w) shows how the desktop zooming looks in xfwm4.

I just found out that there already exists an implementation for vim keybindings in codemirror http://codemirror.net/demo/vim.html. This might make it more feasible to enable optional vim-bindings as it seems easy...

This would be a great feature! As indicated in the issue, it would be very helpful to be able to use both `$` and `$$` as math delimiters in Abricotine,...

Using `$$` for only seems to support one inline math fragment per sentence. For example, in the sentence > Minimize over $$\theta_0$$ and $$\theta_1$$. only the first math expression (\theta_0)...

@brrd Great! Sorry for not finding that earlier.

I think a compact output option would be great! I am imagining something like this: ``` Weather report: Toronto, Canada \ / Partly cloudy _ /"".-. -4-2 °C \_( )....

@matt-gardner Did you end up using the solution in https://github.com/ines/course-starter-python/compare/feature/deep-links with good results? Or would you be willing to share any other modifications you have made to get links directly...