Ciarán O'Mara
Ciarán O'Mara
On the subject of reregistration. When testing initial package development locally, I frequently want to reregister v0.1.0 until I'm ready to go public. It would help me if there were...
In a `vstack`, it seems that the `plot_padding` would need to be adjusted for bottom halves with different heights. I'm keen to try the compose route. In terms of laying...
@bjarthur, a counter to your reply regarding `theme_bar_spacing`. What about adding a hook that gets called between the application of statistics and rendering geometries? In this case the hook signature...
Building on @adrhill's comments, I'm beginning to encounter this on Julia v1.7.2 through `juno` v0.8.4 with `julia-client` v0.12.6. I presume that `juno`/`julia-client` is using the older `JuliaFormater`? This undefined `allequal`...
I cannot reproduce the error after successfully precompiling outside of my IDE. So, I can't try your suggestions @mcabbott. Below is the script of what I've tried within the IDE...
[CodecZlib.jl](https://github.com/JuliaIO/CodecZlib.jl) doesn't appear to implement the FileIO [loaders or savers](https://juliaio.github.io/FileIO.jl/stable/implementing/#Implementing-loaders/savers) either.
I accept that there could be weird symbols. However, I'm not sure I understand the encoding and decoding of a weird symbol, the necessary constraints that would allow valid symbols...
I have a current need for this functionally. @jakobnissen, @kescobo, and @SabrinaJaye, I wonder whether it is more reasonable to flip the responsibility of @gszep proposal and simply allow something...
Oh darn, I misspoke. I don't need the gap padding, just the offset - so no violation of assumptions as suggested. As an aside, with the responsibility inverted, the `CenteredSequence`...
I don't understand the `tryparse` idea. It seems like an anti-pattern to me. To me, it moves a thrown error into an `isnothing` check, and the user still needs to...