Jens Fosgerau

Results 33 comments of Jens Fosgerau

I tend to write a custom run script in bash (or just sh) for most of my applications with a helper function such as ``` bash function testConnection { local...

We're having the same issue at our end as well. Opting out of lazy loading is not an option due to the size of the library, and the solutions above...

@dohomi Could you try https://github.com/Multiply/meteor-publish-with-relations/commit/6fdf6bce39ce8fa12a39799b63f394c0c159ce32 with your project, and see if it works as intended? Put the following in your `smart.json` ``` json { "packages": { "publish-with-relations": { "git": "https://github.com/Multiply/meteor-publish-with-relations.git",...

@dohomi I am running this perfectly fine with the above code. Are you sure you're running my version? ``` coffee Meteor.publishWithRelations handle : @ collection : chatMessages filter : room...

We're seeing the same issue, and have had it happen for a long time. Single instance basic k8s deployment with default container image. All we do, is act as a...

@juanpicado we only ever run a single verdaccio pod in our cluster. Edit: with regards to logs, we currently seeing `error: uplink is offline` but we can easily access npm...

We're also quite interested in this. Jobs are added and removed automatically when PRs are made, and merged. Would be nice to show all active PRs on one monitor.

We ended up not using this at all, after moving 100% to golang. If anyone wants to pick it up, feel free to use my work here.

We're eagerly waiting for top-level await support. Can we do anything to help test this?

We're experiencing the same issue on dynamic paths. Still investigating on our end.