Philipp Niedermayer

Results 64 comments of Philipp Niedermayer

I am wondering if such functionality can be added to the existing monitors? Currently, we have `BeamSizeMonitor` for mean/std/var of x/y → this could be extended with a method to...

Cool, I did not know that existed. At first glance, it looks like `EmittanceMonitor` is a superset of `BeamSizeMonitor`, `BunchMonitor` and `BeamPositionMonitor`. **The only fundamental difference seems to be the...

I think the python file got mixed up with the h-file. Can you set this PR to draft for time being?

How about a simple show rule to ease your typing habit? ```typ #set page(width: 190pt, height: auto) « Bonjour, ceci est un dialogue » #show regex("(« |‹ | ›| »)"):...

I would also like to group albums, however more in the sense of "subalbums". E.g. I'd like to have an album group "Holidays" show up in the top level album...

Not sure I get your point, but this is exactly what this program and in particular the clipboard patching option is for: to add the text as a .txt file...

You mean switching off the "clipboard patching" option and using the other hotkey or other context menu entry is not enough? You want to be able to switch this option...

Hi @faizahfarzana Thanks for working on this. Could you please make sure that your implementation meets the following requirements: - [ ] **Only** consider `j` inside variable expression for variable...

Before I forget, some people might even use the variable expression multiple times, e.g. `Day {0:j} of {0:yyyy}` for "Day 123 of 2024". So "j" might be in any of...

The program uses the format specifiers provided by .NET framework as described here: https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings Day-of-year is not part of this standard and would require some custom implementation. This is the...