Daniel Mora
Daniel Mora
Hey @RussellBloxwich amazingly I'm also using Athens for D&D note taking (it's amazing) and would like to turn off automatic daily notes. Perhaps we could collaborate on a PR? I...
High level I think we could copy a lot of this code to introduce a new setting https://github.com/athensresearch/athens/blob/b5f2c1f74256e898bd2c3f398bb59df41f98b3c7/src/cljs/athens/views/pages/settings.cljs#L252 Store the value in localStorage like monitoring https://github.com/athensresearch/athens/blob/b5f2c1f74256e898bd2c3f398bb59df41f98b3c7/src/cljs/athens/views/pages/settings.cljs#L91 . Then read from...
@mfussenegger The filetype checking and the tree sitter queries caused me to split the API and make BDD a separate type. I like the idea of not expanding the API...
I got the debugger working for tests. This took me the better part of a day to figure out and I was missing some fundamental concepts so I'll write something...
Hey @kylo252 thank you for taking a quick look. As I mentioned in the description this change consolidates `lvim.builtin.cmp.formatting.source_names` `lvim.builtin.cmp.formatting.duplicates` into a new table `lvim.builtin.cmp.formatting.source_settings` While you are correct that...
@kylo252 I wanted to check back in before I make additional changes. I had some questions above and your guidance would be greatly appreciated. 1. I want to make sure...
Great question @kylo252 that I had not considered. The cmp way to control menu formatting is via the `formatting.format` function passed to setup ([cmp wiki example](https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance#show-devicons-as-kind-field)). Looking through cmp.lua the...
Hey @kylo252 just wanted to followup here. To succinctly reiterate my earlier responses & questions: 1. No, there is no other cmp way to control menu formatting 2. This is...
I saw this in the docs for FortunaRandom but I was not able to find the referenced package. ``` [seed](https://pub.dev/documentation/pointycastle/latest/impl.secure_random.fortuna_random/FortunaRandom/seed.html)(covariant [KeyParameter](https://pub.dev/documentation/pointycastle/latest/api/KeyParameter-class.html) param) → void Seed the RNG with some entropy...
@SzczurekYT it looks like [basic_utils](https://pub.dev/packages/basic_utils/install) has a matching chunk method that the example may be referring to