Steve Manuel

Results 48 issues of Steve Manuel

I'm looking to extract the global ident name `"tag"` from the following function call: ```llvm @tag = internal constant [10 x i8] c"tag_value\00" declare void @some_func(i8*) define internal void @main()...

question

there was an issue discussed in the #ponzu slack channel where knowing the order in which content type's `item.Hookable` methods are executed may have helped a lot. this helps users...

enhancement
help wanted
First PR

https://github.com/mholt/certmagic This looks great, and could simplify the TLS cert management in Ponzu. If anyone is interested in helping with this one, I'm happy to help get started.

help wanted

After numerous Ponzu projects in production over months of usage, I've noticed inconsistencies in the data / API usage analytics presented in the admin dashboard. I think this deserves a...

bug
help wanted

Wanted to include others who might be interested in the discussion. Originally posted here on the @aleksen's repo for a Markdown editor input addon: https://github.com/aleksen/smdeditor/issues/1 Just wondering if it would...

enhancement
help wanted
question

Add cfg feature for use of `chrono`, mentioned in #8

enhancement

Description ----------- Adds automated benchmarks using the corpus of Quil code found in `quilc`'s repository. The benchmarks focus on the parsing time exclusively, and only use valid Quil programs. These...

Both the `protolock` tests and the plugin checks should be fairly straightforward to convert into Actions format.

enhancement
good first issue

currently, `// @protolock:skip` hints prevent a proto member such as a message from being added to the proto.lock file. But if a hint was added *after* the proto.lock file was...

enhancement
question