Ralph Caraveo

Results 28 issues of Ralph Caraveo

HCL is HashiCorp’s DSL

# Corebench Roadmap 2018 Here's the roadmap for this tool, if anyone wants to take a crack at one of these please do the following: # Contributing 1. Create a...

Hello, When attempting to Unmarshal something like so: ``` go type Dog struct { Name *string Color *string Age *int Tricks []string } jsonStr := ` { "name" : "Buddy",...

Hello, I’m currently looking into building a zig-based game using SDL. I know that you can import the C code directly using Zigs awesome understanding of C/C++ source code but...

help wanted

Looking through the code, I can see that you wrote some code to premix the files into a single "track". This is cool and it never occurred to me that...

How can I query the uchiwa api using curl to get the data out of the /events/ handler but with a filter applied? For example: curl -s http://uchiwa.server.com/events/?check=posted (Where "posted"...

Feature

- Simplifying logic that's duplicated - Makes stats consistent with how they're getting cleared and locates them to a single method.

Love this open source engine! Just curious what method you used to be able to run the game? Is it simply a matter of reverse engineering the original games executable?...