Rob Mason

Results 9 issues of Rob Mason

Summary of changes: Created to a Swift package from the project, generating an updated xcodeproj in the process. Updated README.md Updated paths to cp and rm commands to point absolutely...

I love the idea of the protobuf helpers in wspb.go, but when trying to use them I noticed that wspb.go imports `github.com/golang/protobuf/proto`. Since this module is deprecated, this helper can't...

enhancement

### Your environment. - Version: sctp v1.8.2 - Other Information: tested between macOSmacOS and macOSdebian bullseye ### What did you do? Test setup: - Throughput tested with @enobufs's [sctptest](https://github.com/enobufs/sctptest), dependencies...

The current source fails to build with clang on windows due to forward declarations. It appears that cgo code within a go file shouldn't contain a forward declaration to a...

These two blend modes (Plus Darker, Plus Lighter) are very useful when building UI, in particular, for iOS -- yet they are missing in Compose Multiplatform. The web now somewhat...

enhancement
submitted

In Operators.kt, there is a generic get/set which works for primitive types. ```kotlin /** * Get the typed value stored at [key] if present, or return null if not. Throws...

Hi there, very useful library! It would be great to be able to open the picker dialogs modally on Windows. This is important to tie the lifecycle and visibility of...

Attempting to build a native image with Oracle GraalVM 23 leads to the following build-time error: ``` Fatal error: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: An object of type 'com.github.ajalt.mordant.internal.nativeimage.NativeImageWin32MppImpls' was found in the image...

I wrote a [minimal net.Listener](https://github.com/iamcalledrob/proxylistener) wrapper for this package, but I figured something like this would probably fit better within the package itself. It makes actually using `proxyproto` completely seamless,...