-
Posts
6,252 -
Joined
-
Last visited
-
Days Won
312
Everything posted by bernhard
-
Hey @FireWire Thx for the great meeting, I created a question in the Nette forum: https://forum.nette.org/en/36655-how-to-get-useful-debug-screens-for-latte-file-errors#p227620
-
[SOLVED] Migrations execute every time PHP/ProcessWire boots
bernhard replied to FireWire's topic in RockMigrations
Thank you too! It was great and I learned a lot π I'll try to remember using fn(...) => and also try to experiment with strict types π Please mark this topic [solved] thx π -
Same here, let's have a meeting!
-
[SOLVED] Migrations execute every time PHP/ProcessWire boots
bernhard replied to FireWire's topic in RockMigrations
Hey @FireWire let's have a meeting to look into that issue together? -
You could ask an AI to provide additional search terms:
-
Hey @netcarver very interesting π I've never worked with them but from the demos these two look like very good candidates: http://fabricjs.com/ https://github.com/bubkoo/html-to-image
- 1 reply
-
- 4
-
RockFrontend Site Profile - RockFrontend + UIkit + TailwindCSS
bernhard replied to bernhard's topic in Themes and Profiles
Hey @uliverse sorry for the trouble. This cost me some headache today π I can confirm there is an issue and I have to look into that as soon as possible. I really did a lot to make the experience as smooth as possible, but somehow something broke... -
RockFrontend Site Profile - RockFrontend + UIkit + TailwindCSS
bernhard replied to bernhard's topic in Themes and Profiles
Hey @uliverse thx for asking. Please invest 15 minutes to understand what npm is and does: I've added this section to the readme: https://github.com/baumrock/site-rockfrontend Does that help? -
Hey @Stefanowitsch I'm not using SCSS in any project so I don't have a quick answer and I'd appreciate if you could debug this on your own and let me know if anything has to be changed in the module to make it work. The SCSS support has been added by a PR: https://github.com/baumrock/RockFrontend/pull/29 Maybe you can ping the author about the problem?
-
[solved] Immediate ajax request not detected.
bernhard replied to bernhard's topic in Tracy Debugger
Thx @adrian I don't know why but now it works. Maybe I had a typo, maybe something else, I don't know π -
Hey @adrian I'm using ProcessPageList() to render a pagelist in my custom process module. I wondered why I only get bd() calls in the debug bar for ajax requests when collapsing a tree item, but not for the very first one. This is my code: <div id='pageviews'></div> <script> $('#pageviews').ProcessPageList({ rootPageID: 1, showRootPage: true, ajaxParams: {'rockcounter': true}, }); </script> I then tried wrapping that code in setTimeout() with a delay of 1000ms and then I got the bd() calls also for the very first request. Is there any recommended way of dealing with this? I tried to wait for dom ready, but that seems to be too early and tracy didn't catch the first request. On my laptop it works with a delay of 100ms, but in other setups it might be different, so I'm wondering if there is a solid way of waiting for tracy to capture the ajax call?
-
Does anybody of you guys have some numbers in how much faster PW gets when using nginx instead of apache?
-
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Good point, guess I was just too lazy π Definitely better, thx! -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
There you can input 1,2,3 for "every 1st monday". Thx for the question, I added this: With that ui really complex rules are possible and imho quite easy to understand: -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Very well done! Looks great. What does it show if "every 1 day" is selected? I also thought of hiding those settings based on the frequency dropdown, but I realised that they can be used in a combined way as I showed above. Not sure what to do about this. Sometimes it might be preferable to have more options, sometimes it might be better to have a slicker ui... -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Thx @szabesz I've corrected this! Now it is in sync with the resulting rrule text π @monollonom the interface is nice, but also limited as far as I can see? Would the rule shown in the screenshot above be at all possible in your UI? Or what did you want to say with your post? -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
I removed the header in simple mode to be even more compact: In advanced mode the header will be shown: -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Thx. I changed the default pagination size to 5 instead of 10 which makes the grid almost half the vertical size: If anybody needs to see more events the pagination size can be changed via dropdown. I think completely hiding it is not a good idea, because the live preview is important to double check the result of the rrule that is setup above. For example it's easy to forget to change from "every day" to "every week" and with the live preview one can instantly see that, because days will be mo, tu, we, th, fr... instead of mo, mo, mo, mo... -
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Cool, thx π Thx a lot. Always appreciated! Actually it's the other way round. I think I can just remove the warning π -
Hey @gebeer thx for choosing RockPdf and thx for the great write up π I agree with @gmclelland that the pdfs look very good! π I'm wondering why you have append = true here? Some background for anybody interested: This flag is intended for multi-language use, where you might want to create multiple versions of one pdf (english, german, etc.). Using this flag you can foreach over all languages and then create the PDF in that language and append it to the file field in question π Maybe that's why you are using it? Then this background info might be worth to mention π This is a real gem! For anybody not aware of this see https://www.baumrock.com/en/processwire/modules/rockfrontend/docs/dom/
-
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
This is a demo of how to use the new trash feature π And this is a demo of how to create a quite complex custom recurring schedule: I think this should already be quite usable! -
Done! Here is the link for everybody to submit a review π https://www.softaculous.com/review/ProcessWire If you are short on time: https://www.softaculous.com/rate/ProcessWire Both without registration!
-
Request for Input: What features should a PW calendar module have?
bernhard replied to bernhard's topic in Modules/Plugins
Exactly. That's one of the advantages of this concept π The UI is the tricky part... Yeah a draft is already there π But there is more to it to cover all options. That's the next part to tackle π€