Lucas Hedding

Results 74 comments of Lucas Hedding
trafficstars

Another one that got a bit weird: ``` $query = $this->userStorage->getQuery() ->accessCheck(FALSE) ->condition('status', 1); $query->condition('roles', ['silo_admin', 'developer'], 'IN'); $ids = $query->execute(); ``` Because the replacement for the constants did not...

I just reviewed the docs. This is looking good.

I add `import '@justinribeiro/lite-youtube';` to my app.js and have laravel-mix configured. I also added: img-src 'self' https://i.ytimg.com; frame-src youtube.com www.youtube.com; But it is complaining about `style-src` `Refused to apply inline...

Seeing this as well: Peek: 1.5.1 GTK: 3.24.30 GLib: 2.70.2 Desktop: pop:GNOME Display server: X FFmpeg version: ``` ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc...

It looks like the following. I'd like feedback on the text of the wording and placement of where to put the UI components of the log. Right now I have...

For the field diffs, I'm using a json serialized string of the original value compared to the current value. Where value is retrieved from the field using `getValue()`

I was originally a little reluctant to add this to composer. Reason for opposition: my theme needs certain css and fonts. Using bower (npm these days) it is fairly easy...

I assume it is for drupal module support. See https://www.drupal.org/project/date_recur. But I think we could switch to v2 branch.

Hmm, maybe I used the wrong wording. It would be nice to load it later in the page request. Right now it effects my LCP scores a lot. Eventually after...