Lukas Schlüter
Lukas Schlüter
Will be looking into this once #1521 is merged, it should make this change a lot easier
The 404 error code you received is not a buffalo error, it's comming from authboss. When I try to open `127.0.0.1:3000/auth/authboss/login`, authboss redirects to `http://127.0.0.1:3000/boss/login/` which is generating a buffalo...
As I said before, I'm not familiar with authboss so I can't tell you, what exactly causes this issue. I can tell that buffalo is mounting authboss and authboss is...
> ``` > -> Go: Checking PATH > ✘ Your PATH (/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:~/Library/Python/2.7/bin) does not contain /Users//go/bin. > > Without /Users//go/bin in your `PATH` any Go executables can not be run...
Buffalo is using plugins for different things, `pop` is one of those. Please head to https://gobuffalo.io/en/docs/plugins for more information on this. In theory, it should work without them being in...
Hi, thank you for your feedback! It sounds like you already have some quite concrete ideas about that, would you like to add a PR? Having experienced some difficulties with...
Please add some more information when reporting issues, it helps a lot. The file you're referring to seems to be https://github.com/golang/tools/blob/master/go/loader/testdata/badpkgdecl.go Is there any real use case where you would...
In case someone wants to work on this, here's a tests case to reproduce: ```go func Test_PartialHelpers_Markdown_With_Text_Before_Partial_In_Partial(t *testing.T) { r := require.New(t) main := `` outer := `Some text `...
As @sio4 stated, it's possible to use this in a safe way: ```html Some HTML with JS console.log("") ``` Printing `Text with characters "breaking" the JS 'code'` to console
Will be looking into this once gobuffalo/buffalo#1521 is merged, it should make this change a lot easier