Zach Mitchell
Zach Mitchell
Right now it's not possible to directly link to search results. In order to link to a result you have to link to the tabs that contain environment specific details...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It's common to set environment variables in your shell and then launch...
Maybe you only care about the intensity, or maybe you're going to feed the output of `polsim` to another program and you don't want to deal with parsing the output...
Currently you can only specify the units of an angle in degrees or radians. No one in the history of the universe has ever said "the angle is 1.5705 radians,"...
If you're running a simulation to see how some elements affect a beam, it's helpful to see a visual representation of the beam. In general the polarization is an ellipse...
If you define a useless yet valid beam as follows ```toml [beam] polarization = "elliptical" x_mag = 0 y_mag = 0 x_phase = 0 y_phase = 0 angle_units = "degrees"...
This is an easy mistake to make since the `elements` section is an array and thus requires `[[elements]]`. The current error message ``` error: invalid type: map, expected enum PolType...
If you apply the `#[wickerman]` attribute to an item that is not a struct, you should see an error: ```rust #[wickerman] enum Foo { // error: this is not a...
I'd like to know how to change some properties, especially since they're displayed on the screen: * Width * Height * Resolution Edit: Ah, I see those are text fields....