The Wayback Machine - https://web.archive.org/web/20201114212938/https://github.com/topics/blogging
Skip to content
#

blogging

Here are 837 public repositories matching this topic...

writefreely
colin-axner
colin-axner commented Oct 9, 2020

on latest develop, if I run:

go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
    --- FAIL: TestViewOauthCallback/success (0.00s)
        oauth_test.go:248: 
            	Error Trace:	oauth_test.go:248
            	Error:      	Received unexpected error:
            	            	/logi

The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.

  • Updated Aug 7, 2019
  • Python
oprisk
oprisk commented Oct 22, 2020

Initial sql error due to field size constraints when porting to MySql (and presumably postgres), but not Sqlite.

I found that migration defines two columns, called 'content' & 'excerpts' with data type '.string', not as '.data', consequently causes an error on initial start. The difference is due to data type '.string' limits the size to varchar(255), while '.data' is a blob or nearly un-limit

Improve this page

Add a description, image, and links to the blogging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blogging topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.