David Torosyan

Results 23 comments of David Torosyan

I think you're looking for support for [HOMER - Software for motif discovery and next generation sequencing analysis](http://homer.ucsd.edu/homer/), but this is the repo for "Homer - A very simple static...

I see the fix is now available in [v3.20.0-beta](https://github.com/colinhacks/zod/releases/tag/v3.20.0), but when I upgraded and tried the first example I got this error: `Type 'ZodEffects' is missing the following properties from...

Hey @kevinb9n, thanks for reporting. Before talking about the specific issues, I want to make sure we're talking about the same thing. When I format with the [online tool](https://facebook.github.io/ktfmt/) (using...

I think the Copy button still copies in English. Has it been updated to support translations?

More fun edge cases. I was testing copy/paste in German, and found that some cards didn't make it over. | English | dominionrandomizer.com | dominion.games | | ------------ | ----------------------...

I have a similar use case, also backup related. I expect my backup script to run successfully once a day. However, if it runs more frequently (say due to manual...

@cuu508 good questions! Let me try and answer with pseudocode: ```kt /* backup script, to be run daily */ // start for timing http.post("hc.com/backup/start") // expensive call, ideally happens after...

After thinking about it more, I think I might be doing to much with healthchecks. From what I can tell, healthchecks is best at making sure that a job is...

There's two ways to getting this I can see: 1. **Better multiline string handling**: Not really possible, see discussion in #343. 2. **Special casing for `trimIndent`**: We try not to...

Thank you @liutikas for the thorough report! If I remember right, this is intentional, and all tags appear at the end of rendered kdocs. They're also generally multiline, so if...