Neal van der Valk

Results 12 issues of Neal van der Valk

Thanks for this amazing dashboard, I do have a question though. Before switching I was using AgendaJS where there was a dashboard with the ability to trigger a job. Making...

enhancement

When importing this library I get the error that the `window` is not defined as it is rendered on the server side. In the js folder of this project the...

I might be wrong but is it possible to only cherry pick the emoji I want to use and leave out the rest? This due to the fact that a...

## **BEFORE YOU SUBMIT** please read the following: * [x] **I'm submitting a bug report** * [ ] **I'm submitting a feature request** * [ ] **I'm submitting a support...

### Summary: ### Steps to reproduce: 1. [Open the codesandbox](https://codesandbox.io/embed/kxr4811yk3) 2. Close the modal by clicking the background 3. See no animation when closing Also when I do this in...

This theme is the best! For some reason the colors changed after installing the latest vs code update. The underlined parts used to be greyish (so not really a color)...

Everything works great except for the fact that it removes classes which are used in a `node_modules` plugins. **My config** ``` new PurifyCSSPlugin({ paths: globAll.sync([ path.join(__dirname, 'dist/*.html'), path.join(__dirname, 'src/**/*.js') ]),...

As the title says, how can I mock a type such as `DateTime`? 😄 ``` const MockedNavBarSubscriber = ({ mockResponse, ...props }) => ( new Date(), Query: () => ({...

Hi, Thanks for fixing the issue regarding the signature, a few questions/remarks in regards to signing: - The types for the language are not what is mentioned in the docs...

According to the documentation you can specify a filename but in the emails that I'm receiving I still see the unwanted name `example document-clkqrgexd0001c0s5a7yu23ln.pdf` in stead of `example document.pdf` ```ts...