Woodrow (Hao Chi) Kiang
Woodrow (Hao Chi) Kiang
Hi, I am currently working on a project which uses a lot of old-style implicit variable types. For example: ```fortran module oumods use, intrinsic :: iso_c_binding implicit integer(c_int) (i-k), integer(c_int)...
Implementation of issue discussed in this issue: https://github.com/wenzhixin/multiple-select/issues/272
In dvisvgm 2.11.1, at least on my machine, the xml namespace is in http:// instead of https://
It seems to only happen with `(setq line-reminder-show-option 'indicators)`, let's say, with the following setup: ``` (setq line-reminder-show-option 'indicators) (setq line-reminder-bitmap 'filled-rectangle) (transient-mark-mode -1) ``` Step to reproduce: 1. Go...
I have been using the app for years but now as my password store grows bigger, the search algorithm now can seldom find the entry that I want. For example,...
There is a typo: it should be Hamlish-Jinja
This commit fixes this issue: https://github.com/crazycapivara/deckgl/issues/224 Apparently Shiny's addCustomMessageHandler is a misnomer: it should be called `setCustomMessageHandler` because each time you add a handler to the same keyword it'll replace...
When there are two maps on the same Shiny app, `deckgl_proxy` seems to ignore the ID argument and plot stuff on the wrong map. In the below code there are...