-
-
[Enter steps to reproduce below:]
1. Update atom from v0.189.0 version to v1.0.0 version
2. Install atom-facepalm package
**Atom Version**: 1.0.0
**System**: Mac OS X 10.10.4
**Thrown From**: [atom-f…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 0.187.0
**System**: Mac OS X 10.9.5
**Thrown From**: [atom-lint](https://github.com/yujinakayama/atom-lint) package, v0.20.1
### Stac…
-
Hi,
I have noticed that after switching from `atom-editor` to your package, I was asked to recompile my terminal packages (specifically [`terminal-plus`](https://github.com/jeremyramin/terminal-plus)…
-
`index.js:15`
```js
textEditorElement.querySelectorAll('::shadow .numeric')
```
should be
```js
textEditorElement.querySelectorAll('.syntax--numeric')
```
as Atom has gotten rid of shadow root…
-
When I launch atom, I have this error message:
> Failed to load the atom-languageclient package
Details:
**Atom Version**: 1.13.0
**Electron Version**: 1.3.13
**System**: Debian GNU/Linux
…
Khady updated
6 years ago
-
### Minimal reproducible example
https://snack.expo.dev/@sushil_qeeper/push-notifications
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a development buil…
-
Environment:
GPU: NVIDIA RTX 3060 12GB
PyTorch Version: 2.3.1+cu118
CUDA Version: 11.8
OS: Linux Ubuntu
Python Version: 3.10.13
Amino acid : 651
I am encountering a CUDA Out of Memory erro…
-
### Intended behavior
XMPP Web could have support for channels.
A channel may be described as a publicly read-only group, which only authorized accounts can post to it, and which its items are p…
-
Miniflux supports [converting feeds from markdown to html](https://github.com/miniflux/v2/blob/main/internal/reader/rewrite/rewrite_functions.go) via github.com/yuin/goldmark, but I fail to see a usec…