3f6a

Results 18 issues of 3f6a

If I understand correctly, "Cloud changes" allows me to "stash" local uncomitted changes so I can continue working on a different machine. However there is no mention of this feature...

doc-bug

**Problem Description** When I try to login to a Zulip server using the desktop app on macOS, I have to type (or copy/paste) my username and password. Usually, in other...

Why this fails? ```julia μ = @SVector randn(3) Σ = @SMatrix randn(3,3) Σ = Σ * Σ' @assert Σ == Σ' inv(MvNormal(μ, Σ).Σ) # PosDefException: matrix is not Hermitian; Cholesky...

``` julia> @edit LogExpFunctions.logaddexp(4, 5) # opened file is read-only (same happens for any other packages) julia> @edit sin(4) # opened file is NOT read-only. Seems to occur for all...

Write the following inline equation in Obsidian (this is just an example): ``` $\epsilon_{i} = \zeta_{+}U_{i}^{+} + \zeta_{-}U_{i}^{-}$ ``` Now try to select this equation, by clicking on the right...

bug

``` >>> import openreview Traceback (most recent call last): File "", line 1, in File "~/wrk/.venv/lib/python3.12/site-packages/openreview/__init__.py", line 1, in from .openreview import * File "~/wrk/.venv/lib/python3.12/site-packages/openreview/openreview.py", line 10, in import requests...

I think it would be nice to be able to set preferences for Applications (as opposed to packages). Could that make sense? Since Applications do not have name or uuids...

When I create a new devcontainer, for some reason vscode always attempts to rewrite my dependabot.yml file. It is trying to add this: ``` version: 2 updates: - package-ecosystem: "devcontainers"...

`downloadpfam` seems to fail when attempting to download full alignments: ``` MIToS.Pfam.downloadpfam("PF11591"; alignment="full") ERROR: HTTP.Exceptions.StatusError(404, "GET", "/interpro/wwwapi/entry/pfam/PF11591/?annotation=alignment:full&download", HTTP.Messages.Response: """ HTTP/1.1 404 Not Found Server: gunicorn Vary: Accept,Cookie,Origin Content-Type: application/json InterPro-Version:...

From the readme: > the integrand f(x) can return any vector-like object (technically, any type supporting +, -, * real, and norm: a Banach space) However it seems we also...