Viktor Strate Kløvedal
Viktor Strate Kløvedal
Link to the project: https://github.com/viktorstrate/native-touchbar-addon
When I run grunt, it fails at `imagemin:dist`. I haven't modified any code in any ways. I'm running Windows 10, with node version 6.9.1 and npm version 3.10.8. ## Expected...
I analyzed my one of my projects, using `webpack-bundle-analyzer`, and found out that symbola.svg takes up a very large part of my apps overall size. Is it possible to compress...
Subscriptions are not yet supported, but it is still possible to implement it manually, see https://github.com/neo4j-graphql/neo4j-graphql-js/issues/164#issuecomment-450013413 I tried to do this for a personal project, and was met with the...
I am making a photo gallery site, and photo urls are generated on the server and not managed by the neo4j database. This is currently my typedefs: ```graphql type PhotoURL...
Options to be added to the admin settings page: - [x] Number of concurrent workers for the scanner, currently fixed at 3 - [ ] Per user permissions to allow/disallow...
**Is your feature request related to a problem? Please describe.** Using flexbox is simple and fast as it requires no JS at all, but it falls short for more complicated...
A list of general improvements for the scanner component - [x] __Periodic scans:__ An admin should be able to set up periodic automatic scans, to automatically look for new photos...
HEIC support has been added for images (see #147), but a `.mov` and a `.heic` will be shown as individual media. One solution might be to add a duplication detection...
Is there a way to manually trigger a single component to load?