Viktor Stanchev
Viktor Stanchev
I tried this on my fork. The way this is implemented you can upload a comment with no password on a paste with a password and it will still work....
Unfortunately, not all files can be embedded because "embed" doesn't allow embedding files that are not in the package's directory or subdirectories. There's nothing we can do about that. I...
What are your thoughts on how sagas should work with watermill? It seems to me that it's pretty simple to implement a [choreograpy](https://chrisrichardson.net/post/sagas/2019/08/04/developing-sagas-part-2.html) based saga using the existing features of...
I don't think that anyone should want to pass in every data source a loader needs with every use of the loader. That should be one time wiring that's done...
Ah, I misunderstood the use case. I'm not sure if I fully understand yet though. Loaders are designed to be used when there's a known set of keys to query...
There is one use case I was hoping to be able to solve that this proposal doesn't address. I think it would be valuable to be able to support mirroring...
I'm using fish and urxvt. `grc resize` reports the correct numbers.
I figured out what I was doing wrong. Specifying the config directly with `--config=conf.ps` was causing the issue. If I don't specify it, it seems to work.
The same thing was causing #25 as well.
Err... if I don't specify the config the output was colourized by `cope` because I have that installed too. Maybe my issues are related to running everything through both `cope`...