Loren

Results 15 comments of Loren

Following/joining, I have an issue with the portal target living as a sibling of the portal (portal sends content of the selected article to the sidebar), which isn't supported by...

I'm having the same issues with refs that are the same. I have a number of "nodes" which when selected send content to a sidebar. The first selected node hangs...

By adding unique keys to the elements, vue gets all the refs on the correct element, but it does still have end up with a lot of re-create and destroys....

A bit shorter code: ``` gulp.task('config', function () { gulp.src('app/config.json') .pipe(ngConstant({ // ngConstant options })) // add 'use strict;', (commented because I don't need that part) // .pipe(replace('angular.module', `'use strict';\r\nangular.module`));...

Here is a small piece of code you can add to your config to replace all double quotes with single quotes. (Though be careful because it will mess up your...

I added CSS to make the drag container (`div.smooth-dnd-container`) taller so there is empty space at the bottom rather than the bottom of the container also being the bottom of...

@colinbes I just set the height of my containers to a fixed height. (250px) in my case.

See https://github.com/euvl/vue-js-modal/issues/586 for details on the maintainer search.

Is Cas::logout() sending you to the CAS logout page? (IE Are you sure your CAS session is dead?) phpCas (and thus this project) us php sessions to handle logins.

Is there an official statement on native fetch in node 18 vs this library? Or any statements on of the continued maintenance of this library? Stability 1 (experimental) from the...