Alwin Schoemaker
Alwin Schoemaker
angular-translate has a [`translate-namespace` directive](https://angular-translate.github.io/docs/#/api/pascalprecht.translate.directive:translateNamespace). Would it be possible to support this directive with `translate-once`? Example: ``` html .TITLE ```
Hi, Today I learned about this new helper function `toSatisfyOnFlush` which removes the need to run tests in a testScheduler.run() callback, manually flushing an observable after subscribing. While replacing those...
Hi, We're using this project for mocking api calls and we've set up json schemas with references to definitions in another file, like so: `schemas/authentication/login.json` ``` { "$schema": "http://json-schema.org/draft-04/schema", "type":...
Hey, Just ran into an issue with this package, that when editing a RAML file and pressing the shortcut for "Toggle Line Comments", it generates comments with `/*
Hey there. Here's a PR that allows resource names to optionally begin with a `"`. We're having this in our RAML like this ``` /files: description: All file related operations....
# New theme template request If you are requesting theme support for a new tool or program, use this section. Otherwise, delete it and continue with "Other feature request" below....
Would it be possible to re-export the classes and types/interfaces from `quill-delta` and `parchment`? Reason for asking is that in our projects, we have set up the [`import/no-extraneous-dependencies`] (https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md) eslint...
Hi, Is it possible to copy a directory-structure from `src` to `dst`? So let's say you have: ``` src/scripts/main.js src/scripts/vendor/require.js src/scripts/vendor/jquery.js ``` But after running an upload with: ``` upload:...