Patrick Armstrong
Patrick Armstrong
Platform: Arch Linux 5.3.1.1 Laptop with I3 4.17.1 GPU, drivers, and screen setup: Intel HD graphics (sorry don't know version) using modesetting driver. Laptop screen (no external monitor) Compton version:...
Makes it easier to see how long the MCMC run will take
Hey, this may be a silly question but after reading through the docs, the example, and the source code I haven't been able to figure out how to draw a...
Minimum working example: ``` julia> using SimpleDirectMediaLayer julia> using SimpleDirectMediaLayer.LibSDL2 julia> window = SDL_CreateWindow("test", 0, 0, 500, 500, SDL_WINDOW_SHOWN) Ptr{SDL_Window} @0x00000000012c1230 julia> renderer = SDL_CreateRenderer(window, -1, SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC) Ptr{SDL_Renderer}...
I'm using this as my fits viewer on a wayland system (so qfitsview and ds9 aren't options). It would be great to be able to choose other scalings, such as...
Solution for #45. Still need to write up the docs, but you can now add `;dicttype` to all parsing functions, as long as the type specified is `
Given the yaml file: ``` # Test ``` The following code crashes: ``` using YAML open("test.yaml", "r") do io YAML.load(io) end ``` With the error: ``` ERROR: AssertionError: typeof(forward!(composer.input)) ==...
If I enable DEBUG messages (by setting `level = Logging.Debug`) then my output is completely flooded by `TranscodingStreams | [Debug] called process()`. Is this message necessary to call as often...
At the moment, `DistanceSimulationInput` requires `reference_summary_statistic` to be a 1 dimensional array of `Float64`, however the are some cases where that may not be the case. As such, I created...
I'd like to have a button's label always be equal to the text in a textbox. Is it possible to assign a signal to the button's label?