Felix Mosheev

Results 261 comments of Felix Mosheev

Try to run it without npx (as a script)... You can try to pass the server params as Env vars. (checkout the readme)

There are logs on each request... https://github.com/felixmosh/turborepo-gh-artifacts/blob/master/src/turboServer.ts#L25 From your logs (they should apear in the post action part), looks like there are no requests... What version of Turborepo / node...

Let's try to debug it locally, 1. Clone this repo 2. Enter the cloned folder 3. `env "INPUT_REPO-TOKEN=test" "INPUT_SERVER-TOKEN=test" node dist/turboServer/index.js` This should start the proxy server... `REPO-TOKEN` suppose to...

> No luck with turbo 1.7.0 as well. Btw, I see that there are a few newer releases of the action that are not shown in the marketplace. Perhaps there...

No, it is using a temp dir. Can you try the above explanation regarding local testing it?

Weird, it should make api calls... Maybe you have a wrong turbo config? Did you tried to run it without remote cache?

> Yes, I had a look at that example. Here is part of the workflow: > > ``` > - name: TurboRepo local server > uses: felixmosh/turborepo-gh-artifacts@v1 > with: >...

I've managed to add a support for RTL. ![react-calendar-heatmap-rtl](https://user-images.githubusercontent.com/9304194/200338822-6b0c168f-1d3b-471b-a2ec-3f04e3620759.png) Basically it flips the days & labels. I've added many tests for this, https://github.com/felixmosh/react-calendar-heatmap/commit/a805790c1d58ce5142c15d45aeffce2e1aa39bc7 Will you add this feature if I'll...

Once the underline lib (BullX) will add support for it. For a meanwhile, you can up vote https://github.com/taskforcesh/bullmq/issues/2135