mf59816
mf59816
SafeHaskell tracks calls to not explicitly trusted, potentially harmful functions. SafeHaskell can be used to identify all calls to potentially harmful functions so we can decide whether we want to...
oauth2
we probably want to contribute to these (if anything is missing) and then depend on them: - https://github.com/anchor/anchor-token-server - https://github.com/anchor/oauth2-server i will look into this. thanks @jkarni!
If a user gets deleted or changes their user name, keep the old name. If new names are picked, the uniqueness check works against both those old names and the...
Can `logger` do whatever `assert` is doing to get to the source code location, and write that to the log file, too? (If it's easy, that should only happen if...
I'm opening a ticket for discussion on dclabels and lio. Some of the questions I can think of: 1. What is the relationship between access control and IFC? 2. If...
In `FrontendSpec`, we say, after several other tests and after the `before` and `after` wrapper: ``` haskell -- (this is a separate top-level test case because it changes the DB...
I've written down a simple idea that may help a great deal. We should implement it, if only because it's simple and because it'll make it easier to reason about...
When using configifier, one often gets very loud error messages, even if they are technically unrelated to configifier. My first thought is that it should be possible to newtype around...
Sorry, I got another one. This time the behavior seems deterministic. I wonder if you can see it, too? Same setup as in #2. In fact, the second error looks...
Hi everybody, I just figured out how to send ThreadKilled signals to all child threads. The use case is that we have lots of parallel threads that work on a...