Dmitrii Kovanikov
Dmitrii Kovanikov
So, [I've asked about the potential solution on Twitter](https://twitter.com/ChShersh/status/1574307573905338373) and, apparently, there's a simple way. Windows doesn't allow **updating** the executable while it's running. However (and this is weird) it...
@nurpax Any news on this? Is it possible to implement something similar to what is done for `postgresql-simple`? * http://hackage.haskell.org/package/postgresql-simple-0.5.4.0/docs/Database-PostgreSQL-Simple.html#t:In Ideally with support for named parameters as well.
I believe supporting AppImage wouldn't be too much difficult. It's just a matter of adding one more asset type here: https://github.com/chshersh/tool-sync/blob/95f535cdbdc8fd4305b1378688fcc4e53c0b2bff/src/sync/archive.rs#L15-L20 > Renaming `ArchiveType` to smth else would be nice...
> Do you mean if you rename one file to Main.hs then both executable stanzas start working, or only the one that you renamed to Main.hs? Yeah, both executable stanzas...
I also would like to see project examples which use `di` logging framework. I came up with almost same approach independently in one logging library. Looks like this way of...
I don't expect the list of binaries to be large (e.g. 20+ entries). In that case, I'd propose to support an array of strings in the `exe_name` field. So, for...
@purcell Thanks! I will try to use this hook and report the status back 👍
@purcell That command, works, thanks! I specified the following command: ``` "~/.cabal/bin/fast-tags -R -e ." ``` Unfortunately, it doesn't completely work. When I'm trying to jump to definition, I see...
@SanchithHegde Thanks a lot for writing such a detailed issue with thorough description! 🙏🏻 This helps to make an informed decision much easier 🙂
@vrom911, I agree with your solution. Ideally, I'd love to see something like `sdistHook` in `UserHooks`, but if it's already possible to reuse one of the existing hooks to achieve...