Liam Healy

Results 10 issues of Liam Healy

## Expected behavior Pressing the double quote key will insert a pair of double quotes and position the cursor between them in org-mode as it does in other buffers. ##...

bug
unconfirmed
language:org
waiting-for-reporter

The issue tracker is for reporting product deficiencies. How do I questions should be posted to the discussion forum at https://groups.google.com/group/got-your-back. When in doubt, start at the discussion forum and...

When I try the example, at the loop step ```julia for i in 1:N global p p = Φ*p ⊕ Gaussian(zero(x0), Q) p, yres, _ = Kalman.correct(Kalman.JosephForm(), p, (Gaussian(ys[i], R),...

https://docs.sciml.ai/DiffEqDocs/stable/types/ode_types/#Example-Problems has several broken links under the "Source" buttons in the lower right of each box, for example the first such button is https://github.com/SciML/DiffEqProblemLibrary.jl/blob/v0.1.7/src/ode_linear_prob.jl#L4-L18 ![image](https://github.com/SciML/DiffEqDocs.jl/assets/838019/f69b5a3c-1170-4f4e-a8b5-4bc2cb3f136c)

bug

When compiling 9ac7bf7a with [AOCC](https://developer.amd.com/amd-aocc/) `flang` 4.0.0, ``` fpm build --compiler flang string_module.f90 done. kind_module.f90 done. base_class_module.f90 done. complex_step.f90 done. numbers_module.f90 done. drag_module.f90 done. random_module.f90 done. geodesy_module.f90 done. matrix_module.f90 done....

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

what::documentation

I get numerous warnings/errors due to what appears to be obsolete packages/definitions/usages. While knowing almost nothing about js and how to load it, I have modified the Dockerfile as follows...

See [forum discussion](https://discourse.julialang.org/t/offsetarray-of-size-1-from-elementwise-multiplication/119135?u=liamh) with examples. When I elementwise multiply an offset array by a regular array, I get the result I expect - the resulting array is offset properly -...

When using `copyto!` with `wrap_gsl_matrix`, the result looks correct but it is not. ```julia using GSL mat = reshape([Float64(10*j+i) for i=1:2 for j=1:4],4,2) matgsl = GSL.matrix_alloc(4,2) copyto!(GSL.wrap_gsl_matrix(matgsl), CartesianIndices((4,2)), mat, CartesianIndices((4,2)))...

I get a warning and an "Extension error", the latter causes my build to fail ``` Running Sphinx v7.2.6 /usr/lib/python3/dist-packages/breathe/project.py:116: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as...