Ben Ellis

Results 11 issues of Ben Ellis

On this page (and I suspect others), https://openjfx.io/openjfx-docs/#install-javafx The windows samples don't wrap %PATH_TO_FX% in double quotes. Best to do this as windows supports spaces in directory names.

I think any political voting system such as the Open Manifesto should really remove all barriers to voting on proposals so as to remove bias (while obviously still verifying the...

When `container.init_resources()` is called, it is expected that resources are loaded in the same order every time (and ideally in a way that can be controlled, but that is outside...

My app wires up some dependencies on intialization and I want to override those during my unit-tests but since they are already injected I'm unable to override them. This can...

It would be nice for the APIFlask wrapper to be modified to make it easier to replace Marshmallow with our own serializer/reserialize and schema generator. I've managed to this with...

improvement

--credential-process now implicitly sets quiet and skip-prompt and will no longer save to ~/.aws/credentials This prevents the need to set --quiet --skip-prompt and --credentials-file arguments for awscli to work correctly...

This ticket was originally raised on AWS-CLI project but fix is required in saml2aws, https://github.com/aws/aws-cli/issues/5109 When using the --credential-process flag, the credentials are saved to the aws credentials file. AWS...

I appreciate v7 is still in draft, however, UUIDv7 specifies the timestamp part as, `the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded.` and `For...

Not sure how feasible this is, but I'd like to be able to replace the FS and HTTP modules with my own implementations such that I can get it to...

The version number in the header comment of the exificient.js file is 0.0.3-SNAPSHOT regardless which version is installed. I would expect this to be the latest TAG when the javascript...