Etienne Desautels

Results 9 comments of Etienne Desautels

Still getting this problem with ST 3176 under macOS. `complete_all_parameters` is set to `false`. This annoys me a lot. If I could help debuging...

@DamnWidget >>> from Anaconda.anaconda_lib.helpers import get_settings >>> get_settings(view, 'complete_all_parameters') False

Sorry for the delay, I'm on a final stretch right now. @some1ataplace When I say page cache it means page cache server, proxy and browser side. Every time you change...

I have reworked this, taking in account the comments. Making everything work with cache was a bit more complex than the part we discussed until now. Ideally the cookie groups...

I can confirm that the 2.4.1 version works. So there's some chances that the problem come from this change: https://github.com/docker/compose/commit/625a48dcf712f52e1aae64cd664a97699a4fe5bf

Hi @sergei-maertens - Thanks for this work! I will try to test it in the next few weeks and report back.

Hi @sergei-maertens - sorry for not coming back sooner. A month ago I did test version 0.5.0b0 and for the most part, everything was working as supposed and in a...

Hello @sergei-maertens, I'm mostly there, my parameters page is now working fine. Now I'm working on cleaning up everything and, for this, I wish I could import `showCookieBar` and `loadCookieGroups`...

I saw some Django projects using the approach of publishing the JS to NPM. I think it's the simplest way. Look at https://github.com/django-webpack/django-webpack-loader for an example. Telling the frontend toolchain...