Frans van Dunné

Results 11 comments of Frans van Dunné

@essenciary I have exactly the same issue when following the tutorial. The code I have is an exact copy paste of what you wrote in the [bonus chapter](https://www.genieframework.com/docs/genie/tutorials/Developing-MVC-Web-Apps.html) of the...

Thanks @essenciary . Yes that line is there. This is the content of my `plugins/genie_authentication.jl` file. ```julia using Genie Genie.Sessions.init() import AuthenticationController import SearchLight: findone import Users export current_user current_user()...

I tried to debug, and instead found that it suddenly started working, and I can reproduce this as follows: 1. If I do not login first, then going to /`admin/movies`...

@coatless , much like @seabbs I would love to see this package on CRAN and am more than willing to take on some work, especially if you can set the...

Same on Ubuntu for 7.4.295. There seems to be a fix here: https://github.com/lilydjwg/dotvim/blob/master/plugin/rst_tables.vim but it requires Python3 (I use Python2 and have not attempted to included both although that should...

@nyarly have you been able to figure out what to configure to preview mermaid? We are using mermaid more and more and it would be helpful for me to have...

@nyarly I tried out https://github.com/iamcco/markdown-preview.nvim and there we have full mermaid support and a number of cosmetic niceties when displaying markdown in the browser. I have used vim-markdown-compose for many...

Thank you for your reply. I checked (using snap list and flatpak list), and I can confirm that is was not installed through one of those but through my package...

Thank you for trying to reproduce @dpayne. I tested it on an Ubuntu 24 LTS (`curl 8.5.0`) and it worked without issue. On a clean openSUSE Tumbleweed VM(`curl 8.7.1`) it...

Note: I think Air kicked in and made some formatting changes in the vignettes that I did not make by hand.