Erik Schamper

Results 34 issues of Erik Schamper

I can see functions to generate EC keys, but not one to calculate the ECDH shared secret. Am I missing it or does it need to be added? Thanks

enhancement

In some mapping files I encountered, the `mapping_entry_count` is too high by several hundred entries, causing an EOF error when trying to parse it (https://github.com/fireeye/flare-wmi/blob/master/python-cim/cim/cim.py#L55). This seems to only happens...

- Fixes request interceptors/filters. - Additional options for binding. - Additional options for proxy creation.

This fixes https://github.com/indygreg/PyOxidizer/issues/673. I also ran into this issue and narrowed it down to this commit: https://github.com/indygreg/PyOxidizer/commit/1ad7fbcf812c230a092389d639dd8ba24d8b7b57 Unfortunately I have no idea why precisely this change breaks musl builds, but...

https://github.com/emilsjolander/StickyListHeaders/blob/master/library/src/se/emilsjolander/stickylistheaders/ExpandableStickyListHeadersAdapter.java Can't really figure out why it's not.

This adds support for connecting QEMU VMs to specific host networks using the `net-uuid` option (described [here](https://www.qemu.org/docs/master/interop/qemu-qmp-ref.html#qapidoc-1445)). This can be extremely useful when connecting multiple VMs together, or for connecting...

I feel like this function is useful enough to warrant public availability, especially since I can't seem to find any other solid method of determining if a brush is currently...

This PR adds CI for building PyOxidizer binaries for Windows, macOS, Linux (GNU) and Linux (musl). The Linux musl build currently depends on a forked PyOxidizer (https://github.com/fox-it/PyOxidizer/tree/esxi-compatibility) because of https://github.com/indygreg/PyOxidizer/pull/725....

Currently all the logic is in `get()` but there are some cases where you may want to subtly tweak how filesystem entries are mapped. The logic should be separated out...

epic:target-* improvements

Currently it's done from within `__init__`, but there are some cases where you may want to subtly tweak how filesystem entries are mapped. The logic should be separated out into...

epic:target-* improvements