Dylan R. E. Moonfire
Dylan R. E. Moonfire
So, this is related to my first few attempts at using BeeHive. I have no clue what was going on and if my task worked. After the run, it said...
It would be nice to have a bee for Sendy, an mailing list manage program that uses SES. The API is at https://sendy.co/api
I like the minimal format, except I find the solid bar for the headers to be difficult to parse the columns. ``` DefaultString DefaultInt32 HiddenString ---------------------------------------- Row 1 1 Hidden...
In the process of publishing a book, the current one uses `:first-line` (or `::first-line`) for the leading paragraph of each chapter (effectively `p:nth-child(1):first-line`). However, it appears that neither `:first-line` or...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
Salutations. Whenever I post anything that gets voted by curie or another, I just get this wall of notifications on the right side of the screen (as hundreds of automatic...
I've wanted to try NaNoGenMo for a couple years but this time, I'm going to work really hard to build up a buffer so I can actually focus on it...
So, I'm fond of IoC builders (Autofac, Ninject, etc). We are building up a command line that has pluggable verbs. In most cases, the IoC containers return actual instances of...
I was talking about intentions on the Slack channel and @steelbrain suggested I open a ticket for submenu support because I had a possible use case for it. 1 Attached...
I think it is great to pass in the argument types for the verb options. ``` Type[] argumentTypes = di.GetProcessArgumentTypes(); ParserResult result = Parser.Default.ParseArguments( args, argumentTypes); ``` However, I use...