eknowles
eknowles
+1 some close ones here http://color-themes.com/?view=index&layout=Generic&order=popular&search=&page=5
thank you for your contribution, what are your plans for the logger @wichert ?
there's an option for decimal precision on coords (that's 4 by default, and I need to change it to 18 for example)
In **app.js** just insert `$locationProvider.html5Mode(true);` Inside the app config, just make sure that it's included the $locationProvider and that should be it.
Updating it today sorry guys!
I haven't added vertical to it, it's MIT but to be honest, use it without credit :)
What you could do is use the `display` property in the config (http://fractal.build/guide/components/configuration) CTRL+F `max-width` and then in the config make a new variant with this display property.
How about doing it with JavaScript on the preview file? Use `window.location.search` to grab the `?w=123` and then set it with [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style). Just smack a `script` tag before the end...
I retried @innerop example ```sh time bun index.js 2505d5191d9797700ec6c1c4797972b4600b15262ad061dde0311495ae51216f bun index.js 0.04s user 0.05s system 28% cpu 0.330 total time node index.js ec4e6267b7a368a8b7fde18eba2f6d4074227b57290834687f675621272dfc39 node index.js 0.05s user 0.08s system 4%...
I think this needs to be backwards compatible, so for all the new keys (`postgresqlSecretPasswordKey`) should fall back to the old strings if not found, otherwise this might break a...