Cecil New

Results 10 issues of Cecil New

I would be great to have this project referred to in the compilation at: https://github.com/golang/go/wiki/ExperienceReports#generics There is also the list of ideas and approaches at the below link which could...

discussion

In a Next.js project I am working on, the `jsconfig.json` file is reporting the error below. Suspect it may that I am using a newer version of typescript? At any...

The InsertFirst() method is missing an empty list check. I copied the check from InsertLast() and made the needed changes. This fix is the following 5 lines of code: ```...

Here is my source: ``` - bullet - bullet - bullet ``` Here is an image as rendered by the hugo server: ![image](https://user-images.githubusercontent.com/1289437/38742150-c669e6e8-3f09-11e8-8767-0f0fd5c967de.png) If I indent the above lines, then...

Added support for Google Plus as a social network choice

The following remains to be done: - different bullets for nested items - paragraphs within an item is not working correctly (will likely require push/pop stack to manage proper context)...

Need to review gofpdf package for support this ...

Considering some use (non-production) of this instead of the cgo way. Noticed that there has been minimal activity of late. Is this ready to use? My interests are: - importing...

question

Should this work? This is on my armv8 Chromebook using crouton Ubuntu. After the errors here, I show my go env. Works fine on my "real" Linux box. (xenial)cecil@localhost:~/go/src/github.com$ go...

help wanted

This may be an issue with the markdown standard/parser as much as anything, but OTOH Obsidian handles block quotes even when they are adjacent (ie, on the next line). However,...