nilsbecker

Results 131 comments of nilsbecker

+1 for nested comments. i also like `ic` and `ac` textobjects like the ones provided by vim-textobj-comment. it's more in line with the rest of vim than 'inline comment' vs...

after trying vim-textobj-comment on ocaml code i found it does not work since it relies on the comments and commentstring settings which are not properly defined by the ftplugin for...

that's unfortunate and worthy of an upstream improvement. well.

hm. in the current context i was using `gen` and `Iter.of_gen` before and was moving from `gen` to `Stdlib.Seq`. i then noticed that there is no equivalent `of_seq`. in the...

is there a way to use landmarks in json mode currently at all?

not sure if the report above is correct - now the reloading appears to have worked although before it did not seem to work...

hmm, now it did not work again. so i think i can say, the reload functionality does not work consistently atm.

hm, i was exploring using kasim for stochastic chemical reaction kinetics of protein complexes -- but that was only a potential use case. i do not have an actual problem...

i would imagine that once such an API in ocaml is in place, it could be used to rebuild the kappa parsing and model construction in terms of it. that...