Francis Chuang
Francis Chuang
Not sure if this is feasible, but it would be awesome if storm could support geo queries. For example, elasticsearch has some geo functions which could be used for inspiration:...
When the `:active` selector is used (I know inlined pseudo selectors don't work with most browsers and renderers, but they do exist in Zurb's Ink css styles), we get a...
Switch underlying driver to Frank Mayer's ArangoDB-PHP-Core.
The go.mod in 1.5.2 has the suffix `v1`, however, modules v1 and below do not need any version suffixes. I have a transitive dependency on v1.5.1, but go mod breaks:...
Just started using this plugin and loving it! I would love to see media queries support (not sure how difficult this will be to implement). This is my input: ```...
Google has a bunch of error detail protobuf messages here: https://godoc.org/google.golang.org/genproto/googleapis/rpc/errdetails I am currently performing validations by hand like so: ```go s, _ := status.Newf(codes.InvalidArgument, "invalid input").WithDetails(&errdetails.BadRequest{ FieldViolations: []*errdetails.BadRequest_FieldViolation{ {...
**Is your feature request related to a problem? Please describe.** As previously referenced in https://github.com/tetratelabs/wazero/issues/592 and https://github.com/tetratelabs/wazero/issues/591, I am calling a WebAssembly module compiled using javy with wazero. As modules...
**Describe the feature you'd like** I would like to see Ubuntu Jammy Jellyfish (22.04) added as a supported version in Cloudflare's package repositories (https://pkg.cloudflare.com/) **Describe alternatives you've considered** N/A **Additional...
## Experience Report ### What you wanted to do I want to perform a mutation in an upsert block using user-provided data safely. ### What you actually did ``` upsert...
## Experience Report I often have queries where I want to match a list of things (similar to an `IN` query in SQL). For example: ``` { someQuery(func: eq(somePredicate, val1,...