Tate Barber

Results 18 issues of Tate Barber

I'd love the ability to wrap my outputting CSS with arbitrary text (perhaps using mustache or erb). This way I can wrap my fonts in Sass mixins.

enhancement

The following `ssr` definition fails when building an aleph application ```ts import { SSROptions } from "https://deno.land/x/[email protected]/types.d.ts"; import { v4 } from "https://deno.land/[email protected]/uuid/mod.ts"; type Props = { uuid: string |...

## Expected Behaviour Shrinkwrapping a node project should not take long and should not copy `node_modules` into `build` directory because they are ignored by `.dockerignore` and installed during the build...

If I have the following proto file: ```proto service AuthorAPI { rpc GetAuthorById (GetAuthorByIdRequest) returns (GetAuthorByIdResponse) { option (gql.rpc_type) = QUERY; } } ``` The generated GraphQL schema will be:...

enhancement

_Note: The below understanding is just a conjecture of how the storage module works._ Because the `loopback-component-storage` module [creates API endpoints](https://github.com/strongloop/loopback-component-storage/blob/master/lib/storage-service.js#L273-L356) that do not align with [those laid out by...

Perhaps this is not the best naming convention, but I have found a few use cases for such class helpers.

sass

See #440

sass

I am using collections/subcollections to set documents in Firestore. When I am setting a document that contains a DocumentReference, the `validateValue` causes an infinite loop.

Just a non-priority feature request: Would be great to have the ability to specify extra php modules. Specifically, many premium extensions use ioncube loader.

protobuf.js version: 6.10.1 After importing `protobufjs/ext/descriptor`, I should be able to call the `fromDescriptor` and `toDescriptor` methods without Typescript complaining ```ts import { Message, Root } from 'protobufjs'; import *...