-
With `process`, it's hard to spawn an external process in IO, re-throw its non-zero exit code as a Haskell exception, and also redirect its output. Here's what I came up with:
```haskell
withFile …
-
I'm very illiterate in caching of haskell builds in GHA, so take with a grain of salt. Not small part of it is ugly and bulky incantations people usually use there. E.g cabal's workflow:
```
…
-
# About
I have uploaded two scripts to my git repo containing my solutions for modifying the ```tableofSNPs.csv``` to perform data cleaning (task) and permute nucleotides (extra task). I have also …
-
Hi guys,
Have you considered an action to bump a version ?
Right now i have to deal with a version number stored into some text files, and then bump it to its next patch, to procude some stuff (…
-
**Points:** 3
**TODOs:**
- [x] Create a basic frontend layout based on the figma design (https://www.figma.com/file/wJRV4jNc2wOMOW3l6zQMVf/Cast-le?type=design&node-id=2-2&mode=design&t=Q3qG1He…
-
Thanks for the amazing work! I wanted to let you and potential users know that i created a docker image based on your work, that enables users to run xgpro with just a one liner on any machine that ha…
-
There are lots several 7-line blocks in [src/restapi/fConnect.ts](https://github.com/mattermost/mattermost-app-zendesk/blob/3b94866d2f8e1e0450515d47f3817db55c7b4785/src/restapi/fConnect.ts) for handli…
-
We faced an issue that current version of Fantomas format one liner
```fsharp
Cache.providedTypes.GetOrAdd(cacheKey, addCache).Value
```
like this
```fsharp
Cache
.providedTypes
.GetOr…
-
I'm running Eslintrb.lint on a one-liner file and it is returning a `Parsing error: Invalid regular expression flag` error.
Steps to replicate:
```
> echo "var x = 0" >> foo.js
> irb
irb(main):001:0…
-
Still available, but no longer developed, there is `Microsoft.Extensions.CommandLineUtils`. It has the option of specifying `ExtendedHelpText`, which is displayed at the end of the help for a (sub-)co…