-
*Изучить методы слияния моделей на будущее*
habr.com/ru/articles/806047/
-
### Description
Old notes shown as locked but they are not locked, user interface is confused.
### To Reproduce
1. Go to an old note
2. Padlock in title bar shows locked
3. No padlock in notes li…
-
Community Notes are our tool to combat fake news, lies, and smear campaigns and to educate people. These notes are specific to the video being viewed and can include free text, timestamps, and links t…
-
I have an issue when trying to import my Apple notes, receiving the following failure:
```
...
Failed: "DATASET NAME RULE" because Cannot read properties of undefined (reading 'ZIDENTIFIER')
...
…
-
When a note is above 80,000 words the sync for that note fails.
### Expected
Note should sync
### Observed
Note does not sync
### Reproduced
1. Open up note pad
2. Grab some lorem ipsum
…
-
Hey folks,
Apologies if I'm missing something here, but it'd be awesome to be able to use Obsidian's live preview view when editing decrypted notes. I love having my markdown automatically render i…
-
Reported by @plaidfinch
Currently, in the planner we balance with fees in a loop. If it exceeds 100 iterations, we throw an error: https://github.com/penumbra-zone/web/blob/e86448e295a7fe4aeaee3d0e…
-
When a release is done the changelog is created from the release labels attacked to the issues. However when an issue is backported to an older release the new release label is still attached. For exa…
-
**Is your feature request related to a problem? Please describe.**
Notes as-is arent set to browse folders on the system at all, unlike audio and file view. This makes it aggravating if you have ma…
-
```java
Q1.
package x.y.z;
public class Employee {
static {
System.out.println("sb1");
}
private static int id;
}
package a.b.c;
public class App {
public static void…