Anders Fajersson
Anders Fajersson
When setting maxWidth (or maxHeight), and starting to drag one of the edges to resize the window, it disappears. The app is still running but with no window. On macOS...
The Ansible role that is credited for the letsencrypt functionality, https://github.com/andreaswolf/ansible-role-letsencrypt, states in the Readme: > You can also adjust the user and group used for generating the certificates; there...
Can Laravel Form builder give an error if an value is given that is not specified in e.g a selects choices, without manually adding an in-rule? E.g with ``` ->add('language',...
When disabling native support, my implementation and also the demo (http://filamentgroup.github.io/fixed-sticky/demos/demo-opt-out-native.html) doesn't work in Safari. I'm running Safari 8.0.3. I don't have a video to demo (yet, and hopefully you...
Is an array of fragments missing in the README? ```js sql`${[sql`select 1`, sql`as result`]}` ``` I first saw this in use in this example: https://github.com/porsager/postgres/issues/217#issuecomment-1156958623 ```js ${ Object.keys(rows[0]).map((x, i) =>...