Ethan Reesor

Results 54 issues of Ethan Reesor

When you hover over a fluid in a fluid request interface and hold shift, the tooltip always shows a quantity of 0mb

Bug
Needs Validation

On the Logistics Statistics Table, both arrows (``) decrement the page index. As in 1, 3, 2, 1, 3...

Bug
Needs Validation

### Describe the solution you'd like I would like an option that adds a field to the generated go code, the value of which is a hash of the source...

needs info

This PR: - Adds `DescribePixelFormat` to `gdi32.go` - Adds `wglext.go` with `WglChoosePixelFormatARB` and `WglCreateContextAttribsARB` This is the minimum needed for creating modern OpenGL contexts. There are many more [wglext.h](https://github.com/KhronosGroup/OpenGL-Registry/blob/master/api/GL/wglext.h) functions...

I was doing something dumb. I figured `defer recover()` would work. Turns out it doesn't. Thankfully, godebug helped me discover this. Because it exploded when it tried to instrument that...

Here am using 'None' to refer to the functional programming concept of an empty result. I added `interp.EmptyResult` since that is far clearer than 'None', especially to users not familiar...

enhancement
contributor/waiting-for-corrections
status/1-needs-design-review
area/core

This PR adds an option, `interp.Options.BlockStatementAsArray`, which configures the interpreter to return an array of results for each statement of a block, instead of just the last statement.

enhancement
status/1-needs-design-review
area/core

1. Define a function symbol `pkg.Fn` (via `(*Interpreter).Use`) that does not return a value, e.g. `func (interface{})` 2. Evaluate `import "pkg"` (via `(*Interpreter).Eval`) - Returns `(*interface{})(nil)` 3. Evaluate `str :=...

bug
area/cli

System.NullReferenceException: ``` mscorlib.dll!System.Reflection.Emit.TypeBuilder.GetField(System.Type type, System.Reflection.FieldInfo field) Unknown ImpromptuInterface.dll!ImpromptuInterface.Build.EmitExtensions.GetFieldEvenIfGeneric(System.Type type, string fieldName) Unknown ImpromptuInterface.dll!ImpromptuInterface.Build.BuildProxy.EmitMethodBody(System.Reflection.Emit.MethodBuilder methodBuilder, System.Reflection.ParameterInfo[] paramInfo, ImpromptuInterface.Build.BuildProxy.MethodEmitInfo emitInfo) Unknown ImpromptuInterface.dll!ImpromptuInterface.Build.BuildProxy.MakeMethod(System.Reflection.Emit.ModuleBuilder builder, System.Reflection.MethodInfo info, System.Reflection.Emit.TypeBuilder typeBuilder, System.Type contextType, bool nonRecursive, bool...