Eugen Istoc
Eugen Istoc
I'm using `chunkBy` in an ng-repeat, and I notice that the components are re-rendering every few seconds or so. This doesn't happen if I take the `chunkBy` out. Any thoughts...
### Describe the Bug I believe it may be because the `@directus/extensions-sdk` is still published as `9.14.4` on NPM, so it doesn't know how to build an `operation` type extension?...
Augury: 1.24.1 Date: Fri, 24 Jan 2020 17:48:10 GMT OS: MacIntel Description of issue: First time trying out this extension on a hybrid AngularJS/Angular setup. When I pull up the...
Tailwindcss types are now included in the core tailwind packge. Thus, separate types package is not needed. `@types/tailwindcss` is also deprecated by tailwindlabs
When running with `--ui` flag. There is no way to stop the process with `CTRL+C`. You have to close the terminal and open up a new one.
The scrolling sensitivity with the `--ui` flag should be reduced. It is difficult to scroll through the output of many mono repos because the scroll is too fast.
Adds optional method function to call when the hadle is dragged.
This is more design related. Current behavior is that you must pass an env file to load through the `path` property. However, in a production environment, it is recommended that...
## TLDR The `server.options.hosts` property should allow a user to provide a custom hostname for the server. If one is provided, like so: ```ts server: { options: { host: 'my-special-app.local',...
path to db.json must be absolute for this to work.