Feel

Results 13 issues of Feel

When I use $data with exclusiveMinimum and exclusiveMaximum keywords, it interprets this links as true value

In one notebook (en2ru.ipynb) I create function: `def ruchar(): return 'Б'` In another notebook I import first notebook and call ruchar() ``` from ipynb.fs.full.en2ru import * ruchar() ``` and I...

I format partition from linux with [`mkfs -v -t ext4 /dev/`](https://www.linuxfromscratch.org/lfs/downloads/stable/LFS-BOOK-11.3-NOCHUNKS.html#ch-partitioning-creatingfilesystem) from OpenSUSE linux. But [ext2fsd](https://sourceforge.net/projects/ext2fsd/) think that it is ext3 file system, and so it can't open it.

I run next con in xeus-cling: ``` c #pragma cling load("libgmp.so") #include ``` ``` c mpz_t n; int l; mpz_init(n); mpz_set_ui(n,1); mpz_add_ui(n,n,1); fprintf(stdout,"n = "); l = mpz_out_str(stdout,10,n); // stdout...

Добавление классу дополнительных свойств является довольно простым: оно полностью совпадает с добавление**м** свойств в обычный объект. Используя её мы можем быть уверен**н**ы (http://pishu-pravilno.livejournal.com/3124184.html?view=96332504#t96332504)

написано: B=S(SK)S заменить на: B=S(SK)K

написано: Mul=λm n s z.m (Add n) Zero надо: Mul=λm n.m (Add n) Zero т.е. убрать s и z - они содержаться в самих числах n и Zero

### Problem description if `"fade_fold_buttons": true`, there hides ALL fold buttons unless the mouse is over the gutter if `"fade_fold_buttons": false`, there hides NONE fold buttons unless the mouse is...

``` (pyfiles) 0feelus@feelus-ubuntu-24-04:~/Downloads/AppImage/gephi-0.10.1/bin$ ./gephi Detected KDE; adding awt.useSystemAAFontSettings=on WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.netbeans.core.windows.view.ui.MainWindow (jar:file:/home/feelus/Downloads/AppImage/gephi-0.10.1/platform/modules/org-netbeans-core-windows.jar!/) to field sun.awt.X11.XToolkit.awtAppClassName WARNING: Please consider reporting...

To review

### steps to reproduce: insert next text ``` | `\bigg|_1^2` | $\bigg|_1^2$ | | ------ | ----- | | | | ``` ### expected behavior: rendered table with fields `\bigg|_1^2`...

bug