Johan Tibell
Johan Tibell
When I run fzf it instantly opens and closes the fzf completion window. No errors is shown in _Messages_. Emacs 25.1.1. fzf 20160908.806.
To partly address #2 we should raise an exception if someone passes a negative argument to `Counter.add`.
Today we require users to run their programs with `+RTS -T` or compile them with `-rtsopts` if they want GC stats. Turns out there's a way to enable GC stats...
What do we do if we get an error on a file descriptor. De-register it?
Neil Davies reports: > I note that you are using 'Double' as the abstraction of the current time of day (your 'now') - there is an issue with this -...
If you receive an ULID from some external source (e.g. a database) you might want to compute the next following ULID. This is useful for range-style queries where you are...
## Description The [documentation of the `fontSize` property](https://reactnative.dev/docs/text-style-props#fontsize) provides very little documentation (it literally only says: "number"), given how complex it is to navigate the space of converting a design...
Whenever the .cabal file gets edited on Hackage we should email all maintainers (except perhaps the maintainer that made the change). This will make post-facto edits more transparent and gives...
Being able to log out is useful in a number of circumstances e.g. if you're using someone else's computer or if you have several account. Using HTTP Digest (or Basic)...
I found and fixed lots of small space leaks in cassava but rewriting several of the combinators like so: ``` haskell -- | Specialized version of 'sepBy1'' which is faster...