Philipp Klein
Philipp Klein
Is there a way to prevent duplicate toasts? Some notification libs have a feature like that prevents duplicate toast messages popping up and instead extends the timeout of the already...
The on-open and on-close hooks are only described in the Readme, but not in the documentation (http://jvandemo.github.io/angular-growl-notifications/) (The link to the documentation below on-open, on-close in the Readme says: "Check...
If I try to import AngularStompDK with `import AngularStompDK from 'AngularStompDK';`, I get the following error message: ``` Uncaught Error: Cannot find module "." at webpackMissingModule (angular-stomp.min.js:1) at angular-stomp.min.js:1 at...
## Is this a bug report or feature request? (choose one) 🆕 Feature request Create a feature that allows the user to insert an anchor to the document, just like...
Dockerfile: ```Dockerfile FROM node:13.12.0-alpine AS build WORKDIR /usr/src/app COPY package*.json ./ RUN npm install COPY . . RUN npm run build ``` If I run `docker build` it always exits...
- Describe the bug I am trying to create an input for IBANs where the mask changes by country (determined by the country code, first two chars). This seems to...
When recording a macro with modifier keys (shift, alt gr) they seem to not work. E.g. I have a macro to print `{,.pacnew}` but it gets printed as `7,.pacnew0`. This...
Please add an option for an AMOLED dark theme (pure black). If you give me some hints, maybe I can implement it myself and open send a PR.
When using the CompressionStreams polyfill with Safari like this: ```js file.stream().pipeThrough(new CompressionStream('gzip')); ``` the invocation of `pipeThrough()` fails with _readable should be ReadableStream_. The error is thrown after `isReadableStream` check...