Matt Mc
Matt Mc
This is caused by improper parsing of the templates. The "parsing engine" that finds the helper functions cannot handle delimiters inside of delimiters. For example, in the Casper theme there...
@cosmos72 Definitely appreciate the work you're doing on this. I certainly don't claim to be any kind of expert in this area, with no experience with C++, templates, metaprogramming, or...
> I have something where I have a some common fields (id, path, revision, etc) and I use an anonymous struct that is embedded in other structs. However, I can't...
@DisposaBoy Thanks for all the work you've done on GoSublime. A point of feedback would be to change > press ctrl+.,ctrl+x to configure margo or check console for errors To...
I am using modules outside of a GOPATH. Checking out the `next` branch (commit b38ad9c5fa95c04b97c8c3fc3f248338f96ab07b at this time) and configuring Margo with this: ```go &golang.MarGocodeCtl{ ImporterMode: golang.KimPorter, } ``` Has...
I found one thing, which is that it doesn't handle `replace` directives in a `go.mod` file. Empty directory, write a `main.go`: ```go package main import ( "os" "github.com/cockroachdb/errors" ) func...
Two bits of feedback: - Particularly interested in octosql since I found out that its competitors do things like load the data set into sqlite before querying, which has not...
> That said, you won't need additional tooling nor network connectivity. Plugins can be installed using OctoSQL itself and are then available locally `octosql plugin install excel`. Got it on...
> Sorry, what I meant is that you only need it once, on setup. Gotcha, yeah sometimes I just want to move the binary to another network and run it...
Ran across this looking for an offline translation software for Windows. I do not have a lot of experience with Python, but is this a simple matter of running `py2exe`...