Bob Zoller

Results 9 comments of Bob Zoller

super ugly hack, but just because there is no workaround listed here yet... patch `dist/src/index.js` with this: ``` --- index.js.orig 2021-01-18 10:54:23.000000000 -1000 +++ index.js.new 2021-01-18 10:54:57.000000000 -1000 @@ -81,7...

I just ran into the same issue with `jsonschema` ... this module is locked to `==2.6.0` which seems excessively specific.

Something that tripped us up (but seems right) early on was that mbt ensures that your git checkout is clean (including untracked files) before each module build. I'm inferring then...

same in bash as well, FWIW. OSX 10.11.3

FYI I just worked around this by setting a default value for `NPM_TOKEN` in `.yarnrc.yml`. (the other trick was the required trailing slash on the `npmRegistries` entry.) Here's my final...

I think @ORESoftware was being funny. Dying on the Oregon Trail is surely a reference to the computer game from the 1970s. (I played it in the 80s). I don't...

It is indeed _better_ & _functional_ with Typescript 3.9. However, with the RBX type definitions in play, my editing experience (VSCode/Intellisense) goes from zippy fast to frustratingly slow. YMMV, of...

I've got a specific use case. [remind101/empire](https://github.com/remind101/empire) is a control layer that leverages ECS to provide a Heroku-like workflow. In fact it implements a subset of the Heroku Platform API,...

I'm not using this project, but I traced through a similar issue and found I needed to to mount `/etc/machine-id` from the host (or at least mirror its contents) to...