Andreas Rammhold

Results 108 comments of Andreas Rammhold

I think there was some discussion about this in the past but I can not recall where and what the result was. For the time being a temporary file would...

I would appreciate if we could have some kind of caching between the different filtered lists (active, valid, ..). Parsing my leases files already takes a lot of time and...

I agree it adds a lot of complexity to the library. So why not start out by writing a new library that uses the current parsing lib and if we...

I've written a simple example of what I thought would fit our ideas: https://github.com/andir/isc-dhcp-filter/blob/master/isc_dhcp_filter/__init__.py The tests show how it can be used: https://github.com/andir/isc-dhcp-filter/blob/master/tests/__init__.py

In the mean-time I've made my hackup a proper library which can be installed via pip: https://github.com/andir/isc-dhcp-filter / https://pypi.python.org/pypi/isc-dhcp-filter/0.0.1

> I have the v0.3.9 version. > At this stage, I can use Dendrite at all. You meant to say you can't use it? I'm running dendrite with a recent...

Just to add nother data point: I am seeing this as well. 10 minutes ago it worked just fine, I went away to grab a coffee and now it shows...

Just another user here: I ran into a related problem when running `npm install` in a sandboxed (no network, no system libraries unless declared by me) environment where all the...

Same here when trying to use this with a flake.. no idea who is to blame here. It looks like a Nix error since it tries to load an ignored...

I started resolving some of @Antti's and my comments in my fork. https://github.com/andir/rust-amqp/commits/heartbeat Feel free to cherry-pick them into this PR.