Jouni

Results 15 issues of Jouni

Integral(x*(exp(-(x-2)**2/98)/7/sqrt(2*pi)-6*exp(-(x-6)**2/18)/3/sqrt(2*pi)),(x,-oo,oo))

The comment `-- -----------------------------------` in `.my` file makes the module invisible.

#### Description Made rust icon larger #### Motivation and Context Looks nicer as the size is more consistent with other icons #### Screenshots: before ![before](https://github.com/starship/starship/assets/22716649/cdade49e-9d2c-47f0-ad53-f8b00653f372) after ![after](https://github.com/starship/starship/assets/22716649/761e2342-9973-4765-bb79-ef21bba1877f) #### How Has...

Added percentile finding function, which makes use of `order-stat` crate's `kth_by` function. This makes time complexity of percentile function to be `O(N)`.

### Checklist - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Phone/issues) or [closed](https://github.com/FossifyOrg/Phone/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information. - [X] I made sure...

feature request
needs triage

I think the following syntax (or something similar) ```c++ Value contact(kObject, {{"name", "Milo"} {"married", true}, {"age", 42}}, document.GetAllocator() ); ``` would be much shorter readable than the current one ```c++...

This file has a broken syntax highlighting on the topmost key `foo:` ```yaml foo: bar: {{ .Values.foo.bar }}-{{ .Values.foo.bar }} ``` and yields the following tree ![Screenshot from 2024-09-23 19-08-22](https://github.com/user-attachments/assets/15804f73-34eb-48fd-8d2d-0382d0c4f3e5)...

### Checklist - [X] I have read through the manual page (`man fzf`) - [X] I have searched through the existing issues - [x] For bug reports, I have checked...

### Is your feature request related to a problem? Please describe I would like to be able to remap some of vim keybindings. In particular I have the following config...

request

When using the colorscheme with [flash.nvim](https://github.com/folke/flash.nvim) text is highlighted and grayed out incorrectly (Starting from 3rd second Zen mode with twilight is activated.) Instead of being grayed out it's greened...