KlarkC

Results 54 comments of KlarkC

I had to do the same thing with teams, so I wrote also the `clearTeams` function.

@clayreimann The travis is testing with [concurrency 1](https://blog.travis-ci.com/2014-07-18-per-repository-concurrency-setting/)? As the tests are made in only one user and organization, the running of parallel tests can cause some unknown errors. Just...

While is still not possible to implement a browser-only solution for this, https://github.com/Plutonomicon/cardano-transaction-lib has a nice example of this using some services to fill the gaps.

@rowanG077 > What about compiling Haskell to HVM? There is also PureScript, which [supports alternate backends](https://github.com/purescript/documentation/blob/master/ecosystem/Alternate-backends.md).

@jmorag I don't know in details, but I know that purenix works in a scenario like that, in [this section](https://github.com/purenix-org/purenix#laziness-and-memory-management) it explain the strictness difference impact on purenix usage.

If someone has spare time, just need to update packages and test if everything is working as expected. However, I am planning to change poi to rollup because it uses...

No work planned on this right now, but a PR is very welcome!

Just found that I can use `environment` option to do exactly this. Setting it to `Preview - name` where `name` is the vercel project name solves my problem. Related #8

> I am trying to use this in a [monorepo](https://vercel.com/blog/monorepos), in vercel we can have multiple projects per repo by use of [`Root Directory`](https://vercel.com/docs/build-step#root-directory) option. @rodilo did you set the...

@rodilo looking at the code: https://github.com/patrickedqvist/wait-for-vercel-preview/blob/e634c37510fbe9aaefcf0e66c4bcf04d657dc274/index.js#L109 It seems this listing is being fetched from the [github deployments API](https://octokit.github.io/rest.js/v18/#repos-list-deployments). Maybe if you can somehow test this endpoint by yourself you can...