Mike Marcacci

Results 49 issues of Mike Marcacci

Even before investing time into customizable exports, we need a very basic snapshot tool. It should work as follows: 1. API endpoint for admins to create a snapshot: - export...

enhancement

We should add endpoints that would, for example, return the review stage of all projects under the cycle "1350011b-d5c5-45e5-9e3c-ecb3f8831861": `/projects/*/contents/review?cycle=1350011b-d5c5-45e5-9e3c-ecb3f8831861`.

enhancement
type:api

Adding the parameter `?include=['embedded_collection_key']` to any API query should return the entire embedded collection inside all returned root level objects. For example: `/cycles/79f9e8b6-4e79-400c-8a52-9c79e26c0380?include=['stages']` would include all visible stages inside the...

enhancement
type:api

To improve read performance, we're definitely going to want to start using computed secondary indices in rethinkdb. This depends on #81.

type:api
optimization

**Library Affected**: workbox-sw **Browser & Platform**: all browsers **Issue or Feature Request Description**: I have the need to specify a `navigationFallback` that uses [webpack filename substitutions](https://webpack.js.org/configuration/output/#output-filename), like this: ```js {...

Feature Request
workbox-webpack-plugin

This issue is to track a set of goals for type safety in TypeScript. In experiments, I have confirmed that all of these should be possible. While the increased verboseness...

enhancement

I'm finally getting a moment to work on my [form builder](https://github.com/mike-marcacci/angular-schema-form-builder), and one of its core goals is to closely integrate with schema-form whenever possible. One challenge I've come across...

type: enhancement
type: discussion

While working on #126, I realized that it's currently not possible for listeners to stop the propagation of events, so I added it. In my implementation, a listener can stop...

This is an exploration of bug reports such as #168, with the goal of reproducing the experienced issues.

When it comes to sending large scalars over HTTP, @jaydenseric's [graphql multipart spec](https://github.com/jaydenseric/graphql-multipart-request-spec) is the _de facto_ standard at this point, being supported by many languages and tools, including Apollo's...

enhancement