Nate Lampton

Results 514 comments of Nate Lampton

Yep, thanks you @rfay for the compromise, I'm happy to have everything else updated, especially the removal of the compatibility layer being set by DDEV. Looks A-OK to me!

This particular problem comes up for me with PHP-based applications (e.g. Drupal). Because we require scripting tools that are installed via composer in `vendor/bin` after the deployment is placed on...

PHP is not a requirement at all. The implementation is only jQuery + HTML. The website timezonepicker.com can generate an imagemap at a particular size, then you can copy/paste the...

Hi @Rogichi! You know I'm not sure I've ever tried that! I would have expected it to work, but as I haven't tried it we likely have a bug that...

This is because the picker automatically adjusts the offset during daylight savings in timezones that adjust their time during the summer. During the winter it's UTC+10, during the summer it's...

This proposal gives me a lot of concern. The transition from CKE4 to 5 has already been extraordinarily painful. Now that CKE4 is EOL, most projects depending on CKE have...

Thanks @Witoso. That's a big relief. I'm not a JS expert, but this statement is what had me worried: > Import plugin and editor classes from the `ckeditor5` package instead...

> I've updated our [demo repository](https://github.com/ckeditor/new-installation-methods/tree/main) to show this in action. In the new "browser demo", we [create an editor with the most basic plugins](https://github.com/ckeditor/new-installation-methods/blob/main/browser/public/index.html#L35-L51) and [register a custom plugin...

@mrdavidburns Adding the same thing for GitHub has no effect at all. ``` "drainpipe": { "github": ["Pantheon"] } ``` It does work on GitLab. This seems to overlap a bit...

Hi @clairesunstudio, we ran into this on work a Next.js Mass.gov site (https://massgov.atlassian.net/browse/DP-29245). Could this be rebased for the latest Mayflower? The chnages for SSR compatibility look pretty straightforward.