Alex Wilson
Alex Wilson
@alshapton Happy for you to raise a PR for it! A mapping from status to both colour and icon would be great
Yep, Travis can be binned - I've previously deployed this manually but I'm sure there's a good way of publishing to PyPI with GHA.
Hi Christian, Apologies for delay in replying. Project name is, by default, the name of the project's working directory. See [the source](https://github.com/mrwilson/adr-viewer/blob/master/adr_viewer/__init__.py#L80). Is project name configurability a desired feature for...
Thanks for this! I'm trying to get to these features / issues when I have time apart from work.
> This would be really useful if it was possible to have a assert/1 that included the expression and input in the message. But that would require some special handling...
I'm happy to try and put a change together for what's been discussed in the thread, if you're able to give me a few pointers where to start. Is this...
Hi, I've been unable to reproduce this problem - I've modified the acceptance tests to run on a non-standard port and these all still pass. Are you able to set...
Hi, At the moment, it only supports a singular mapping from url to ip address. How would you imagine this feature working in terms of what data you'd store in...
Hi Jan, Can you give an example of where storing an Immutables.org object fails? I've never used this library. Thanks! Alex
Hi Tom, Under the hood, java-dirty uses multiple MappedByteBuffers as [partitions](https://github.com/mrwilson/java-dirty/blob/master/java-dirty/src/main/java/uk/co/probablyfine/dirty/Store.java#L28). It feels like the safest way to implement Store#force() would be to lock the store against writes (but not...