Robert Clausecker

Results 54 issues of Robert Clausecker

This requires a changed exit function and a different program entry point.

Related to #3, with the help of an assembler that doesn't suck, it's possible to split the zero page among all the functions, getting rid of the whole zero page...

A custom assembler would give us a number of advantages: * allowing leading underscores, we could get rid of the `L####` naming scheme. It sucks. * I could implement literal...

With case and default labels.

Left out due to time concerns. Really should be present.

When building packages depending on this one on 32 bit platforms, the following error occurs: ``` # github.com/pydio/cells/vendor/github.com/yvasiyarov/php_session_decoder/php_serialize vendor/github.com/yvasiyarov/php_session_decoder/php_serialize/unserialize.go:266:19: UNSERIALIZABLE_OBJECT_MAX_LEN (un typed int constant 10737418240) overflows int ``` Please fix...

The major version of this package is `v4`. For this reason, the module path must end in `/v4`. Please replace the module path in `go.mod` with module github.com/achannarasappa/ticker/v4 to fix...

bug

The commit 1ce3db3c completely breaks the libfreefare API. This is a bad thing. Please either revert it or make a new major release to underline that the new version has...

## Prerequisites - [X] Have you checked for an existing issue describing your idea? ## What is your proposal? Poudriere should support a log file length limit for when ports...

Feature_Request

## Prerequisites - [x] Have you checked for an existing issue describing your idea? ## What is your proposal? Poudriere should permit to create and use native-xtools when building for...

Feature_Request