Robert St. John

Results 10 comments of Robert St. John

Hello and thanks for the reply. I've made an attempt to demonstrate the scenario I want to achieve: https://github.com/restjohn/ngx-plugins. If ever you have some spare moments I'd love to know...

Thanks for taking the time to look and for your detailed response!

> I agree that we can't rename or remove this column without breaking compatibility with existing geopackages, however I don't think that is a valid reason for not improving the...

Unfortunately my pnpm build would not work when I added a `restjohn/sinon-mongoose#pnpm` git dependency because pnpm does not pull the dev dependencies and run the prepare script of git dependencies...

One solution could be to expose the excluded properties list in an options argument to the `mock()` function - something like `mock(SouldNotBeThenable, { omitHandlersForProperties: [ 'then' ] })`. This might...

How about the use case of depending on type definitions? For example ``` { "devDependencies": { "@types/geojson": "... types version ..." } } ``` EDIT: Disregard that. NPM does not...

I'd love to see this implemented. My use case is a dynamic microfrontend host Angular app with Angular library extensions that are maintained outside of the host repository by other...

Maybe `env` is not the right mechanism for some of these use cases. What I'd like to see at least is for the Actions YAML parser to support aliases and...

The concept to realize, I think, is that the intent of environment variables is for them to be available in the context that a job step is executing, not in...

Markdown links could use the fragment delimiter (`#`) as in `$ref` syntax to distinguish between references in the same document and external documents. For example, `#operations:updateThing` vs. `things/openapi.yaml#operations:updateThing`. The absence...