Michael Stenta

Results 195 comments of Michael Stenta

Here is where that field is currently defined: https://github.com/farmOS/farmOS/blob/6a57206ec205cd4b58f28222887d56ee498cfa13/modules/quantity/material/src/Plugin/Quantity/QuantityType/Material.php#L26 It delegates to the `farmFieldFactory` service which sets some field widget default settings for `taxonomy_term` reference fields: https://github.com/farmOS/farmOS/blob/6a57206ec205cd4b58f28222887d56ee498cfa13/modules/core/field/src/FarmFieldFactory.php#L324

I believe this is the low-level element that gets used by the widget: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21Element%21EntityAutocomplete.php/class/EntityAutocomplete/8.2.x It provides this property: > **#tags:** (optional) TRUE if the element allows multiple selection. Defaults to...

Google Maps JS API does something similar when you try to scroll on it: https://developers.google.com/maps/documentation/javascript/overview I like the way that looks - grays out the whole window with some white...

I'm putting this in the v1.0.0 milestone, but if we need to bump it to v1.1.0 I think that's OK. It's a major limitation, but only when a mistake is...

Another important point here is the difference between photos that are synced to the server vs ones that are just cached in the database and are waiting to be synced....

For anyone who finds this issue, the easiest workaround is: sync the log to farmOS, then delete the photo in farmOS. :man_shrugging:

@alexadamsmith This one is a lower priority (I removed it from the v1.0.0 milestone) but you're more than welcome to look into it! I would recommend waiting until after #132...

See this comment for a related change idea: https://github.com/farmOS/farmOS-map/issues/135#issuecomment-924862813 These could still be done independently, of course. But perhaps #135 alone would go a long way to tightening things up,...

I can confirm this. After following the instructions in the readme, I set my symlinks as follows: varnish2_vcl_and_purges -> /usr/share/munin/plugins/munin-varnish/varnish2_ varnish2_backend_traffic -> /usr/share/munin/plugins/munin-varnish/varnish2_ varnish2_hit_rate -> /usr/share/munin/plugins/munin-varnish/varnish2_ varnish2_memory_usage -> /usr/share/munin/plugins/munin-varnish/varnish2_ varnish2_objects...