Tit Petric
Tit Petric
This seems to be an old issue but it's still active today. In order to generate certs for new sites/containers, docker-gen container needs to be restarted. Seeon on caddy-gen:latest. It...
Our gorm db allocates all pointer values on embedded structs, and leaves it on it's zero value. Thus the values are not nil, but they correspond to the golang empty...
Hey, it would be nice to get some example syntax for various Hugo or Hexo shortcodes, which pendulum could support. It should support the asset_img with a single bracket, but...
I've re-titled the issue as it might still be interesting for somebody to implement their own markdown-flavor or otherwise markup. I am locking it for conversation, because my previous comment...
Did consider adding this from the start, but matching the scroll % from the left pane was very hard, because either the editors I considered didn't have a function that...
I have similar issues, and I don't see how `resolveRequests` should help me somehow. How could I get a resolved filename from an input filename on an AliasPlugin object instance?...
Following up, I think my main issue is with hot-loading. If I declare top-level imports into the various .vue/js source files, the file is loaded correctly, but if I do...
Testify/assert, and/or matryer/is, it's a bit fragmented so we're possibly using both in different packages.
I'm not sure this applies. The JSON has TestOldMockResponse failures, the produced tparse output does not. We're not using matryer/is here, but we are using testify/assert. If we filter by...
go 1.17, tparse@latest (go install-ed today).