Results 18 issues of bryango

Gnome shell crashes frequently (not always though) when I lock my screen. According to the log it might have been caused by argos, but I am not sure. Please confirm....

## Description My math (mathjax) was falling apart, until I looked at the console and found that bootcss is redirected to cloudfare and failing. Switching to https://cdn.staticfile.org solves the issue...

Type: Enhancement
Type: Discussion

### Is your feature request related to a problem? Please describe. I use `.gitignore` to ignore everything in my home except for a few config paths. Combined with `showUntrackedFiles`, this...

feature
3

This PR makes the app work for python 3.12. It incorporates the fix from https://github.com/pulb/mailnag/issues/245#issuecomment-1753068005. Closes: - [x] #244 - [x] #245 Some other improvements: #### Fix SSLV3_ALERT_HANDSHAKE_FAILURE for some...

Is it possible to add a [Search Provider](https://developer.gnome.org/SearchProvider/) interface so that we can directly fsearch in Gnome's overview? Like this: ![image](https://user-images.githubusercontent.com/26322692/50050991-f9fc2a00-0143-11e9-94cb-7be54c14e8fa.png) Many thanks!

help wanted
feature_request

References: - https://docs.mathjax.org/en/v2.7-latest/advanced/typeset.html#reset-equation-numbers - https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/67 This seems to _partially_ fix https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues/67, https://github.com/shd101wyy/markdown-preview-enhanced/issues/1183, and a bunch of other similar issues. **However,** this solution is not yet complete: - There could be...

- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) * Possibly related: #844 * `biber__doc` package is installed * I _can_ open the documentation...

pinned

As biber is tightly coupled to biblatex, I wonder if it's better to simply version biber with biblatex version... We can then get rid of the "compatibility matrix". Currently biber's...

It seems that negative refspec in the form of `^refs` is not yet implemented in libgit2. See: - Documentation: https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt-ltrefspecgt - implementation in git: https://github.com/git/git/blob/master/remote.c#L896-L918 - libgit2 refspec parser: https://github.com/libgit2/libgit2/blob/main/src/libgit2/refspec.c...

feature
git compatibility
v.next

This PR provides a proposal to finally tackle #893. - When an executable called `tectonic-biber` is found, either in the current working directory or in `$PATH`, prefer that as the...