Boris Buliga

Results 227 comments of Boris Buliga

@qzdl thanks for sharing your code :) not sure when, but I am planning to support headlines out of box :)

@d4ncer That's a good question. My thinking was the following. 1. Allow to pass region to `vulpea-buffer-meta`, where by default it uses whole buffer. This allows to either take first...

@sagehan this is on my radar. Can't provide any ETA, as I struggle to perform even my full-time job tasks due to war. But hopefully I will start working on...

Hey, I am in a travel mode, so can't answer in full details. But from the top of my mind, it should work because vulpea doesn't have it's own notion...

@Cletip sorry for the delay. I was playing around wit this idea of using tag groups. And in the process I realised that this issomething I would use myself in...

@Cletip Cool. Let's see what we can get. > Have you seen the new package called "denote"? What do you think about it ? Can we discuss it somewhere else...

@Cletip Yup, `org-tags-expand` is the function I've mentioned (it's used by agenda routine), but I couldn't quickly figure out how to use it for hierarchies 🤔 And seems like you...

Hey @edgimar Seems like one of the [proposed solution][1] doesn't support `org-roam-v2`. Overall sounds like a good idea 😄 Can't provide any ETA, but adding this to my list. [1]:...

Currently I am working on Unity3d project on C#. I have next configurations: - OS X 10.9.4 - Unity3d 4.5.2f1 - As far as I know, we use .Net 2.0...

Oh. Just found the code that fails OmniSharp to format whole buffer. ``` int[] my_ints = { 1, 2, 3, 4 }; ``` This is not exactly the code I...